*, body {
    outline: none;

    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-focus-ring-color: rgba(0,0,0,0);
}

.main_wrapper {
    position: relative;

    width: 100%;
    min-width: 320px;
    margin: 0 auto 0 auto;

    background: white;
}

.main-content.open {
    overflow: hidden;

    background: #fff;
}

.content_box {
    padding: 0 5px;
}

/* Small Devices, Tablets */
@media (min-width: 720px) {
    .content_box {
        padding: 0 20px;
    }
}

/* Large Devices, Wide Screens */
@media (min-width : 1020px) {

    .main_wrapper {
        width: 875px;

        border-right: white 10px solid;
        border-left: white 10px solid;
        background: white;
    }

    .content_box {
        padding: 0;
    }

    .main {
        float: left;

        width: 546px;
        min-height: 45em;
    }

    .news_ticket_page .main,
    .about .main,
    .main-watch-online .main,
    .news-index .main,
    .tag-index .main,
    .error .main {
        width: 100%;
    }

    .sidebar {
        float: right;

        width: 300px;
        padding: 0 10px 20px;
    }
}
