/* START COMPARISON TABLE STYLES */
body {
  background: #333333 url(reservbck.jpg) no-repeat center bottom fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

#outerdiv {
  max-width: 1000px;
  margin:0 auto;
  text-align: center;
}

#inerdiv {
    max-width: 950px;
    padding: 25px;
    border: 1px solid navy;
    margin: 5px;
}



#table2 {width: 100%; table-layout: fixed; text-align: left; margin: 4em 0; border-collapse: collapse;}


#comparetable {width: 100%; table-layout: fixed; text-align: center; margin: 4em 0; border-collapse: collapse; }
#comparetable tr {background: transparent!important;}
#comparetable td,
#comparetable th {padding: 20px; text-align: center;}
#comparetable td.rowTitle {text-align: left;}
.blank {background: none!important; border: none!important;}
 .blueshine th {background-color: #b8cee2; font-size: 22px; color: #0c3053; text-align: center; font-weight: 600; text-shadow: 0 1px 0 #e0ecf7; border: 1px solid #9fb6c8;}
 .blueshine td {background-color: #f0f1f1; border: 1px solid #c8d6e2;} 
 .blueshine td.rowTitle {border-left: 4px solid #333}
/* END COMPARISON TABLE STYLES */
