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

body, html {
    height: 100%;
    width: 100%;
    margin: 0;
    font-size: 14px;
    font-family: Liberation-r, Arial, Helvetica, sans-serif
}

::-webkit-scrollbar {
    width: 7px;
    height: 12px
}

::-webkit-scrollbar-thumb {
    background: #0f718a
}

::-webkit-scrollbar-track {
    background: #fff;
    border-left: 1px solid #ccc
}

.clearfix-7da63 {
    clear: both
}

.board-i-f .board-i-f-game-section-board {
    width: 390px
}


.room-container1 .boardBox1 {
    float: none;
    width: 100%
}

.game-section, .board-i-f-play-section {
    display: flex;
    position: relative;
    width: 100%
}

.square-55d63 {
    float: left;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.board-b72b1 {
    border: 2px solid #404040;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
.default.buttons{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 32px;
}
.notation-322f9 {
    cursor: default;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    position: absolute;
    bottom: -17px;
    left: 18px
}

.numeric-fc462 {
    top: 40% !important;
    left: -13px !important;
    display: none
}

.board-i-f-game-section-info {
    width: 250px;
    position: relative;
}
.game-section-container{
    position: relative;
    background-color: #f4f4f4;
    height: 392px;
}
.room-container1 #pgnBox {
    position: relative;
    background-color: #f4f4f4;
    height: 392px
}

#boardHeaders {
    padding: 5px 0;
    line-height: 16px;
    border-bottom: 1px solid grey;
    margin: 0 10px
}

.board-i-f div.moves {
    overflow: hidden;
    overflow-y: auto;
    height: calc(100% - 118px);
    padding: 10px 10px 15%
}

#boardButton {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 32px
}

div.buttons > i.button, div.edit > i.button {
    font-size: 16px;
    line-height: 1.4em;
    color: #71a0df;
    background: #fff;
    margin: 5px;
    padding: 4px;
    border: 1px solid #d3d3d3;
    border-radius: 4px
}

div.buttons > i.button:hover, div.edit > i.button:hover {
    cursor: pointer;
    border: 1px solid #696969
}

.board-i-f div.buttons > i.button {
    width: 100%;
    text-align: center;
    background-color: #0f718a;
    color: #fff;
    margin: 0
}

.board-i-f div.buttons > i.button:hover {
    border-color: #0f718a;
    color: #0f718a;
    background-color: #fff
}

.board-i-f {
    width: 100%;
    height: 460px
}

.board-i-f .moves .move {
    line-height: 16px
}

.board-i-f-game-section-info a {
    font-size: 12px;
    padding: 0 1px
}

.white-1e1d7 {
    background-color: #fff
}

.black-3c85d {
    background-color: #10728a
}

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

.fa-adjust:before {
    content: "\f042"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-stop-circle:before {
    content: "\F28D"
}

@media (max-width: 600px) {
    .board-i-f-play-section {
        flex-direction: column
    }
    /*.blog-post iframe{*/
    /*height: 87vw!important;*/
    /*}*/
    .board-i-f{
        height: inherit;
        margin-bottom: 10px;
    }
    .board-i-f .board-i-f-game-section-board, .board-i-f .board-i-f-game-section-info {
        width: 300px;
        margin: 0 auto;
    }

    .board-i-f div.moves {
        height: 160px
    }

    .room-container1 #pgnBox {
        height: inherit
    }
    .game-section-container{
        height: 255px;
    }
}
.board-i-f a {
    color: black;
}