#profilePage{
    background-color: #d1d7dd;
    overflow: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    height: 668px;
    width: 100%;
}

#streakSection{
    background-color: #d1d7dd;
    height: 135px;
    width: 960px;
    display: block;
    margin: auto;
}

#streakHeadingDiv{
    font-family: acme, sans-serif;
    display: inline-block;
}

#streakHeadingText{
    font-family: acme, sans-serif;
    display: inline-block;
    color: #1B9BAE;
    font-size: 2.5em;
    padding-top: 16px;
    margin-left: 56px;
    width: 100%;
}

#currentStreak{
    font-family: acme, sans-serif;
    font-size: 2.5em;
    font-size: 1.8em;
    display: inline-block;
    margin-left: 21px;
    margin-top: 10px;
}

#dayStreak{
    font-family: 'Acme', sans-serif;
    padding: 10px;
}

#firstStars{
    margin-left: -32px;
    margin-top: 13px;
}


.streakStars{
    position: absolute;
    display: inline-block;
    height: 84px;
    width: 77px;
}

#secondStars{
    -moz-transform:rotate(150deg);
    -webkit-transform:rotate(150deg);
    -o-transform:rotate(150deg);
    -ms-transform:rotate(150deg);
    margin-top: 6px;
    margin-left: -32px;
}

#streakMessage{
    color: #607A93;
    font-weight: 400;
    font-size: 1.2em;
    display: inline;
    cursor: default;
    margin-left: 50px;
}


.axis {
    font: 10px sans-serif;
}

.x.axis path {
    display: none;
}

.yellow {
    fill: yellow;
}

.pink {
    fill: pink;
}

#chartContainer{
    background-color: plum;
    display: block;
    Margin: auto;
    width: 80%;
}

.bar-text{
    font-family: 'Acme', sans-serif;
    font-size: 1.5em;
    fill: #607A93;
}

#chart {
    display: block;
    margin: auto;
    /*height: 300px;*/
}

#subjectsRecordSection{
    background-color: whitesmoke;
}

.barChartHeading{
    font-family: acme, sans-serif;
    color: #607A93;
    font-weight: 400;
    font-size: 2.5em;
    text-align:center;
    display: inline;
    cursor: default;
}

#barHeadingDiv{
    display: block;
    Margin: auto;
    width: 900px;
    padding: 3%;
    cursor: default;
}

.barChartToggle{
    color: white;
    border: none;
    font-family: acme;
    text-transform: uppercase;
    border-radius: 5px;
    width: 140px;
    height: 35px;
    background-color: rgb(149,202,173);
    font-size: 1em;
    margin-left: 12px;
    float: right;
    cursor: pointer;
}

.progressPageMessage{
    width:900px;
    color: #607A93;
    font-weight: 400;
    font-size: 1.2em;
    display: block;
    margin: auto;
    padding: 30px;
    cursor: default;
    line-height: 1.6em;
}

.progressHeading{
    display: block;
    Margin: auto;
    width: 900px;
    padding: 3%;
    text-align:center;
    display: inline;
    cursor: default;
}

/*.tick text{*/
    /*fill: white;*/
    /*font-size: 1em;*/
    /*margin-top: -5px;*/
/*}*/

.progressHeadingFont{
    font-family: acme, sans-serif;
    color: #607A93;
    font-weight: 400;
    font-size: 2.5em;
}

#timeStudyingHeading{
    position: relative;
    font-family: acme, sans-serif;
    padding-top: 3%;
    color: #607A93;
    font-weight: 400;
    font-size: 2.5em;
    width: 900px;
    display: block;
    margin:auto;
    cursor: default;
}

#heatmapSection{
    background-color: #d1d7dd;
    padding-bottom: 200px;
}

/*  SECTIONS  */
.sectionMonth {
    clear: both;
    padding: 0px;
    margin: 0px;
    width: 910px;
    display: block;
    margin: auto;
}

/*  COLUMN SETUP  */
.colMonth {
    display: block;
    float:left;
    margin: 1% 0 1% 1.6%;
    color: #607A93;
}

.colMonth:first-child { margin-left: 0; }

/*  GROUPING  */
.groupMonth:before,
.groupMonth:after { content:""; display:table; }
.groupMonth:after { clear:both;}
.groupMonth { zoom:1; /* For IE 6/7 */ }


.span_1_of_12 {
    width: 6.866%;
    text-align: center;
}

.legendSquare{
    height: 30px;
    width: 30px;
    border-radius: 4px;
    display: inline-block;
    margin-right: 5px;
}

.legendText{
    display: inline-block;
    color: #607A93;
    font-size: .8em;
    margin-right: 5px;
    cursor: default;
}

#myHeatmapLegend{
    width: 900px;
    display: block;
    margin: auto;
    padding: 10px;

}

#square1{
    background-color: #A9CFA7;
}

#square2{
    background-color: #86C7A3;
}

#square3{
    background-color: #3EC099;
}

#square4{
    background-color: #37A294;
}

#square5{
    background-color: #1E7D8A;
}

.selectedBarGraphButton{
    background-color: #31A9A8;
}

.unSelectedBarGraphButton{
    background-color: rgb(149,202,173);
}

#dayInitials{
    width: 10px;
    text-align: center;
    font-size: 12px;
    position: absolute;
    left: -22px;
    top: 118px;
    color: #607A93;
}