.hidden-class 
{
  display:none; 
}
.profile-base .day_label
{
	padding: 3px !important;
	padding-left:10px !important;
    font-size: medium;
    border-color: beige;
    border-right: 5px !important;
    border-bottom: 5px !important;
    border-style: inset;
    margin: 10px !important;
    background-color: aliceblue;
    color: firebrick;
}
.profile-base .day_value
{
    padding: 3px !important;
	padding-left:10px !important;
	font-size: medium;
    border-color: beige;
    border-right: 5px !important;
	border-bottom: 5px !important;
    border-style: outset;
    margin: 10px !important;
    background-color: white;
    color: firebrick;	
}
.profile-base tr
{
	border-width: 2px !important;
    border-style: outset;
}