@media only screen and (orientation: portrait) {
    #content thead tr.mus th:first-child {
        display: none;
    }

    #content tbody tr.mus td:first-child {
        display: none;
    }

    #content td {
        padding: 3px !important;
        font-size: 10px;
    }

    #content table {
        left: -20px !important;
        width: calc(100% + 40px) !important;
    }
}

@media only screen and (max-width: 1127px) {
    header {
        width: 100%;;
        margin: 0px auto;
        padding: 25px 0 25px 0px;
        text-align: center;
    }

    header div {
        float: none !important;
    }

    header img {
        float: none !important;
        max-width: 100%;
    }

    #top_menu_container {
        width: 100%;
        margin: 0px auto;
    }

    #main {
        width: 100%;
        margin: 0px auto;
        border: none !important;
    }

    div.menuOverlay {
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .setFixedMobileMenu {
        position: fixed;
        top: 0;
        z-index: 99;
    }

    #fbOnMobile {
        float: right;
        padding: 0px;
        position: relative;
    }

    #games {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        position: fixed;
        display: none;
        left: -1000px;
        top: 0px;
        width: 70%;
        z-index: 99999;
        overflow-y: scroll;
        height: 100%;
        box-shadow: 5px 0px 15px -5px rgba(0, 0, 0, 0.7);
        max-width: 350px;
    }

    #content #info_box {
        width: 80%;
        margin: 0px auto;
        padding: 6px;
        margin-bottom: 15px;
        text-align: center;
        position: relative;
    }

    #content table {
        width: 100%;
        position: relative;
        margin: 0px auto;
        text-align: left;
        font-size: 12px;
        border-spacing: 0px;
        box-shadow: 0px 10px 10px -12px #000000;
    }

    #todays_song #image #layer1 {
        position: absolute;
        z-index: 2;
        width: 100%;
        margin: 0px auto;
        height: 150px;
    }

    #todays_song #image #layer2 {
        position: absolute;
        z-index: 1;
        width: 100%;
        margin: 0px auto;
        height: 150px;
    }

    #todays_song #image #layer2 img {
        width: 100%;
        margin: 0px auto;
        height: 150px;
    }

    #todays_song #image {
        position: relative;
        width: 90%;
        margin: 0px auto;
        height: 150px;
        padding: 1px;
        margin-top: 10px;
    }

    #content .todayssong_history {
        display: block;
        width: 200px;
        padding: 5px;
        margin-top: 10px;
    }

    #content #history-ts {
        position: relative;
        width: 100%;
        margin: 0px auto;
    }

    #playlist {
        width: 100%;
    }

    #page_navigation {
        list-style: none;
        margin: 0px auto;
    }

    #page_navigation li.showMobileMenu {
        display: inline;
        cursor: pointer;
        padding: 15px;
        position: relative;
        top: 2px;
        min-height: 34px;
    }

    #page_navigation li.showMobileMenu span {
        position: relative;
        left: 5px;
        bottom: 2px;
    }

    #page_navigation li {
        display: inline-block;
    }

    #page_navigation li a {
        display: block;
        padding: 8px;
    }

    #content #main #game_info {
        margin-left: 0px;
        padding: 10px;
    }

    #right_top_menu::after {
        content: "";
        display: block;
        clear: both;
    }

    #right_top_menu {
        display: none !important;
    }

    #right_top_menu #fb {
        float: right;
        padding: 5px;
        padding-left: 10px;
        height: 22px;
        position: relative;
        text-align: right;
    }

    #content #inside iframe {
        width: 100%;
        margin: 0px auto;
    }

    #content tbody tr .lyrics_main {
        float: right;
        height: 300px;
        width: 100%;
        overflow: auto;
    }

    #playlist_player {
        position: relative;
        float: left;
        width: 97%;
        height: 285px;
        margin: 10px;
    }

    #playlist_progress {
        position: relative;
        list-style: none;
        width: 100%;
        font-size: 11px;
        top: 11px;
        max-height: 285px;
        overflow: auto;
    }

    div.socialplugin {
        width: 100%;
        margin: 0px auto;
    }

    div.socialplugin > div {
        margin: 0px auto;
    }

    #content #history-today {
        display: none;
    }

    #content #history-older {
        display: none;
    }

    #content .hist-style {
    }

    #content .history-list {
        width: 100%;
        position: relative;
        left: 0px;
        padding: 5px;
    }
}

