body, html{
	width: 100%;
	height: 100%;
	font-size: 13px;
}

.maxHeight200{
	max-height: 130px !important;
}
.container{
	padding-bottom:150px;
}

label.button{
	background: #ccc;
	color:#333;
	padding:5px;
	width:100%;
	text-align: center
}
label.button:hover{
	cursor:pointer;
	background: #203540;
	color:#fff;
}
label.button.active{
	background: #203540;
	color:#fff;
}

span.big_title{
	font-size: 16px;
	font-weight: bold;
}
span.ss_big_title{
	font-size: 14px;
}
.table{
	padding-left: 15px; 
}
.table td{
	padding:2px;
}

button{
	
}
.spacer{
	margin-top:3px;
}