* {
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    font-family: sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    color: #333;
    line-height: 1.4;
}

#logo {
    display: block;
    background: url(logo.png) no-repeat center center;
    background-size: 200px 60px;
    width: 400px;
    height: 60px;
    padding: 4px 0;
    margin: 0 auto;
    overflow: hidden;
    text-indent: -999px;
}

#header {
    text-align: center;
    color: #fff;
    background: #48e7eb;
    height: 50px;
    line-height: 50px;
    margin: 10px 0;
    font-size: 16px;
}

#footer {
    text-align: center;
    font-size: 12px;
    padding: 0 10px;
    border-top: 1px solid #ccc;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

#main {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 0 40px 0;
}

#main::after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 1px;
}

#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */
}

#footer,
#push {
    height: 30px; /* .push must be the same height as .footer */
}

#main-side {
    display: none;
}

#main-content {
    padding: 20px;
}

#content {
    padding: 20px;
    margin: 0 auto;
}

a {
    color: #000;
    text-decoration: underline;
}

.phone-number-detect a {
    color: #000;
}

.result-message {
    margin: 0 0 1em 0;
}

.nav-action {
    margin: 20px 0;
}

.nav-link {
    display: block;
    margin: 20px 0;
}

.status-success-icon {
    background: url(status-success.svg) no-repeat center center;
    width: 36px;
    height: 36px;
    background-size: 36px 36px;
    display: inline-block;
    vertical-align: middle;
}

.status-error-icon {
    background: url(status-error.svg) no-repeat center center;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (min-width: 480px) {
    #logo {
        background-size: 400px 120px;
        width: 400px;
        height: 120px;
        padding: 10px 0;
    }

    #header {
        height: 130px;
        line-height: 130px;
        margin: 20px 0 40px;
        font-size: 30px;
    }

    #footer {
        text-align: left;
    }

    #content {
        width: 600px;
        padding: 10px;
    }

    #main-side {
        display: block;
        width: 290px;
        float: left;
        padding: 0 2px;
    }

    #main-content {
        float: right;
        width: 600px;
        padding: 0;
    }
}
