table, th, td 
{
    border: 1px solid black;
    border-collapse: collapse;
    font-family: Arial;
    font-size: 32px;
}

body
{
    background-color: #022835;	
}

td, th
{
    text-align: center;
}

a
{
    text-decoration: none;
}

table#t01 
{
    width: 100%; 
    margin-top: 10px;
    background-color: #fff;
}

table#t02 
{
    background-color: #fff;
}

table#t02 td
{
    padding: 4px 6px 4px 6px;
}

table#t01 tr:nth-child(even) {
    background-color: #eee;
}

table#t01 th {
    color: black;
    background-color: #aaa;
}

div.inputline
{
    display: table;
}

label {
    display: table-cell;
    padding-right: 10px;
}

h1
{
    text-align: center;
    color: #ffffff;
}

#column_name
{
    padding-top: 1vw; 
    padding-bottom: 1vw;
    width: 75rem;
    font-size: 2.5rem;
}
 
#column_cname
{
     font-size: 1.7rem;
     width: 15rem;
}

#column_rdate
{
     font-size: 1.7rem;
     width: 20rem;
}

@media screen and (min-width: 50em)
{
    #column_name
    {
        padding-top: 1vw; 
        padding-bottom: 1vw;
        width: 70rem;
        font-size: 2.8rem;
    }

    #column_cname
    {
         font-size: 2rem;
         width: 15rem;
    }

    #column_rdate
    {
         font-size: 2rem;
         width: 18rem;
    }
}