/* mixin for multiline */
@media only screen and (min-width: 48em) {
  #content-header {
    margin: 0 40px; } }

@media only screen and (min-width: 60em) {
  #content-header {
    margin: 0 0 10px 0;
    padding: 0;
    border-bottom: 1px solid #dedede; } }

#content {
  background-color: #fff;
  padding: 10px; }
  #content::after {
    clear: both;
    content: "";
    display: table; }
  @media only screen and (min-width: 60em) {
    #content {
      margin: 0 auto;
      padding: 20px;
      max-width: 960px; }
      #content::after {
        clear: both;
        content: "";
        display: table; } }

#content-main {
  position: relative; }
  @media only screen and (min-width: 48em) {
    #content-main {
      padding: 0 40px; } }
  @media only screen and (min-width: 60em) {
    #content-main {
      float: left;
      padding: 0;
      width: calc(100% - 320px); } }

@media only screen and (min-width: 48em) {
  #sidebar {
    margin: 8px 40px 0 40px; } }

@media only screen and (min-width: 60em) {
  #sidebar {
    margin: 0;
    width: 300px;
    float: right; } }

header#content-header::after {
  clear: both;
  content: "";
  display: table; }

@media only screen and (min-width: 48em) {
  header#content-header .header-left {
    width: 50%;
    float: left; } }

header#content-header .header-left p {
  margin: 0; }

@media only screen and (min-width: 48em) {
  header#content-header .header-right {
    float: right;
    text-align: right; } }

header#content-header .header-right p.total-questions {
  font-size: 15px;
  font-size: 0.83333rem; }

@media only screen and (min-width: 48em) and (max-width: 59.99em) {
  #ask-toggle {
    margin: 0 40px; } }

#content-main section {
  padding: 10px; }
  #content-main section.info {
    border: 1px solid #dedede;
    background: #f9f9f9; }
  @media only screen and (min-width: 60em) {
    #content-main section.homework-aside {
      width: 25%;
      float: left;
      padding: 0;
      margin: 0; } }
  #content-main section.homework-aside a.current {
    font-weight: bold; }

span.image-count {
  color: #999;
  font-size: 11px;
  font-size: 0.61111rem;
  margin-left: 3px; }

input#lit_topicID, input#bookID, input#chapterID, input#problemID {
  height: 22px; }

span.hhBidLabel {
  color: #c73e28; }

.hh-ask-guidelines li {
  text-align: left;
  margin-bottom: 6px; }

.unanswered-queue-toggle {
  display: none; }

.u-right-align {
  text-align: right; }