#broker_table table {
	width: 100%;
    border-collapse: collapse;
    text-align: center;
    padding: 0;
    margin: 0;
    outline: none;
    list-style: none;
    border: 0 none;
}

#broker_table table td{
    border: none;
}

#broker_table table img {max-width: 180px; margin: 15px;}

#broker_table tr {border: 3px solid #e3e3e3;}
#broker_table tr:nth-child(even) {background: #ffffff}
#broker_table tr:nth-child(odd) {background: #f2f2f2}
/*
#broker_table tr:first-child td {
	background: rgb(51,102,153);
	padding: 15px 0;
    text-shadow: 1px 1px 0px #444444;
    color: #ffffff;
    font-size: 16px;
    line-height: 18px;
    font-family: Arial Narrow;
}
*/
#broker_table table tr td {
	font-weight: 400;
    font-size: 13px;
    padding: 10px;	
}


#broker_table thead td, #broker_table tfoot td {
    background-color: #A1A1A1;
    font-size: 15px;
    color: #fff;
}


@media screen and (max-width: 600px) {
#broker_table table {width:100%;}
#broker_table thead {display: none;}
#broker_table tr:nth-of-type(2n) {background-color: inherit;}
/* #broker_table tr td:first-child {background: #f0f0f0; font-weight:bold;font-size:1.3em;} */
#broker_table tbody td {display: block;  text-align:center;}
#broker_table tbody td:before { 
    content: attr(data-th); 
    display: block;
    text-align:center;  
  }
    #broker_table table img {margin: 15px auto}
    #broker_table table .vc_btn-lg {font-size: 15px;}
}