@charset "utf-8";

/* CSS Document */

@media screen and (max-width:1007px) {
    .news th td {
        font-size:1px;
    }
   
    
    
}
.news
{
   width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px; 
}



.news table {
    width: 100%;
   
} 

.news th {
    font-weight:normal;
    font-size: 20px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 15px;
    padding-top: 15px;
}

.news td {
    font-size: 25px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 20px;
    
    
}

table {
    border-top: 1px solid #dddddd;
}

.news td a {
    text-decoration: none;
}

.news td a:hover{
    text-decoration: underline;
}

.corona {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #333333;
    border-radius: 15px;
    line-height: 40px;
    letter-spacing: px;
    text-align: center;
   
}

.an p {
    font-size: 30px;
    color:brown;
} 

.an2 p {
    font-size: 20px;
}
 

.corona2 {
    display: inline-block;
    text-align: left;
    color: black;
    font-size: 20px;
    font-weight: 200px;
}

.corona2 li {
    font-weight: 200px;
   
}

.koyado1 a {
    font-size: 15px;
    color:white;
    display: inline-block;
    background-color: brown;
    box-shadow: 0px 6px #800000;
    padding: 20px 40px;
    text-decoration: none;
}

.koyado1:active{
    position:relative;
    top:6px;
    box-shadow: none;
}

.text2 {
    text-align: center;
}

.text3 {
    text-align: center;
    font-weight: bold;
}



