@media only screen and (min-width: 1128px) {
    .setFixedMobileMenu {
    }

    #fbOnMobile {
        display: none;
    }

    #fbOnMobile + div {
        display: none;
    }

    header {
        width: 1130px;
        margin: 0px auto;
        padding: 25px 0 25px 0px;
    }

    #page_navigation li.showMobileMenu {
        display: none;
    }

    #top_menu_container {
        width: 1130px;
        margin: 0px auto;
        height: 32px;
    }

    #main {
        width: 1128px;
        margin: 0px auto;
    }

    #games {
        float: left;
        width: 230px;
        padding-bottom: 25px;
        display: block !important;
    }

    #content {
        padding-top: 0px !important;
    }

    #content #info_box {
        width: 450px;
        margin: 0px auto;
        padding: 6px;
        margin-bottom: 15px;
        text-align: center;
        position: relative;
    }

    #content table {
        width: 850px;
        position: relative;
        margin: 0px auto;
        text-align: left;
        font-size: 12px;
        border-spacing: 0px;
        box-shadow: 0px 10px 10px -12px #000000;
    }

    #todays_song #image #layer1 {
        position: absolute;
        z-index: 2;
        width: 200px;
        height: 110px;
    }

    #todays_song #image #layer2 {
        position: absolute;
        z-index: 1;
        width: 200px;
        height: 110px;
    }

    #todays_song #image #layer2 img {
        width: 200px;
        height: 110px;
    }

    #todays_song #image {
        position: relative;
        width: 200px;
        height: 110px;
        padding: 1px;
        margin-top: 10px;
    }

    #content .todayssong_history {
        display: block;
        width: 200px;
        padding: 5px;
        margin-top: 10px;
    }

    #content #history-ts {
        position: relative;
        width: 800px;
        margin: 0px auto;
    }

    #playlist {
        width: 850px;
        height: 310px;
    }

    #page_navigation {
        float: left;
        list-style: none;
        margin: 0px auto;
    }

    #page_navigation li {
        display: inline-block;
    }

    #page_navigation li a {
        display: block;
        padding: 8px;
    }

    #content #main #game_info {
        margin-left: 230px;
        padding: 10px;
    }

    #right_top_menu #fb {
        float: right;
        padding: 5px;
        padding-left: 10px;
        height: 22px;
        position: relative;
        width: 180px;
    }

    #content #inside iframe {
        max-width: 850px;
        margin: 0px auto;
    }

    #content tbody tr .lyrics_main {
        float: right;
        height: 300px;
        width: 350px;
        overflow: auto;
    }

    #playlist_player {
        position: relative;
        float: left;
        width: 440px;
        height: 285px;
        margin: 10px;
    }

    #playlist_progress {
        position: relative;
        list-style: none;
        width: 380px;
        font-size: 11px;
        top: 11px;
        max-height: 285px;
        overflow: auto;
    }

    #content #history-today {
        position: absolute;
        top: 0px;
    }

    #content #history-older {
        position: absolute;
        top: 31px;
    }

    #content .hist-style {
        width: 70px;
    }

    div.socialplugin {
        width: 100%;
        margin: 0px auto;
    }

    div.socialplugin > div {
        margin: 0px auto;
    }

    #content .history-list {
        width: 720px;
        position: relative;
        left: 70px;
        padding: 5px;
    }
}

* {
    margin: 0px;
    padding: 0px;
    /* transition: background-color 0.2s linear, color 0.2s linear; */
}

a {
    text-decoration: none;
}

input.filter_games {
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    border: none;
    padding: 10px;
    height: 40px;
}

input.filter_songs {
    width: 100%;
    box-sizing: border-box;
    border: none;
    font-size: 16px;
    padding: 10px;
    height: 40px;
}

.ad2 {
    width: 160px;
    height: 600px;
    position: relative;
    margin: 0px auto;
}

.ad3 {
    width: 728px;
    height: 90px;
    position: relative;
    margin: 0px auto;
}

body {
    font-size: 13px;
    font-family: "Arial";
}

#cookie-alert {
    width: 100%;
    height: 100%;
    overflow: auto;
    position: fixed;
    bottom: 0px;
    z-index: 999;
    right:0px;
    background: rgba(0, 0, 0, 0.5);
}

#cookie-alert strong {
    font-size: 16px;
    position: relative;
    bottom: 12px;
    left: 5px;
}

#cookie-alert h2 {
    margin: 10px;
}

#cookie-alert h2 img {
    margin: 20px;
}

#cookie-alert-content {
    margin: 0px auto;
    padding: 30px 30px 40px 30px;
    max-width: 800px;
    background: #fff;
}

#cookie-alert-wrap {
    top: 50px;
    position: relative;
}

#cookie-alert-partners {
    height: 200px;
    overflow: auto;
}

#cookie-alert-partners li {
    padding: 8px;

}

#cookie-alert-partners li a{
    font-style: normal !important;
    color:#2a292f !important;
}

