html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}


.footer[b-ckis69plen] {
    position: absolute;
    bottom: -80px !important;
}

.url-cell {
    position: absolute;
    border-right: 0px;
    height: 49px;
}

#urlsForm .table {
    position: relative;
    border: 1px solid #c1c1c1;
}

.btn-group{
    margin-top:20px;
}

.video-preview {
    display: none;
    position: absolute;
    z-index: 9999;
    top: 0;
    left: -58%;
    margin-left: 10px;
    background-color: white;
    padding: 10px;
    border: 1px solid #ccc;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 200px;
    text-align: center;
}

.thumbnail {
    width: 100%;
    height: auto;
}

.title {
    font-weight: bold;
    margin-top: 5px;
    display: block;
}



.header{
    background-color:#c1c1c1;
}


