@charset "utf-8";
/* CSS Document */

@media (min-width: 1100px) {
    html, body{
        width: 100% !important;
        height: 100% !important;
        overflow: hidden !important;
        overflow-x: hidden;
    }
    body{
        position: relative;
    }
.info-board.board-3{
    position: absolute;
	left: 1040px;
	top: 50%;
}
    #main-button-group button{
        height: 80px !important;
        line-height: 1;
        width: 150px !important;
        font-size: 22pt !important;
    }
    #settings-but{
        margin-left: 20px !important;
        height: 70px;
        line-height: 2.6;
        width: 150px !important;
        font-size: 22pt !important;
    }
	

.card>.front, .card>.back{
    width: 100px;
    height: 153px;
}
.card{
    width: 100px;
    height: 153px;
}
/*
    .movable{
        width: 150px;
        height: 305px;
    }
*/
    
    
}