
.ro_logo{
	margin-top:50px;
	margin-bottom:50px;
	text-align: center;
}

.user_button {
	width:100%;
	height:80px;
	font-size:30px;
}

footer {
	margin-top:50px;
}

td {
	vertical-align: inherit;
}

.delete {
	width:20px;
	height:20px;
	background: #003eff;
	color:#FFF;
	text-align: center;
	line-height: 20px;
	margin-left:10px;
	border-radius: 10px;
	display: inline-block;
	cursor: pointer;
}

input[type="text"] {
	padding: 13px;
    font-size: 27px;
}