@media screen and (min-width: 321px) and (max-width: 480px) {
	
	
}
.grayCal {
	font-size: 10px;
	color: #777777;
}

.sTxt {
	font-size: 10px;
}

.calContainer {
	cursor: pointer;
	vertical-align: bottom;
}

.calHeader {
	font-size: 11px;
	font-weight: bold;
	padding:10px 0px;
}

.today {
	font-size: 14px;
	font-weight:bold; 
	margin-bottom: 10px;
}

.evday {
	font-size: 12px;
	font-weight:bold; 
	margin-bottom: 10px;
}

.comment{
    border-top:1px dashed;
    border-bottom:1px dashed;
    margin-bottom:5px;
}

.commentT{
    font-style:italic; 
    font-weight:bold; 
    border-top:1px dashed #CB0111;
    border-bottom:1px dashed #CB0111;
    margin-bottom:5px;
}

.termin{
    font-style:italic; 
    color: #CB0111;
    margin:5px;
}

.terminT{
    font-style:italic; 
    color: #CB0111;
    margin:5px;
}

.white{ 
    color: #FFFFFF;
}

.eventlist
	{ 
	font-size: 10px; font-weight:normal; color: #D03020;
}


