* {
    font-size: 15px;
    line-height: 1.2;
    margin: auto 0;
    font-family: Arial, Helvetica, sans-serif;       
}

#left {
    display: none;
}

#main {
    margin-top: 74px;
    background-color: #efefef;
    height: 100%;
    padding: 10px 0px 10px 0px;
}

#top {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    background-color: white;
    height: 74px;
    padding: 0px;
}

#logo {
    height: 50px;
}

#logo img {
    display: block;
    margin: auto;
    width: 175px;
}

#banner {
    background-color: #0BB;
    height: 24px;
    width: 100%;
    text-align: center;
}

.link {
    line-height: 24px;
    font-size: 14px;
    color: white;
    cursor: pointer;
    padding: 0px 10px 0px 10px;
}

.employee {
    width: 100%;
    display: inline-block;
    font-size: 10px;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px white solid;
}

.employee div:first-child{
    font-weight: bold;
}
.employee a {
    text-decoration: none;
    color: black;
}

.copyright {
    padding: 5px 0px 5px 0px;
    font-size: 10px;
}

#center {
    background-color: #efefef;
    padding: 0px 24px 0px 24px;
}

#bottom {
    padding: 24px 24px 24px 24px;
    background-color:black;
    color: #0BB;
}
#bottom a{
    text-decoration: none;
    color: #0BB;
}

table {
    width: 100%;
}

table tr th {
    background-color: black;
    color: white;
}

table tr:nth-child(even) td {
    background-color: #DDD;
}

.title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.subtitle {
    color: gray;
    font-size: 14px;
    text-align: center;
}

.heading{
    font-size: 20px;
    padding: 10px 0px 5px 0px;
}

.content {
    padding-top: 20px;
}

p {
    padding: 5px 0px 5px 0px;
    text-align: justify;
}

pre {
    width: 100%;
    font-size: 12px;
    overflow-x: scroll;
    font-family: monaco;
}

@media screen and (min-width: 600px) {
    * {
        font-size: 20px;
        line-height: 1.2;
    }

    #center {
        padding: 0px 175px 0px 200px;
    }
    
    #logo img {
        width: 250px;
        margin: 5px;
        float: left;
    }

    #caption {
        float: left;
        font-size: 32px;
        color: #0BB;
        padding: 20px;
    }

    #banner {
        display: none;
    }

    #left {
        display: block;
        position: fixed;
        left: 96px;
        top: 75px;
        text-align: center;
        padding: 20px 10px 20px 10px;
    }

    .menu {
        margin-bottom: 10px;
        padding: 5px;
        cursor: pointer;
    }

    .menu:hover {
        color: white;
        background-color: #0BB;
    }

    .menu div {
        font-size: 12px;
    }

    #left img {
        width: 48px;
    }

    #bottom, #bottom a {
        font-size: 16px;
        text-align: center;
    }

    .title {
        font-size: 48px;
        font-weight: bold;
        text-align: center;
    }

    .subtitle {
        color: gray;
        font-size: 24px;
        text-align: center;
    }

    pre {
        font-size: 18px;
    }

    .copyright {
        font-size: 16px;
    }
}