*, *::before, *::after {
    box-sizing: border-box;
}

#header { 
    width: 100%;
    text-align: center;
    background: #0a5688;
}

#main_content {
    width: 1140px;
    padding: 20px 0 0 0;
}

#footer {
    text-align: center;
    background: #f67e24;
}

.sw-cancel-button, .sw-btn-next, .sw-cancel-button:hover, .sw-btn-next:hover {
    font-size: 16px;
    background: #ddd;
    border: none;
    border-radius: 0;
    text-shadow: initial;
    height: 47px;
    padding: 0 20px;
    color: #333;
}

.sw-btn-next, .sw-btn-next:hover {
    color: #fff;
    background: #f57f24;
}