body {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #272727;
  background-color: #ffffff;
  margin-top: 60px;
}

a {
  color: #701011;
}

.header { 
  font: 45px 'LaneNarrowRegular', Arial, sans-serif;
  color: #fff;
  line-height: 70px;
  float: left;
  margin-left: 0px;
}

.subheader .sub {
  font-size: 30px;
}

.subheader { 
  font: 50px 'LaneNarrowRegular', Arial, sans-serif;
  color: #640b0b;
}

.subsubheader {
  font: 20px 'LaneNarrowRegular', Arial, sans-serif;
  color: #640b0b;

}

.changeLink {
  font-size: 13px;
}

.container, #main { 
  width: 100%;
  display: block;
  margin: auto;
  position: absolute;
  top:0px;
}

.stripe {
  background: -webkit-linear-gradient(left, #000 , #701011); /* For Safari */
  background: -o-linear-gradient(right, #000, #701011); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #000, #701011); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #000, #701011); /* Standard syntax */
  /*background: url(http://www.harvard13.org/wp-content/themes/ElegantFusion/images/coverphoto.png);*/
  background-size: cover;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  margin: 0px;
  padding: 0px;
  height: 80px;
  z-index: 100;

}

.stripe .logo {
  margin: 15px;
  float: left;
}

.stripe .greet {
  text-align: right;
  margin: 0 20px 0 240px;
  display: block;
  color: white;
  line-height: 65px;
  font-size: 15px;
}


/* from http://www.menucool.com/tooltip/css-tooltip */
a.tooltip {
  outline:none; 
}
a.tooltip strong {
  line-height:30px;
}
a.tooltip:hover {
  text-decoration:none;
} 
a.tooltip span {
    z-index:10;display:none; padding:14px 20px;
    margin-top:-30px; margin-left:28px;
    width:240px;
}
a.tooltip:hover span{
    display:inline; position:absolute; color:#111;
    border:1px solid #DCA; background:#fffAF0;}
.callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;}
    
/*CSS3 extras*/
a.tooltip span
{
    border-radius:4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
        
    -moz-box-shadow: 5px 5px 8px #CCC;
    -webkit-box-shadow: 5px 5px 8px #CCC;
    box-shadow: 5px 5px 8px #CCC;
}

.stripe .greet a:link, .stripe .greet a:visited, #message a:link, #message a:visited {
  color: white;
}



#instructions {
  color: #666;
  font-size: 10.5pt;
  padding-bottom: 10px;
}

/* LSS */
.graphLabeldivForAtt {
  font-size: 8pt;
  white-space: nowrap;
  margin: 10px;

  /* Safari */
  -webkit-transform: rotate(20deg);

  /* Firefox */
  -moz-transform: rotate(20deg);

  /* IE */
  -ms-transform: rotate(20deg);

  /* Opera */
  -o-transform: rotate(20deg);
}

#divForAtt {
  margin-top: 30px;
}

th.leaderboardsName {
  width: 25%;
}
th.leaderboardsRank {
  width: 10%;
}

#leaderboardsTable {
  text-align: center;
  width: 100%;
}

form#login input {
  margin-left: 100px;
  position: absolute;
}

form#login label {
  float: left;
  margin-left: 20px;
}

a#forgot {
  font-size: 10pt;
}

div#message {
  background-color: #333;
  color: #fff;
  padding: 5px;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
  font-size: 10pt;
}

@font-face {
  font-family: 'LaneNarrowRegular';
  src: url('css/LANENAR_-webfont.eot');
  src: url('css/LANENAR_-webfont.eot?#iefix') format('embedded-opentype'),
       url('css/LANENAR_-webfont.woff') format('woff'),
       url('css/LANENAR_-webfont.ttf') format('truetype'),
       url('css/LANENAR_-webfont.svg#LaneNarrowRegular') format('svg');
  font-weight: normal;
  font-style: normal;

}

#footer {
  background: -webkit-linear-gradient(left, #701011 , #000); /* For Safari */
  background: -o-linear-gradient(right, #701011, #000); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #701011, #000); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #701011, #000); /* Standard syntax */
  bottom: 0;
  color: white;
  font-size: 10pt;
  padding: 2px 20px 2px 0;
  position: fixed;
  right: 0px;
  text-align: right;
  width: 100%;
  z-index: 100;
}