::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
::-webkit-scrollbar {
	width: 15px;
	background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}
.tim-ngay-dac-biet {
	font-family: Arial;
	max-width: 600px;
	margin: auto;
	background-color: #FFF;
	line-height: 1.5;
}
.form.day_of_week,
.form.vidu {
	border: 1px solid #ccc;
	margin: 15px;
	padding: 15px;
	border-radius: 6px;
	text-align: center;
}
.form.vidu {
	text-align: left;
	font-size: 14px;
}
.form.vidu span {
	color: green;
	font-weight: bold;
	font-size: 15px;
}
.tim-ngay-dac-biet select {
	padding: 5px;
    border: 1px solid #4caf50;
    border-radius: 3px;
    margin-bottom: 8px;
}
.tim-ngay-dac-biet input[type="submit"],
.tim-ngay-dac-biet input[type="button"] {
	background-color: #4CAF50;
    border: none;
    color: white;
    padding: 5px 10px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 3px;
}
.tim-ngay-dac-biet input[type="submit"]:hover,
.tim-ngay-dac-biet input[type="button"]:hover {
	opacity: 0.8;
}
.tim-ngay-dac-biet input[type="button"] {
	background-color: #ccc;
}
.ketqua {

}
.ketqua_dayofweek {
	margin-top: 15px;
    border-top: 1px solid #4caf50;
}
.ketqua_dayofweek h3 {
	color: #4caf50;
	margin-top: 10px;
    margin-bottom: 10px;
}
.ketqua_dayofweek p {
	margin-top: 0;
    margin-bottom: 10px;
}
.ketqua_dayofweek div {
	font-size: 22px;
    color: green;
    font-weight: bold;
}