.days {
    font-size:18px;
    text-align:center;
    line-height: 35px;
}

.minor {
	font-size:14px;	
}

.rest {
    font-size:18px;
    text-align:center;
    line-height: 32px;
}

.regrest {
    font-size:18px;
    text-align:center;
    line-height: 22px;
}

#hourstable {
	width: 90%;
	/*border-collapse: collapse;*/
	border: 2px solid black;
	padding: 0;
}

@media only screen and (min-width: 550px) {
	.days {
    	font-size:25px;
	}

	.minor {
		font-size:20px;
	}

	.rest {
		font-size:20px;
	}

	.regrest {
		font-size:20px;
	}
}

@media only screen and (min-width: 768px) {
	#hourstable {
		width: 550px;
	}
}
