body {
    /* padding: 0px; */
    margin: 0px;
    width: 96%;
    height: 100%;
}
#copyright{
    text-align: center;
}
.home-page {
    width: 98%;
    /* background-image: url("/img/lavazza.jpg"); */
    /* background-color: #cccccc; */
}
.wheele-game-page {
    width: 99%;
}
.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}
#firstrow {
    width: 100%;
    height: 40%;
}
#secondrow {
    width: 100%;
    height: 40%;
    margin-top: 15%;
}

.background-red {
    /* background-color: red; */
}
.background-yellow {
    /* background-color: yellow; */
}
select {
    margin: 15px;
}
.next-button{
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 300px;
}
.stepminus-button{
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 100px;
    margin-right: 120px;
}
.stepplus-button{
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 100px;
}
.curs-pointer {
    cursor: pointer;
}
.question-window {
    font-size: 110%;
    line-height: 125%;
}
.count-class {
    position: absolute;
    top: -20px;
    left: 260px;
    font-size: 150%;
    font-weight: bold;
}
.warning-message {
    font-weight: bold;
    font-size: 200%;
}
.extra-text-area {
    /* font-size: 150%;
    font-weight: bold; */
}
a[href], input[type='submit'], input[type='image'], label[for], select, button, .pointer {
    cursor: pointer;
}
.endgame-message {
    position: absolute ;   
    left: -50px;
    font-size: 70%;
    width: 700px;
}
.multiplayer-buttons {
    font-size: 70%;
    line-height: 70%;
    padding: 0px;
}
.flexible-placed {
	position: relative;
	margin: auto auto;
}

.table-class{
    position: absolute;
    /* zoom: 50%; */
    width: 85%;
    top: 7px;
    left: 28px;
}
.table-class-center{
    position: absolute;
    /* zoom: 50%; */
    width: 35%;
    top: 110px;
    left: 28px;
}
/*
.player-text-class{
    position: absolute;
    width: 65%;
    height: 65%;
    top: -57px;
    left: 106px;
}
.player-text-class-center{
    position: absolute;
    width: 34%;
    top: -80px;
    left: 106px;
} */
.player-text-area{
    position: absolute;
    height: 100px;
    top: -50px;
    left: 135px;
    font-size: 90%;
    width: 60px;

}
.host-class{
    position: relative;
    /* zoom: 60%; */
    width: 20%;
    left: -130px;
    top: 120px;
}
.host-text-class{
    position: absolute;
    width: 80%;
    top: -50px;
    left: -94px;
}
.host-text-area {
    position: absolute;
    /* zoom: 50%; */
    font-size: 90%;
    width: 71%;
    top: -39px;
    left: -20px;
}
.wheele-bg-red {
    position: absolute;
    opacity: 0.7;
}
.wheele-bg-yellow {
    position: absolute;
    opacity: 0.7;
}
.extra-opacity {
	opacity: 0.3 !important;
}
.highlight-text {
	background-color: #A4D8FF;
	font-weight: bold;
}
.selectDisable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.up-left{
    position:fixed; 
    top: 0; 
    /* left: 0px;  */
    left: 0;
    // width: 350px;
	width: 35%;
    padding: 0 12px;
    z-index:9999; 
    border-radius:0px;
	font-size: 90%;
}
.last-rounds-message {
    position:fixed; 
    top: 0px; 
    /* left: 0px;  */
    // left: 50%;
	left: 35%;
    // width: 700px;
	max-width: 65%;
    padding: 0 12px;
    z-index:9999; 
    border-radius:0px;
    /* font-size: 110%; */
    background-color:rgb(255, 0, 0);
}
.text-color-red: {
	color: red !important;
	font-weight: bold;
}
.text-color-green: {
	color: green !important;
	font-weight: bold;
}