@media (max-width: 1024px) {
    .navbar-top {
        display: none;
    }
    #container {
        margin-top: 0px;
    }
    .full-width {
        margin-top: 0px;
    }
    .scroll-header {
        display: none !important;
    }
}
h1 {
    margin: 5px auto;
    font-size: 180%; font-weight: bold;
    padding: 5px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}
div.contentslist-part {
    width: 100%;
    float: left;
}

#subject-dashboard {
    padding-top: 30px;
    padding-right: 20px;
    background-color: #F9F9F9;
    float: left;
}
#contents-list {
    float: left;
}
@media (max-width: 899px) {
  h1 {
      width: 100%;
  }
  #subject-dashboard {
      width: 100%;
      padding-right: 0;
      padding-top: 0;
      padding-bottom: 20px;
      margin-bottom: 40px;
  }
  #contents-list {
      width: 100%;
      padding: 0 15px 0px 15px;
      margin-top: 15px;
  }
}
@media (min-width: 900px) {
  #subject-dashboard {
      padding-left: 40px;
      width: 35%;
      min-height: 800px;
  }
  #contents-list {
      width: 65%;
      padding: 50px 15px 0px 30px;
      min-height: 800px;
  }
}
@media (min-width: 1025px) {
  #subject-dashboard {
      padding-left: 80px;
      width: 30%;
      min-height: 800px;
  }
  #contents-list {
      width: 70%;
      padding: 50px 50px 0px 40px;
      min-height: 750px;
  }
}

#subject-dashboard.color1, #subject-dashboard.color7, #subject-dashboard.color11, #subject-dashboard.color16 {
    /* color for math */
    background-color: #d8e4ee;
}
#subject-dashboard.color2, #subject-dashboard.color17 {
    /* color for English */
    background-color: #f1deca;
}
#subject-dashboard.color3,#subject-dashboard.color14 {
    /* color for social studies */
    background-color: #fde8c6;
}
#subject-dashboard.color6,#subject-dashboard.color15 {
    /* color for science */
    background-color: #c9e4df;
}
#subject-dashboard.color12 {
    /* color for Japanese */
    background-color: #fbe6e7;
}

.back-to {
    width: 100%;
    font-size: 120%;
    margin-bottom: 10px;
}
#subject-title {
    margin-right: 15px;
}
.chart.total {
    position: relative;
}
.chart.total canvas {
    position: absolute;
}
.total-score {
    font-size: 180%;
    text-align: center;
    padding-top: 38px;
    color: #855423;
}

#subject-dashboard .piechart.large .subway-icon {
    height: 140px;
    width: 140px;
    margin: 10px auto;
}
.cl_tags {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
.cl_tags ul {
    padding: 0 0 8px 0;
    list-style-type: none;
}
@media (min-width: 900px) {
    .cl_tags ul {
        float: left;
    }
}
.cl_tag, .cl_tag_loading, .cl_cat, .cl_cat_loading {
    margin: 0 10px;
    font-size: 110%;
    cursor: pointer;
    border-bottom: 3px solid #EEEEEE;
    float: left;
    color: #666;
}
.cl_tag, .cl_tag_loading, .cl_cat, .cl_cat_loading {
    padding: 5px 15px;
}
.cl_tag_loading{
    border-bottom: 3px solid #F8931E;
}
.cl_cat_loading {
    border-bottom: 3px solid #5C91B9;
}
.cl_tag:hover, .cl_tag_loading:hover {
    border-bottom: 3px solid #F8931E;
}
.cl_cat:hover, .cl_cat_loading:hover {
    border-bottom: 3px solid #5C91B9;
}

@media (max-width: 899px) {
    .cl_tags ul {
        text-align: center;
    }
    .cl_tags ul li {
        width: 30%;
        margin: 0 5px;
    }
}


div.total-progress {
    width: 100%;
    float: left;
}
