a.rs_logo {
  height: 75px;
  width: 196px;
  background-image: url('../img/RS14_CustomLit_Resources_logo.png');
  background-repeat: no-repeat;
  display: block;
  text-decoration: none;
  left: 0;
  top: 0;
  float:left;
  margin-top: 6px;
  margin-left: 10px;
  margin-right: -206px;
}

body {}

.page-header {
  background-image: url('../img/RS14_CustomLit_Resources_bg.png');
  background-repeat: repeat-x;
  background-position: bottom left;
  margin-top: 0;
  border: none;
  position: relative;
  height: 97px;
}

.page-header h1 {
  text-align: center;
  margin: 0;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 18px;
  color: #fff;
  text-shadow: 1px 1px 0px #000000;
  font-weight: bold;
  font-size: 18pt;
}

.first-row {
  border-bottom: 1px solid #c5c9c7;
  padding: 0;
  margin: 0;
}

.notebook {
  padding:0;
}

.entry {
  list-style-type: none;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.grade {
  padding-left:0;
}

.grade h3 {
  color: #0994dc;
  font-size: 14pt;
  font-weight: bold;
  margin: 0;
}

.hint {
  padding-right: 0;
}

.hint p {
  float: right;
  color: #6c7986;
}

.entry, .entry a {
  height: 65px;
  font-size: 15pt;
  width: 100%;
  width: auto;
  display: block;
}

.entry a {
  color: #0f2e53;
  padding-left: 44px;
  line-height: 65px;
  display: block;
  border-bottom: 1px solid #c5c9c7;
  background-image: url('../img/RS14_CustomLit_Resources_icon.png');
  background-repeat: no-repeat;
  background-position: center left;
}

.entry a, .entry a:hover {
  text-decoration: none;
}

.entry a:hover {
  color: #226dda;
  background-color: #fefaca;
}

@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .entry a {
    background-image: url('../img/RS14_CustomLit_Resources_icon@2x.png');
  }
  .page-header {
    background-image: url('../img/RS14_CustomLit_Resources_bg@2x.png');
  }
  a.logo {
    background-image: url('../img/RS14_CustomLit_Resources_logo@2x.png');
  }
}

@media (max-width:768px) {
  .page-header h1 {
    float: right;
    text-align: left;
    margin-left: 226px;
  }
}