/* 8. CUSTOM LAYOUT & TYPOGRAPHY (Daddy bear)
----------------------------------------------------------------------------------------*/
@media screen and (min-width: 63.326em) {

    #widescreen .left {
        float: left;
        width: 100%;
        margin-left: 0;
    }

    #widescreen .right {
        float: left;
        max-width: 30em;
        margin-left: 5%;
        margin-top: 13.25%;
        width: auto;
    }

    #widescreen .select-next, #widescreen .select-previous {
        font-size: 24px;
        position: relative;
        top: 2px;
        box-shadow: none;
        border: 0;
        background: none;
        padding: 0;
        color: inherit;
    }

    #widescreen .select-next:hover, #widescreen .select-previous:hover {
        color: #777;
        background: none;
    }

    #widescreen .select-next:active, #widescreen .select-previous:active {
        color: #111;
        background: none;
    }

    #widescreen .event-match .cursor-pointer {
        font-size: 16px;
        position: relative;
        top: 0;
    }

    #widescreen .event-match .change-segment-order, #widescreen .event-match .add-feud-to-match {
        font-size: 16px;
    }

    #widescreen .save-message, #widescreen .delete-message, #widescreen .message-reply-icon {
        font-size: 14px;
    }

    #widescreen .delete-message {
        margin-left: 8px;
    }

    #widescreen .game-content-right-column, #widescreen .scenario-editor-right-column {
        margin-left: 27px;
        margin-right: 1%;
        margin-top: 0;
    }

    #widescreen .game-content-left-column, #widescreen .scenario-editor-left-column {
        margin-left: 1%;
        margin-bottom: 20px;
    }

    #widescreen .container {
        width: 75em;
    }

    #widescreen .container.main-container {
        width: 63em;
    }

    #widescreen #main-menu-button, #widescreen #game-options {
        margin-top: 0;
    }

    #widescreen #book-segment-menu-button, #widescreen .tag-match-option:first-of-type {
        margin-bottom: 0;
    }

    #widescreen .main-menu nav ul, #widescreen .main-menu .tag-match-options {
        text-align: center;
    }

    #widescreen .about-container .image {
        margin-left: 30px;
        margin-top: 0;
    }

    #widescreen #main-menu-buttons nav ul li {
        font-size: 16px;
        padding: 6px 14px;
        margin-right: 2px;
    }

    #widescreen .main-container:before {
        background-position-y: 0px;
    }

    #widescreen #main-menu-buttons .nav li .dropdown-menu {
        top: 37px;
    }
}

/* 9. CUSTOM LAYOUT & TYPOGRAPHY (Mummy bear)
----------------------------------------------------------------------------------------*/
@media screen and (min-width: 30em) and (max-width: 63.236em) {

    .left {
        float: left;
        width: 30em;
    }

    .right {
        float: left;
        margin: 0;
        max-width: none;
        margin-left: 36%;
        margin-top: 5%;
    }

    .select-next, .select-previous {
        font-size: 28px;
        position: relative;
        top: 3px;
        color: #FFFFFF;
        box-shadow: 1px 2px 0 #ccc;
        border: 2px solid #333;
        background: #7C7C7C;
        padding: 0px 6px 2px;
    }

    .select-next:hover, .select-previous:hover {
        background: #6d6d6d;
        color: #fff;
    }

    .select-next:active, .select-previous:active {
        background: #5a5a5a;
        color: #fff;
    }

    .event-match .cursor-pointer {
        font-size: 20px;
        position: relative;
        top: 2px;
    }

    .event-match .change-segment-order, .event-match .add-feud-to-match, .event-match .delete-match,
    .event-match .add-gimmick-match-to-match, .event-match .add-championship {
        font-size: 24px;
    }

    .save-message, .delete-message, .message-reply-icon {
        font-size: 20px;
    }

    .delete-message {
        margin-left: 10px;
    }

    .game-content-right-column, .scenario-editor-right-column {
        margin-left: 0;
        margin-right: 0;
        margin-top: 20px;
    }

    .game-content-left-column, .scenario-editor-left-column {
        margin-left: 0;
        margin-bottom: 0;
    }

    .container {
        width: 30em;
    }

    #main-menu-button, #game-options {
        margin-top: 6px;
    }

    #book-segment-menu-button, .tag-match-option:first-of-type {
        margin-bottom: 6px;
    }

    .main-menu nav ul, .main-menu .tag-match-options {
        text-align: left;
    }

    .about-container .image {
        margin-left: 0;
        margin-top: 20px;
    }

    #main-menu-buttons nav ul li {
        font-size: 17px;
        padding: 9px 14px;
        margin-right: 2px;
    }

    .main-container:before {
        background-position-y: 55px;
    }

    #main-menu-buttons .nav li .dropdown-menu {
        top: 44px;
    }

}