﻿body {
    background-color: #808080;
    font-family: ufontscomfuturabook;
}

.divTable {
    /*padding-top: 50px;*/
    padding-right: 30px;
    /*padding-bottom: 50px;*/
    padding-left: 30px;
}

.divTable2 {
position:absolute;bottom:10px;left:10px;
    padding-bottom: 30px;
    padding-right: 30px;
    /*padding-bottom: 50px;*/
    padding-left: 30px;
}

.divTableClientQuestion {
    padding-top: 10px;
    padding-right: 30px;
    /*padding-bottom: 50px;*/
    padding-left: 30px;
}

.divTableDisplay {
    padding-top: 40px;
    padding-right: 10px;
    /*padding-bottom: 50px;*/
    padding-left: 10px;
}

.divTableNumber {
    text-align: center;
    padding-top: 10px;
    padding-right: 30px;
    /*padding-bottom: 50px;*/
    padding-left: 30px;
    overflow: hidden;
}

.divCard {
    padding-top: 30px;
    padding-right: 30px;
    /*padding-bottom: 50px;*/
    padding-left: 30px;
}

#jumbo1 {
    background: rgb(255, 255, 255);
    /* all other browsers */
    background: rgba(255, 255, 255, 0.65);
}


.alert-custom {
    /*background-color:#6089D5;*/
  background-color:#A41F35;
    color: #fff;
}

.alert-display {
    /*background-color:#6089D5;*/
  background-color:#A41F35;
    color: #fff;
}


.alert-custom2 {
    /*background-color:#6089D5;
    background: rgb(0, 0, 0);*/
background-color:#A41F35;
    /* all other browsers */
    background: rgba(0, 0, 0, 1);
}

.alert-custom3 {

background-color:#ffffff;

    
}

.textblock {
    /*background-color:#6089D5;*/
    color: #000;
    font-size: 16px;
    font-weight: normal;
}

.textblockanswers {
    /*background-color:#6089D5;*/
    color: #fff;
    font-size: 31px;
    font-weight: normal;
}

.textblockanswers2 {
    /*background-color:#6089D5;*/
    color: #000000;
    font-size: 31px;
    font-weight: normal;
}

.textblockmoderator {
    /*background-color:#6089D5;*/
    color: #000;
    font-size: 26px;
    font-weight: normal;
}


.textblockdisplay {
    /*background-color:#6089D5;*/
    color: #fff;
    font-size: 36px;
    font-weight: normal;
}

.textblockclientquestion {
    /*background-color:#6089D5;*/
    color: #fff;
    font-size: 26px;
    font-weight: normal;
}



span.groupno {
    /*background: #683482;*/
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 15px;
    text-align: center;
    width: 1.6em;
    background: rgb(104, 52, 130);
    /* all other browsers 
    background: rgba(0, 0, 0, 0.5);*/
 background: rgba(164, 31,53,0.9);
    font-size: 26vw;
    font-weight: bold;
    color: #ffffff;
}

.message {
    font-family: sans-serif;
    font-size: 0.75rem;
    font-weight: 100;
    color: #808080;
}

/*.displaytext {
    font-size: 1.10rem;
    font-weight: 180;
}*/

#answer {
    overflow-y: auto;
    height: 100px;
    /*resize: none;  Remove this if you want the user to resize the textarea */
    -webkit-overflow-scrolling: touch;
    font-size: 26px;
}




/*div {
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 50px;
    padding-left: 80px;
}*/