#cookie-alert-partners li:nth-child(2n) {
    background: #f2f4f6;
}

#cookie-alert-partners li:nth-child(2n+1) {
    background: #dbe1e7;
}


#cookie-alert p {
    max-width: 1128px;
    font-size: 16px;
}

#cookie-alert .cookie-buttons {
    margin: 0px auto;
    float: right;
}

#cookie-alert .cookie-buttons a:nth-child(1) {
    padding: 10px !important;
    cursor: pointer;
    margin-right: 5px;
}

#cookie-alert .cookie-buttons a:nth-child(2)[rel="yes"] {
    display: inline;
    padding: 10px;
    cursor: pointer;
    background: #2196F3;
    color: #fff !important;
}
#cookie-alert .cookie-buttons a:nth-child(2)[rel="yes"]:hover {
    background:#22aadd;
}

li.search_li {
    width: 200px;
}


form#search_content {
    position: relative;
    margin-left: 10px;
    width: inherit;
}

#search_content .search_input {
    padding: 6px;
    color: #000;
    font-size: 11px;
    width: inherit;
}

#search_content span.search_submit {
    width: 24px;
    height: calc(100% - 1px);
    position: absolute;
    right: -12px;
    top: 0;
}

#search_content input.search_submit {
    width: 20px;
    height: 20px;
    border: 0;
    position: relative;
    top: 2px;
    left: 2px;
    cursor: pointer;
}

/* The switch - the box around the slider */
#cookie-alert .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
#cookie-alert .switch input {
    display: none;
}

/* The slider */
#cookie-alert .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

#cookie-alert .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

#cookie-alert input:checked + .slider {
    background-color: #2196F3;
}

#cookie-alert input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

#cookie-alert input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
#cookie-alert .slider.round {
    border-radius: 34px;
}

#cookie-alert .slider.round:before {
    border-radius: 50%;
}

#right_top_menu #fb a {
    font-size: 16px;
}

#right_top_menu #fb .fb-like {
    position: relative;
    top: 1px;
}

#games ul {
    list-style: none;
}

a.itunes_link {
    display: inline-block;
    overflow: hidden;
    background: url(//linkmaker.itunes.apple.com/assets/shared/badges/en-us/itunes-sm.svg) no-repeat;
    width: 45px;
    height: 15px;
    background-size: contain;
}

/*
#games h3 img.slider_up{float:right;margin-top:4px;width:15px;height:8px;}
#games h3 img.slider_down {float:right;margin-top:4px;width:15px;height:8px;}
*/

#games div.menu_element {
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}

#games div.menu_element > span:first-child {
    font-weight: normal;
    color: #000;
    font-size: 14px;
    padding: 8px;
    padding-left: 10px;
    width: 100%;
    display: block;
    box-sizing: border-box;
}

#games div.menu_element > span.slider {
    position: absolute;
    font-size: 17px;
    top: 5px;
    right: 5px;
}

#games div.menu_element ul li a {
    display: block;
    padding: 6px;
    padding-left: 10px;
}

#games div.menu_element::after {
    content: "";
    display: block;
    clear: both;
}

#games h2 {
    padding: 5px;
    font-weight: normal;
    font-size: 25px;
    margin: 10px;
}

#games p img:hover {
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.4);
}

#todays_song {
    padding: 0px 12px 12px 12px;
}

#todays_song #image span {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: -12px;
    padding: 7px 12px 7px 12px;
    cursor: pointer;
    opacity: 0.85;
}

#todays_song .todays-author {
    font-size: 14px;
}

#todays_song .todays-title {
    font-size: 12px;
    font-style: italic;
}

#todays_song #image:hover > a > span {
    opacity: 1;
}

#todays_song #image:hover > a > #layer1 {
    opacity: 0.2;
}

#content #main #game_info h2 {
    font-weight: normal;
    font-size: 24px;
    padding: 5px;
}

#content .hr {
    margin: 0px auto;
    margin-bottom: 10px;
    width: 98%;
    display: block;
    height: 1px;
}

#content #inside {
    padding: 15px;
}

#content .button_table,
#content .action_button {
    display: inline-block;
    position: relative;
    padding: 8px;
}

#content .button_table:hover,
#content .action_button:hover {
}

#content .spacer {
    height: 20px;
}

#content table a {
    font-style: normal;
}

#content th {
    height: 42px;
    padding-left: 8px;
    font-size: 15px;
    font-weight: normal;
    box-shadow: inset 0px -1px 0px 0px #9d9d9d;
}

#content tbody tr td:first-child {
    text-align: center;
    padding: 0px;
    width: 80px;
}

#content tbody tr td:first-child img {
    margin-top: 5px;
    width: 22px;
}

