/* RMI Ranking Table Rules 
----------------------------------------------*/

tr.alt {background: #EDF4FA;}

.box_results {
  margin: 0 auto;
  width: 500px;
  }

.box_results .title {
  margin: .5em 0 0;
  padding: 0;
  background: #BFD1DF;
  border-top: 1px solid #80A4C1;
  border-bottom: 1px solid #80A4C1;
  }

.box_results .title_l {
  padding: 3px 0 2px 6px;
  border: 0px solid #000;
  }

.box_results .title_l h3 {
  margin: 0;
  padding:0;
  color: #004881;
  font-size: 1em;
  letter-spacing: 0;
  }

.box_results .title_r img {
  padding: 3px 4px;
  margin: 0;
  border: 0px solid #000;
  }

.box_results table {
  margin: 0 0 4em;
/*  float: left; */
  font-size:.9em;
  background: #fff;
  border-bottom: 1px solid #80A4C1;
  }  

.box_results table th, .box_results table td {border-bottom:0;}

.box_results table th {
  padding: 4px 8px;
  text-align: center;
  vertical-align: top;
  font-weight: normal;
  border-right: 1px dotted #ccc;
  }

.box_results table td {padding-left: 6px; border-left: 0;}

.box_results table td.add {
  padding: 4px 6px;
  text-align: center;
  vertical-align: top;
  border-right: 1px dotted #ccc;
  }
  
.box_results table a {border-bottom: 0;}

p.update {margin-bottom: 0;}
