#IRB_container {
    /*display: none;*/
    width: 800px;
    text-align: justify;
}

/*#extension_not_found {*/
/*    display: none;*/
/*}*/

/*.check_extension {*/
/*    height: 500px;*/
/*    position: relative;*/
/*    !*border: 3px solid green;*!*/
/*}*/

.centered_container {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.centered {
    text-align: center;
}

.blue_button {
    background-color: #36c;
    border-color: #36c;
    color: #fff;
}


.tos_accept_button {
    font-size: larger;
    border-radius: 5px;
    margin-top: 15px;
}

.tos_container {
    height: 100px;
    overflow: auto;
    font-size: small;
    padding: 7px;
    border: 1px solid gray;
    margin: 5px;
}

.registration_complete{
    display: none;
    width: 100%;
    text-align: center;
}

.welcome_error{
    display: none;
}

.survey_screenshot{
    width: 500px;
    border: 1px solid black;
    box-shadow: 3px 3px 2px 0px #795548;
}