#content td {
    padding: 8px;
}

#content tr.seperator_tr {
    font-size: 17px;
    height: 42px;
}

#content tr {
    height: 45px;
}

#content tbody tr #listen-music-td {
    padding: 10px;
}

#content tbody tr #listen-music-td iframe {
    float: left;
}

#content tbody tr .lyrics_main p {
    padding: 15px;
    text-align: left;
}

#content tbody tr .song_lyrics {
    display: none;
}

#content .td-info {
    font-style: italic;
    cursor: pointer;
    font-size: 23px;
    font-weight: bold;
}

#content .ext_main {
    width: 45px;
}

#content .play-td {
    width: 50px;
}

#content .td-info span {
    display: none;
}

#content tbody tr .song_lyrics {
    display: none;
}

#content tr td .play-external {
    position: relative;
    bottom: 16px;
    left: 37px;
    padding: 2px;
    width: 10px;
    height: 10px;
}

#content #error-info,
#info-div {
    margin-top: 15px;
    padding: 40px;
}

#fetched #error-info {
    margin: 0px 5px 5px 5px;
}

#content #error-info span {
    font-size: 49px;
    display: block;
}

#content #error-info p {
    font-size: 21px;
}

#content .cookies p {
    text-indent: 15px;
    line-height: 17px;
    margin-bottom: 10px;
}

#content span.search_title {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
}

#content a.search_link {
    font-size: 14px;
    padding: 5px;
    font-style: normal !important;
    margin-left: 15px;
    display: block;
}

#content .hist-style span {
    margin-left: 5px;
}

#content #history-ts > .history-list:nth-child(3) {
}

#content #history-ts > .history-list:last-of-type {
    box-shadow: 0px 10px 10px -12px #000000;
}

#content .history-name-s {
    font-style: italic;
}

#content .history-date-s {
    font-style: italic;
    font-size: 14px;
    margin-right: 10px;
}

#content .play-external-s {
    position: absolute;
    right: 10px;
    bottom: 7px;
    line-height: normal;
}

#content .history-game a {
    margin-left: 5px;
    font-style: normal !important;
}

#content #login_form {
    width: 100%;
    min-height: 500px;
    padding-top: 10px;
}

#content #login_form form {
    width: 310px;
    margin: 0px auto;
}

#content #login_form input,
#content #login_form textarea,
#send_handler input,
#send_handler textarea {
    width: 290px;
    display: block;
    margin: 0px auto;
    margin-top: 5px;
    position: relative;
    padding: 8px;
}

#content #login_form input[type="submit"] {
    cursor: pointer;
    float: right;
    width: 100px;
}

#tooltip-handler {
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    text-align: center;
    position: absolute;
    z-index: 10;
}

#tooltip-handler p {
    margin: 10px;
}

.alert_icon {
    width: 47px;
    height: 45px;
    float: left;
    margin-right: 10px;
}

.stat-iconup {
    width: 15px;
    height: 20px;
}

.stat-icondown {
    width: 15px;
    height: 20px;
}

.play_icon {
    width: 25px;
    height: 25px;
}

.play_icon:hover {
    width: 25px;
    height: 25px;
}

.external_icon {
    width: 10px;
    height: 10px;
}

.edit_pencil {
    width: 16px;
    height: 15px;
}

.edit_send {
    width: 21px;
    height: 20px;
}

.success_icon {
    width: 21px;
    height: 20px;
}

#playlist_player iframe {
    width: inherit;
    height: inherit;
}

#playlist_progress li {
    padding: 5px;
    position: relative;
}

#playlist_progress li.current {
    font-size: 12px;
    min-height: 25px;
}

#playlist_progress li.disabled {
    opacity: 0.35;
}

#playlist_progress li span.play_it {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
}

#playlist_progress li span.disable_song {
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 20px;
    height: 25px;
    cursor: pointer;
}

#playlist_progress li span.play_info {
    position: relative;
    top: 5px;
    left: 5px;
}

#playlist_progress li.current span.play_it,
#playlist_progress li.current span.disable_song {
    display: none;
}

footer div {
    font-size: 12px;
    width: 80%;
    margin: 0px auto;
    padding: 10px;
}

label[for="switch_mode"] {
    cursor: pointer;
    padding: 8px;
    display: inline-block;
}

.light_switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 15px;
    top: 3px;
}

.light_switch input {
    display: none;
}

.light_switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #CFD8DC;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 15px;
}

.light_switch input:checked + .slider:before {
    background-color: #E0E0E0;
}

.light_switch input:checked + .slider {
    background-color: #5f5f5f;
}

.light_switch .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    background-color: white;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 20px;
    top: -2px;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);
}

.light_switch input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}
