table.visible { 
    border:1px solid black;
	margin:2px;
	padding:5px;
}

table.visible td,th {
	padding:5px;
}

table.visible th {
 	color:				#012e5c;
	background-color: 	#F2F2F2;
 	/*background-color:#012e5c;
 	color:white;*/
}

p.important {
	background-color:#ffcccc;
	padding:5px;
}

.important {
	background-color:#ffcccc;
}

/* semester table styles */

td.bstueb {
    background-color:#77bbee;
}

td.kssueb {
        background-color:#bb99ff;
}

td.abgabe {
        background-color:#ffcc99;
}

td.ferien {
        background-color:#ccffff;
        font-style:italic;
}

td.bstvorl, span.bstvorl{
        background-color:#ccff99;
}

td.kssvorl, span.kssvorl {
        background-color:#ffff77;
}

td.tentative {
        color: #777;
        font-size: small;
}

td.topic {
    font-size: 85%%;
    text-align: left;
    border: 2px solid white !important;
    background-color: #f2f2f2;
}

span.topic {
    font-style: italic;
}

table.hidecells tr td {
    display: none;
}
