svg{
    border-style: solid;
    border-color: #000;
    border-width: 0.1em;
}

.snippet .btn {
    display: block;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
    padding: 2px 6px;
    position: relative;
    top: 1.7em;
    left: 44.8em;
}

.snippet:hover .btn {
    opacity: 1;
}

.dropdown-menu.inner li.disabled a span.text {
    color: white;
}

.widget-size {
    padding-bottom: 1em;
    font-size: 1.3em;
    font-weight: bold;
    left: 44em;
    position: relative;
}

.feedback-text {
    display: inline-block;
    opacity: 0;
    transition: opacity 500ms ease-in;
}
.feedback-text.animate {
    opacity: 1;
}

.drivek-widget-container iframe[src] {
    max-width: 100% !important;
}