
#calc_wrap {
	width: 100%;
	height: 100%;
	text-align: center;
}

.hr {
    border: #cccccc59;
    border-bottom: 2px solid rgba(121, 85, 72, 0.43137254901960786);
    box-shadow: 0px 0px 3px rgba(121, 85, 72, 0.7294117647058823);
    border-top: 1px solid #FFEB3B;
	
}

#calcform {
	min-height: 300px;
	max-height: 450px;
	min-width: 300px;
	max-width: 450px;
	margin: auto;
	border: 1px solid #000;
	box-shadow: 0px 0px 10px #000;
	padding: 15px;
	background-color: rgba(232, 209, 176, 0.39);
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

#our_day, #our_month {
    font-size: 32px;
    font-family: Tahoma;
    font-weight: bold;
    width: 66px;
    height: 36px;
    text-align: center;
	background-color: rgba(232, 209, 176, 0.39);
	border: 1px solid rgba(254, 254, 254, 0.3);
	outline; 2px solid rgba(0, 0, 0, 0.3);
    padding: 6px;
}

#calculate {
    font-size: 24px;
    font-family: Tahoma;
    font-weight: bold;
    border: none;
    background: rgba(232, 209, 176, 0.79);
}

#calculate_result {
    background: rgba(39, 22, 10, 0.6);
    margin: 15px;
    padding: 15px;
    font-size: 20px;
    font-family: Tahoma;
    color: #FF9800;
    text-shadow: 0px 0px 3px #000;
}

#calcform > label {
	display: inline-table;
	margin-top: 15px;
	background: rgba(49, 30, 5, 0.49);
	padding: 6px;
    font-family: Tahoma;
    color: #f3edb8;
	border: none;
	box-shadow: 0px 0px 4px rgba(232, 209, 176, 0.39);
	
}