.box_winscroll{
	background: white !important;
}
.btmerah{
	width: 100%;
	box-sizing: border-box;
	padding: 5px 10px;
	text-align: center;
	background: #ff1100;
	margin-top: 3px;
	font-size: 15px;
	font-weight: bold;
	color: white;
}
.btkuning{
	width: 100%;
	box-sizing: border-box;
	padding: 5px 10px;
	text-align: center;
	background: #ffff80;
	margin-top: 3px;
	font-size: 15px;
	font-weight: bold;
	color: black;
}
.bthijau{
	width: 100%;
	box-sizing: border-box;
	padding: 5px 10px;
	text-align: center;
	background: #c9f1f2;
	margin-top: 3px;
	font-size: 15px;
	font-weight: bold;
	color: #2c2c2c;
}
.btbiru{
	width: 100%;
	box-sizing: border-box;
	padding: 5px 10px;
	text-align: center;
	background: #689dff;
	margin-top: 3px;
	font-size: 15px;
	font-weight: bold;
	color: black;
}
.btorange{
	background: #fc7703;
	width: 100%;
	box-sizing: border-box;
	padding: 5px 10px;
	text-align: center;
	margin-top: 3px;
	font-size: 15px;
	font-weight: bold;
	color: black;
}
.btmerah,.bthijau,.btkuning,.btbiru,.btorange{
	box-shadow: 0px 0px 2px #96a1a1;
	
}
.btmed{
	width: 100%;
	box-sizing: border-box;
	padding: 2px 5px;
	text-align: center;
	background: #9b9b9b;
	font-size: 11px;
	cursor: pointer;
	border-radius: 3px;
	color: white;
}
.medium{
	padding: 3px 5px;
	font-size: 11px;
}
.bthijau:hover, .btmerah:hover,.btkuning:hover,.btbiru:hover,.btorange:hover{
	background: #96a1a1;
	color: white;
	cursor: pointer;
}