﻿#image {
    height: 400px;
    margin: 70px 0px;
    vertical-align: top;
    float: left;
}

#Page {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}

.style1 {
    height: 50px;
    border: none;
}

.style2 {
    height: 30px;
    border: none;
}

#refs {
    margin: auto;
    max-width: 1300px;
    display: inline-block;
}

    #refs div {
        height: 50px;
        width: 100px;
        background-repeat: no-repeat;
        background-size: contain;
        background-color: white;
        background-position: center;
        margin: 4px;
        float: left;
    }

@media screen and (max-width: 480px) {
    #image {
        width: 100%;
        height: auto;
        float: none;
        margin: 0px;
    }

    #col2 {
        width: 100%;
    }
}
