﻿body {
    font-size:11px;
    font-family:'Malgun Gothic', Verdana;
    line-height: 150%;
}
.box {
    margin:0 auto;
    width:460px;
    position: relative;
}
.chess_left {
    float:left;
    text-align:center
}
.chess_right {
    float:left;
    display:none
}
.move_info {
    float:left;
    margin-top:20px
}
.bill_box {
    font-size:11px;
    font-family:'Malgun Gothic', Verdana;
    height: 320px;
    width: 120px;
    overflow:auto;
}
.bill_box li {
    cursor:pointer;
    text-align:left
}
.bill_box li:hover {
    cursor:pointer;
    background: #C6A577;
}
.bill_box li:active {
    cursor:pointer;
    background: #fff;
}
#billList {
    margin-top:20px
}


a {
    font-size:9pt;
}

.navbar {
  min-height: 30px
}

.navbar-brand {
    font-size:9pt;
    height: 30px;
}
