img{
    width: 60%; 
    height: 60%; 
    margin: auto; 
    display: block;
    padding-top: 3%;
}
button#prompt_btn {
  margin: auto;
  display: block;
}

.videoholder{
    z-index: 9888;
}
/*END OF IMAGE figure Numbering*/
/*PROMPTS*/

#promptholder
{
    background-color: #1d4e89;
}

.prompt
{
    z-index: 5000;

    display: none;
}
.prompt p
{
    line-height: 1em;

    /* width: 60%; */
    margin-left: 1%;
    padding-bottom: 1em;

    text-align: left;

    color: skyblue;
}

.prompt h5
{
    font-weight: 400;

    margin-left: 1%;

    text-align: left;

    color: #fff;
}

#promptNumber
{
    display: inline-block;

    width: 50%;
    margin-left: 17%;
}

.promptNumberSquare
{
    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 10px;

    background-color: #fff;
}


.promptNumberSquare.focus
{
    width: 10px;
    height: 10px;

    background-color: #fff;
}

#promptClose_btn
{
    float: right;

    width: 32px;
    height: 33px;

    border: 0;
    outline: 0;
    outline-width: 0;
    outline-style: none;
    background-color: #fd844c;
}

#promptLeft_btn
{
    float: left;

    width: 32px;
    height: 33px;

/*    background-image: url('../../../images/left.png');
*/}
#promptRight_btn
{
    float: right;

    width: 32px;
    height: 33px;

/*    background-image: url('../../../images/right.png');
*/}

#promptLeft_btn:hover
{
    float: left;

    width: 32px;
    height: 33px;

    opacity: .7;
/*    background-image: url('../../../images/left.png');
*/}
#promptRight_btn:hover
{
    float: right;

    width: 32px;
    height: 33px;

    opacity: .7;
/*    background-image: url('../../../images/right.png');
*/}
#promptholder button
{
    z-index: 5000;

    cursor: pointer;
}
.prompt button:hover
{
    z-index: 5000;

    cursor: pointer;

    background-position: 0 -35px;
}


#prompt_btn:a
{
    z-index: 5000;

    background-image: none;
}


#prompt_btn
{
    position: relative;
    z-index: 5000;

    height: 1.5em;
    margin: 0 20px;
    margin: 2% 20%;

    cursor: pointer;

    background-image: none;
}
#prompt_btn:hover
{
    background-image: none;
}

#prompt_btn:a
{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.2em;

    z-index: 5000;

    padding: 3px 6px 2px 6px;

    text-align: center;
    text-decoration: none;

    color: #fff;
    background: #1d4e89;
    background-image: none;
}

button
{
    background: #1d4e89;
    background-image: none;
}
