body{
	padding:0;
    margin: 0;
	font-size:14px;height:auto;
	/*overflow:hidden;*/
	position:relative;
    background: #F9F9F9;
}
.float_left{
    float: left;
}
.float_right{
    float: right;
}
.float_left:after, .float_right:after{
    clear: both;
}

.nav{
    font-size: 16px;background: #4998e7;line-height: 30px;padding: 0 10px; box-shadow: 0 0 1px rgba(0,0,0,0.6);
}
.nav a{
    color: #fff;
}

a{
	display:inline-block;
}
.signals{
    padding: 0 5px;
	font-size: 16px;
	line-height: 30px;
}
.signals a{
	display:block;
	width:90%;
	height:auto;
	overflow:hidden;
	position:relative;
	line-height:30px;
	padding: 2px 10px; 
	margin:10px auto;
	box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-decoration: none;
    background: #ffffff;
    border-radius: 4px;
}
.signals img{
	max-width: 95%; height:auto; /*padding: 5px; border: solid 1px #ccc;*/
}

.button, .button:visited {
	background: rgb(102, 113, 241);
	display: block;
	width:90%;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	line-height:28px;
}