#mcbody {
	width:100% !important;
	min-height: 200px;
	border-radius: 10px;
	border: 2px #fdd200 solid;
	padding-bottom: 10px;
}

#mcbody #calctitle {
	font-size: 22px;
	width:100%;
	text-align:center;
	margin-top:20px;
}

#vzreb, #tipizd, #rostrazm, #subsub, #resres {
	margin-top:15px;
	/*padding: 5px 200px;*/
	padding: 10px;
	font-size: 1.1em;
	text-align: center;
}

/* Disable select width 100% */
#mcbody select {
	width: auto !important;
}


#mcbody #vzreb input {
	margin-left:5%;
	display: inline-block;
}

#mcbody select {
	border-radius:5px;
    /*padding: 9px;*/
	/*margin-left:1%;*/
	margin: 1% 0;
	transition: 0.2s;
	border: 2px solid #ccc;
}

#mcbody select:focus{
    outline:none;
    border: 2px solid #ffd400;
}

#subsub input[type=button] {
	/*
	background-color: #fdd200;
	color: #000;
	font-weight: 700;
	padding: 10px;
	border: 2px solid #000;
	*/
	cursor: pointer;
	border-radius: 5px;
	margin-left:1%;
	outline:none;
	transition: 0.2s;
}

#subsub input[type=button][disabled] {
	background: #fdd200 !important;
	color: #000 !important;
}

#subsub input[type=button]:hover {
	/*
	background-color: #000;
	color: #fff;
	border: 2px solid #fdd200;
	*/
}

#mcbody #resres {
    /*margin-left: 5%;*/
    text-align: center;
}

#mcbody .div-margin {
	margin-bottom: 15px;
}

#mcbody .div-info {
	/*margin-left: 5%;*/
    margin-top: 30px;
    text-align: center;
}

#mcbody .calcresult {
	color: #333;
	font-size: 1.2em;
}

