
.pairsEditorTable {
    text-align: center;
}

.pairsEditorTable input[type="text"] {
    width: 150px;
}

.pairsGameTable {
    position:relative;
    border:solid 1px black;
    width:584px;
}

.pairsCompileItem {
    width:150px;
    height:100px;
    border:1px dashed red;
    text-align:center;
    vertical-align:middle;
    font-size:20px; 
}

.pairsGameItem {
    position:absolute;
    width:150px;
    height:100px;
    border:1px solid red;
    margin: 1px;
    text-align:center;
    vertical-align:middle;
    font-size:20px;
}

.pairsGamePoint {
    width:20px;
    height:20px;
    position:absolute;
}