#game-introduction
{
    margin-bottom: 15px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    width: 900px;
    margin-left: 40px;
}

#game-container
{
    display: table-row;
}

#game-container > div
{
    display: table-cell;
    /*vertical-align: middle;*/
    vertical-align: top;
    text-align: center;
}

#transcription-image
{
    width: 500px;
	margin-left: 40px;
    float: left;
}

#transcription-container
{
    float: left;
    

    font-family: Arial, sans-serif;
}

#transcription-container > label,
#transcription-options > label
{
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
    text-align: left;
}

#transcription-container > label
{
    font-weight: bold;
}

#transcription-text-area,
#transcription-options
{
    display: none;
    width: 450px;
    text-align: left;
}

#transcription-text-area
{
    height: 100px;
    resize: none;

    padding: 2px 4px;
    font-size: 13px;
}

#transcription-options
{
    margin-top: 10px;
}

/*#transcription-container button
{
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    display: block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;

    margin-top: 20px;
}*/

#transcription-container button
{
    margin-top: 20px;
    display: block;
}

/*#transcription-container button:hover
{
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}*/

#transcription-container #transcription-answer
{
    width: 450px;

    margin-top: 30px;

    color: green;
    text-align: justify;
    font-size: 14px;
    line-height: 1.3em;
}

del
{
    color: #777;
    text-decoration: none;
}

ins
{
    color: red;
    text-decoration: line-through;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #888;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #888;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #888;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #888;
}
