/*
**	WIDGET: RECENTE FOTO'S
*/
.formule1-widget-recente-fotos{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    padding: 12px !important;
    background-color: #fff;
}
#recente_fotos .widget-label{
	display: block !important;
}
.formule1-widget-recente-foto{
    position: relative;
    float: left;
    width: 33.33%;
    height: auto;
}
.formule1-widget-recente-foto a,
.formule1-widget-recente-foto a img{
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
}
.formule1-widget-recente-foto a{
    padding: 4px;
}
#recente_fotos{
    margin-bottom: 40px !important;
}
#recente_fotos.widget_recente_fotos .widget-label{
    display: block !important;
}

/*
**	WIDGET: RESULTATEN
*/
.formule1-widget-top-vijf{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    padding: 0 !important;
	margin: 0 !important;
    background-color: #fff;
}
#widget_top_vijf .widget-label{
	display: block !important;
}
.formule1-widget-top-vijf li{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	padding: 10px 15px !important;
	border-bottom: solid 1px #f3f3f3;
	clear: both;
	color: #797979 !important;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.32;
    font-weight: 600;
    font-size: 14px;
}
.formule1-widget-top-vijf li:last-child{
	margin: 0 !important;
	border: none !important;
}
.formule1-widget-top-vijf li span{
	position: relative;
	float: left;
	width: auto;
	height: auto;
	line-height: 40px !important;
}
.formule1-widget-top-vijf-coureur-thumb{
	margin-right: 10px !important;
}
.formule1-widget-top-vijf-coureur-thumb img{
	width: 40px;
	height: 40px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}
.formule1-widget-top-vijf li span.formule1-widget-top-vijf-tijd{
	float: right;
}
.formule1-widget-top-vijf a:link,
.formule1-widget-top-vijf a:visited,
.formule1-widget-top-vijf a:hover,
.formule1-widget-top-vijf a:active{
	color: #484848;
	padding: 13px 0;
	margin: 5px 0;
	background-color: #f3f3f3;
	display: block;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.formule1-widget-top-vijf a:hover{
	color: #fff;
	background-color: #e2001a;
}
