body {
    padding-top: 70px;
    align-items: center;
}


#board {
    padding: 10px;
    max-width: 500px;
    min-width: 300px;
}

#logo {
    position: relative;
    left: 10%;
}

#secondWindow {
    max-width: 800px;
    margin: 10px;
    min-height: 370px;
}

#moveTable {
    width: 100%;
    max-height: 250px;
    height:250px;
    overflow: auto;
}

#controls {

    bottom: 0;
}

.btn {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}

.botagainst{
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}

.test{
    border:10px solid #000000;
}

.col-centered{
    float: none;
    margin-left: 50px;
}
.bottom{
    text-align: center;
line-height: 100px;
}