.starting-hand-bar {
    display: block;
    height: 27px;
    width: 100%;
    background-color: #333333;
    border-radius: 6px;
    margin: 5px;
    position: relative;
    padding: 3px;
    box-shadow: 0px 1px 1px #807D7D;
}

.starting-hand-bar div {
    height: 100%;
    border-radius: 4px 2px 2px 4px;
}

.starting-hand-bar span {
    position: absolute;
    color: white;
    left: 0;
    right: 0;
    margin: 2px;
    text-align: center;
}


.hand_strength_table {
    color: #ffffff;
    background-color: #373737;
    border: 1px solid #4C4B4B;
    width: 100%;
}
.hand_strength_table th {
    padding:10px 15px 5px 10px;
    background-color: #1E1E1E;
}
.hand_strength_table td {
    padding:10px 15px 5px 10px;
}


.hand_strength_block {
    padding: 20px 10px 10px 15px;
}

.odd_hand_strength_table_row {
    background-color: #2D2D2D;
}


.assistant_icon {
    width: 0;
    display: inline-block;
}
.assistant_icon span {
    left: -30px;
}
.assistant_icon i:nth-child(1){
    color:#1E1E1E;
    text-shadow:-1px -1px 0 #4C4B4B,1px -1px 0 #4C4B4B,-1px 1px 0 #4C4B4B,1px 1px 0 #4C4B4B;
}

.is-countdown {
    padding: 3px 6px;
    border-radius: 4px;
    border: #4C4B4B solid 1px;
    background: rgb(35,35,35);
    background: -moz-linear-gradient(top, rgb(55,55,55) 0%, rgb(30,30,30) 100%);
    background: -webkit-linear-gradient(top, rgb(55, 55, 55) 0%,rgb(30, 30, 30) 100%);
    background: linear-gradient(to bottom, rgb(55, 55, 55) 0%,rgb(30, 30, 30) 100%);
    width:220px;
}

.statistits-suggest-pop-dialog {
    text-align: center;
    font-size: 1.2em;
    color: white;
    background-color: #222;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    border: none;
    z-index: 1;
    padding: 5px 50px;
}

.statistits-suggest-pop-dialog button {
    text-decoration: underline;
    color:white;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}


.suggest-dialog {
    max-width: 290px;
    margin: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
.suggest-dialog button {
    font-size: 14px;
    width: 100%;
    margin-bottom: 3px;
    padding:4px;
}
.suggest-dialog .modal-header {
    padding: 8px 0 5px 0;
    text-align: center;
}
.suggest-dialog .modal-title {
    margin: auto;
    font-size: 16px;
}
.suggest-dialog-action-description {
    text-align: left;
    padding-left: 5px;
    color:white;
}
