/* Aqui começa o que interessa*/
.ll-AudioWord_question2
 {
    position: relative;
    margin: auto;
    min-height: 50px;
    max-width: 80%;
    border: 1px solid #e6e9ee;
    background-color: white;
}

svg:not(:root) {
    display: block;
}

.playable-code {
    background-color: #f4f7f8;
    border: none;
    border-left: 6px solid #558abb;
    border-width: medium medium medium 6px;
    color: #4d4e53;
    height: 100px;
    width: 90%;
    padding: 10px 10px 0;
}

.playable-canvas {
    border: 1px solid #4d4e53;
    border-radius: 2px;
}

.playable-buttons {
    text-align: right;
    width: 90%;
    padding: 5px 10px 5px 26px;
}


video {
    margin-top: 2px;
    border: 1px solid black;
}

.button {
    cursor: pointer;
    display: block;
    width: 160px;
    border: 1px solid black;
    font-size: 16px;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 4px;
    color: white;
    background-color: darkgreen;
    text-decoration: none;
}

h2 {
    margin-bottom: 4px;
}

.left {
    
    float: left;
    width: 160px;
    padding: 0px;
}

.right {
   
    float: left;
    width: 160px;
    padding: 0px;
}

.bottom {
    clear: both;
    padding-top: 10px;
}

.block-center{
    float: center;
    position: inherit;
    padding: 0px;
}