﻿.RankedQuestionBox {
    /*width: 95%;*/
    /*display:table;*/
    max-height: 45vh;
    border: 1px orange solid;
    margin: auto;
    left: 0;
    right: 0;
    overflow-y: auto;
    background-color: bisque;
    font-size: 1em;
    font-weight: bolder;
    padding: 0.5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.RankedQuestionSizerDiv {
    width: 95%;
    margin: auto;
    left: 0;
    right: 0;
    margin-bottom: 0.7em;
}

.RankedQuestion {
    display: table;
    margin: auto;
    left: 0;
    right: 0;
    border: 1px orange solid;
    padding: 0.5em;
    line-height: 160%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.RankedAnswers {
    width: 100%;
    line-height: 160%;
}

.RankedQuestionSubmitButton {
    height: 50px;
    width: 126px;
    margin: auto;
    left: 0;
    right: 0;
}

.RankedQuestionWindowPositioner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid navy;
}

.FireWorks {
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../../images/fireworks3.gif');
    background-position: center;
    background-color: black;
    background-size: cover;
    background-repeat: no-repeat;
}

.SorryMessage {
    border: 2px solid black;
    display: table;
    background-color: red;
    font-weight: bold;
    font-size: 200%;
    color: white;
    margin: auto;
    width: auto;
    left: 0;
    right: 0;
    padding: 7px;
    height: 4vh;
    text-align: center;
    vertical-align: middle;
    line-height: 4vh;
}
