/*
* Styles for theme*/
.list__contact{font-size:14px;width:100%;}.list__contact td,.list__contact th{border:solid 1px #ddd;padding:10px 15px;}.list__contact th{}
a#download__report{color:#fff;font-weight:700;}.list__contact tr:nth-child(even),{background-color: #f2f2f2;}
.list__contact thead td:first-child,.list__contact thead th:last-child{}
.list__contact thead,.list__contact tfoot{
    color: #333;
    border: 1px solid #BBB;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    background: #efefef;
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef));
    background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%);
    background: linear-gradient(top, #ffffff 0%,#efefef 100%);
    background-color: #ddd;}
.list__contact thead td:first-child{}.list__contact tfoot td,.list__contact tfoot th{border-right: 0px;border-left: 0px;}.list__contact tfoot td:first-child{border-left: solid 1px #ddd;}.list__contact tfoot th:last-child{border-right: solid 1px #ddd;}