/* app css stylesheet */
.tbRow{
    display: table-row;
    height: 100px;
}
.tbCell{
    display: table-cell;
}
.tbTbl{
    display: table;
}
.cpotIput{
    width:30px;
}
.cpotCirc{
    background:goldenrod;
    border-radius: 59%;
    padding: 28px 20px;
}
.cellwid{
    display: table-cell;
    padding:15px;
    width:80px;
    text-align: center;
    vertical-align: middle;
}
.tblStl {
    display:table;
    background: #1F222C;
    border-radius: 10px;
    height: 550px;
}
.arrowDown{
    transform: rotate(45deg);
}
.arrowRight {
    transform: rotate(-45deg);
}
.arrowUpAng{
    transform: rotate(-90deg);
}
.arrowDownAng{
    transform: rotate(90deg);
}
.jstRow{
    display:table-row;
}
.justCell{
    display: table-cell;
}
.payOut{
    color: azure;
    font-weight: bold;
}
img:hover{
    background: aquamarine;
}