b {
	font-weight: 500 !important;
}
.catatan {
	margin-bottom: 10px;
}
.garis {
	border-top: 1px solid #535353 !important;
}
h1 {
	font-weight: bold;
	text-align: center;
}
.rumus {
	background: #282a36;
	color : #4ed6ff;
	border-radius: 5px;
	max-width: 400px;
	text-align: left;
	padding: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.number {
	color: #f07178;
	padding-right: 3px;
}
.btn-success {
	margin-top: 25px;
}
.footer-bottom {
	padding: 0px;
	padding-bottom: 15px;
}
@media only screen and (max-width : 767px) {
    .form-control {
    	padding : 6px 0px!important;
    	text-align: center;
    }
}