html, body {
	padding: 0;
	margin: 0;
}
.wrapper_setka {

	min-height: 550px;
	height: 100%;
	margin: 0 auto;
	border: 10px black solid;
	box-sizing: border-box;
	padding: 10px 0px;
}

#raschet {
	width: 100px !important;
	margin: 0 20px !important;
	background-color: gray !important;
	color: #fff !important;
}
#raschet:hover {
	opacity: 0.7;
}
.table_answer {
	position: relative;
	top: 20px !important;
	font-size: 14px;
}
.col-sm-6 {
padding-left: 0px !important;
padding-right: 0px !important;
}

@media (max-width: 480px) { 
  table {
	font-size: 0.7em !important;
	}
}
