﻿html {
    margin: 0; 
    padding: 0;
    height: 100%;
    background: url('../img/table.png?1') center center no-repeat;
    background-size: cover;
}
body {
    background-color: transparent;
}

.col-md-6 {
    margin:0px;
}

.label {
    font-size: 12vmin;
    font-family: Calibri;
    font-weight: bold;
    text-align: center;
    color: white;
    margin:0px;
    margin-top:4px;
}

.timer {
    font-size: 12vmin;
    font-family: Calibri;
    font-weight: bold;
    text-align: center;
    color: white;
    margin:0px;
    margin-bottom:4px;
}

.blindAmountStack {
    width: 40%;
    height: auto;
    border: 0px solid yellow;

    display: inline-block;
}
.blindValue {
    font-size: 8vmin;
    font-family: Calibri;
    font-weight: bold;
    text-align: center;
    color: white;
}

.chipStack {
    border: 0px solid purple;
}

.chipEdge {
    background: url('../img/ChipsStack.png') no-repeat -1px -1px;
    width: 74px;
    height: 10px;
}
.blackEdge {}
.greenEdge {
    background-position-x: -78px;
}
.blueEdge {
    background-position-x: -155px;
}
.redEdge {
    background-position-x: -232px;
}
.whiteEdge {
    background-position-x: -309px;
}

.alt1 { 
    background-position-y: -13px;
}
.alt2 {
    background-position-y: -25px;
}
.alt3 {
    background-position-y: -37px;
}


