

/*  cash bids */

.cashbid_title {
    font-size: 220%;
    font-family: 'jubilat';
    font-weight: 600;
    letter-spacing: 1px;
}
table.cashbid_table tr.even {
    background-color: #f2f2f2;
}
table.cashbid_table td {
	font-size: 100%;
	line-height: 100%;
    padding: 11px 8px;
}
table.cashbid_table .cashbid_group {
	font-weight: normal;
	color: #eee;
}
table.cashbid_table .cashbid_group td {
    color: #367842;
    font-family: 'jubilat';
    font-weight: 500;
    font-size: 140%;
    line-height: 100%;
    padding: 30px 0 18px;
}
table.cashbid_table .cashbid_fields td {
    color: #7d7d7d;
    text-transform: uppercase;
    letter-spacing: 0.1px;
    font-size: 90%;
    
}
table.cashbid_table td.cashbid_firstcolumn {
    font-weight: 500;
}
table.cashbid_table .cashbid_fields {
    font-weight: normal;
    background-color: #f9f9f9;
}
table.cashbid_table .cashbid_fields td.cashbid_firstcolumn {
	background-color: #075d3b;
	color: #eee;
}
table.cashbid_table tr.highlight td {
	background-color: #FFFFCC;
}
table.cashbid_table td.cashbid_change_up {
	color: #008000;
}
table.cashbid_table td.cashbid_change_down {
	color: #d70000;
}
table.cashbid_table td.cashbid_change_none {
	color: #0000ff;
}
table.cashbid_table tbody > tr:not(.even):not(.odd) td {
    padding-top: 50px;
    color: #696969;
}

/* END cash bids */


@media all and (max-width: 700px) {
    table.cashbid_table td:nth-child(3), table.cashbid_table td:nth-child(4), table.cashbid_table td:nth-child(5) {display: none;}
    table.cashbid_table td {padding: 8px 4px;}
}
