@charset "UTF-8";
/* CSS Document */

.speed_label{font-size: 10px; font-weight: bold; background-color: #f9a424; color: #1d0075; margin-right: -5px; padding: 5px;}

.the_underlined{border-bottom: 1px solid #1e0076;}

.informatic{
background-color: #f9a424;
border: 1px solid #1e0076;
border-radius: 10px;
padding: 10px;
color: #000;
}

.mesajlar{
	border: 1px solid #1d0075 !important;
	background-color: #efefef;
	width: 100%;
	margin-bottom: 5px;
	padding: 10px;
	cursor: pointer;
}

.mesajlar:hover{
	border: 1px solid #f8a323 !important;
	background-color: #fff;
}

.speed_footer{
	text-align: justify !important;
	vertical-align: middle !important;
	color: #B6B4B4 !important;font-size: 14px;
}

.speed_footer img {
	opacity: 0.6 !important;
	filter:alpha(opacity=60) !important; 
}

.speed_footer img:hover{
	opacity: 1 !important;
	filter:alpha(opacity=1000) !important; 
}


@media only screen and (min-width: 400px) and (max-width: 500px) {
	.speed_label{margin-bottom: 3px; display: block;}
}