
/*-----Info List-----*/
ul.info-list{
  margin:0 0 15px 35px;
  padding:0;
  font-size:13px;
  color:#434343 
}

/*----Info Tables----*/
.info-table{
  margin:10px 0 15px
}
.info-table > tbody > tr > td{
  vertical-align:top
}
.info-table > tbody > tr > td > ul{
  margin:0;
  padding:0;
  list-style-type:none;
  font-size:12px;
  color:#434343
}
.info-table > tbody > tr > td > ul li{
  display:table;
  margin:0 0 5px;
  padding:0;
}
.info-table > tbody > tr > td > ul li i,
.info-table > tbody > tr > td > ul li em,
.info-table > tbody > tr > td > ul li span{
  display:table-cell;
  line-height:1.4
}
.info-table > tbody > tr > td > ul li i,
.info-table > tbody > tr > td > ul li em{
  font-size:7px;
  padding:0 6px 0 0;
  line-height:1;
  color:#858585
}


/*-------Boxes-------*/
.info-box{
  border-radius:8px;
  margin:0 0 25px;
  padding:18px 20px 6px
}
.info-box h2, .info-box h3{
  margin:0 0 10px;
  padding:0;
  line-height:1;
  background:none;
}
.info-box h2{
  font-size:20px;
  margin:0 0 15px
}
.info-box h3{
  font-size:16px;
  color:#222
}
.info-box p{
  margin:0 0 10px;
  padding:0;
  line-height:1.6;
  font-size:13px;
  color:#434343;
  background:none
}
.info-box ul, .info-box ol{
  margin:0 0 10px 15px;
  padding:0;
}
.info-box ul li, .info-box ol li{
  margin:0 0 5px;
  padding:0;
  line-height:1.6;
  font-size:13px;
  color:#434343;
  background:none
}

.info-box.grey{background:#EFEFEF}
.info-box.blue{background:#dff0f8}
/*------Table---------*/

/*
.table {
    *border-collapse:collapse;
  border-spacing:0;
  width: 100%;
  margin:0 0 25px; 
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;         
}

.table tbody tr:hover td, .table tbody tr:nth-child(even):hover td {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
    
.table td, .table thead td {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding:6px 10px;
    text-align: left;    
}

.table thead td {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
  color:#1a6194;
  font-weight:bold;
  text-align:center 
}
.table thead td p{
  color:#1a6194;
  padding:0;
  margin:0
}

.table td:first-child, .table thead td:first-child {
    border-left: none;
}

.table thead td:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.table thead td:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered tbody tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.table tbody tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}
.table td {
  border-bottom:1px solid #fff
}
.table td p{
  margin:0;
  padding:0
}
.table tr:nth-child(even) td {
  background:#f6f6f6
}
*/


