﻿@charset "utf-8";



h2.entry {
    font-size: 150%;
    color: #fff;
    text-align: center;
    padding: 15px;
    margin-bottom: 40px;
    background:#0075c2;
    line-height:1;
}

h3.entry {
    font-size:130%;
    margin-bottom: 40px;
    text-align: center;
}


table.entry th,table.entry td{
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    font-size:90%;
    padding: 22px 20px; 
    line-height: 1.6;
}

table.entry th{
    background: #f7f7f7;
    width: 20%; 
    text-align:left;
    font-size:100%;
    vertical-align: top;
}




@media screen and (min-width: 769px) {

}

@media screen and (max-width: 768px) {




    table.entry th,table.entry td{
        border-top: 1px solid #bdbdbd;
        border-bottom: none;
        font-size:90%;
        padding: 12px 10px; 
        line-height: 1.6;
        display: block;
        width: 100%;    
    }

    table.entry th{
        background: #f7f7f7;

        text-align:left;
        font-size:100%;
        vertical-align: top;
        display: block;
        width: 100%;    
    }





    h2.entry{
        font-size: 1.8rem;
        color: #fff;
        text-align: center;
        padding: 15px;
        margin-bottom: 20px;
        background:#0075c2;
        line-height:1.3;

    }




    h3.entry{
        font-size:130%;
        margin-bottom: 40px;
        text-align: center;
        margin: 0 10px 20px 0;
    }


    
}
