
 body {
	padding:5%;
	background: #d5ebff;
}
	
.bgplayer {
	background: transparent url(/images/dedddeee.jpg) 0 -290px no-repeat;
	background-size: cover;
}
	
	
.pure-button.pure-button-primary {
	width:100%;
/*	height:60px;*/
	line-height:40px;
}	
	
label {
	margin-top: 20px !important;
}

input[type="text"] {
	width:100%;
}

input[type="submit"] {
	margin-top:10px;
}

input[type="submit"]:last-child {
	float: right;
}

.pure-form select {
    width: 100%;
}

.basic_table td {
	display:block !important;
}


.head {
	background:#0000fe;
}


.pure-table td, .pure-table th {
    border-width: 0 0 1px 1px !important;
}