<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">footer{margin-top: 30px;
    padding: 1px;
    background-color: rgba(204, 204, 204, 0.175);
    a{color: black;}    
}


.main{
    padding-left: 20px;
    width: 70%;
}


.university_name{
    h1{padding-left: 10px;}
    h1 a{text-decoration: none; color: black;}
    h1 span{font-size:x-large;}
    h1 span.kome{font-size:medium;}
}


.table_header{
    background-color:rgba(54, 54, 54, 0.734);
    font-weight: 100;
    a{text-decoration: none;
    color: azure;}
    table {border-collapse: collapse;
        border: solid 3px #777;}
    td {border:solid 3px #87878766;
    text-align: center;}
    a{display: block;}
}
td.category {
    width: 10%;
}



table{width: 100%;}
th{width: 15%;}
td{width: 8%;}

th{font-size: x-large;}
p{font-size: large;}

table {border-collapse: collapse;
       border: solid 1px #777;}
th, td {border:solid 1px #87878766;
        height: 40px;}

table tr:nth-child(2n) {background-color: rgba(182, 182, 182, 0.164);}


img{width: 20px;}

</pre></body></html>