.img-onecol {
    width: 100%;   
}
.latest-news:last-child { float: none !important; }

/*table thead tr th, table tfoot tr th, table tfoot tr td, table tbody tr th, table tbody tr td, table tr td {
	border: 1px solid #cCcDcB;
}*/

span.button_up, span.button_down {
	padding-right: 16px;
}
@media only screen and (max-width:800px){
	div#results .tabwrapper .tab-content {
		overflow-x: scroll;
		padding-top: 1rem;
	}
} 

.sv_top > .columns  {
display:flex;
align-items: stretch;
flex-wrap: nowrap;
flex-direction: row;
}
.sv_top > .columns > .columns.medium-8 {
flex:1 1 66.6667%;
}
.sv_top > .columns > .columns.medium-4 {
flex:1 1 33.3333%;
}