/*


.board {
    display: grid;
    grid-template-columns: 45px repeat(9, 28px) 45px;
    grid-template-rows: 45px repeat(9, 28px) 45px;
    grid-gap: 1px;
    margin: 50px auto;
    width: 358px;
    height: 358px;
    background: #080808;
    border: 1px solid #080808;
    position: relative;
}


.horizontal-row {
    grid-template-columns: repeat(9, 28px);
    grid-template-rows: 45px;
}


.vertical-row {
    grid-template-columns: 45px;
    grid-template-rows: repeat(9, 28px);
}


.deck {
    border: 2px dashed #080808;
    width: 57px;
    height: 43px;
}

#diceloc{width:260px !important;}


#cub.reset {
    width: 36px;
    height: 36px;
    margin: -50px 0 0 -50px;
    position: absolute;
    -webkit-transform-style: preserve-3d;
    -webkit-animation-name: anti-rotate;
    -webkit-animation-duration: .1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-play-state: paused;
}


.go .go-word {
    font-size: 21px;
    color: #f50c2b;
}

.jail {
    grid-column: 1;
    grid-row: 11 / 12;
    display: grid;
    grid-template-columns: repeat(10, 4.5px);
    grid-template-rows: repeat(10, 4.5px);
    justify-content: center;
    align-items: center;
}


.jail .drawing {
    grid-column: 4 / 11;
    grid-row: 1 / 8;
    width: 31.5px;
    height: 31.5px;
    background: #fa811d;
    border-bottom: 1px solid #080808;
    border-left: 1px solid #080808;
}

*/

/*monopoly scale*/

.board{
	transform: scale(0.39);
    margin-left: -297px;
    margin-top: -303px;
}
#content{
	
}

.container {
    padding-right: 0px;
    padding-left: 0px;
}

.table{height:700px;}


.deck {
    border: 2px dashed #080808;
    width: 400px;
    width: 340px;
    height: 260px;
	padding: 10px;
    font-size: 15px;
	
}

#diceloc {
    /*grid-column: 1 / 3;*/
}

.top-scorer-deck{
	margin-left:20px;
	margin-top:10px;
}

.top-scorer-deck .label{
	color: #000;
    font-size: 20px;
}

.modal-content {
text-align: center;
}

.modal-content p {
	font-size: 14px;
    font-style: italic;
}

#questionSubmission {
    background-color: #4CAF50;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    font-family: Raleway;
    cursor: pointer;
}

#earnDice, #earnPoint{
	color:red;
}


#AnsOption1,#AnsOption2,#AnsOption3{
	font-size: 15px;
}