

.panel-body {
	padding: 55px;
}

.btn-custom {
	background-color: white;
      	color: #007ec5;
        width: 40px;
    	height: 40px;
        margin: 5px 10px 5px 10px!important;
	border-radius: 5px !important;
	font-weight: bold;
}

.custom-center {
	float: none;
	display: block;
	margin: 80px auto;
}

