/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 33px;
    line-height: 30px; /* Vertically center the text there */
    background-color: #000000;
    color: #cce5ff;
    font-size: 12px;
    z-index: 2;
}

.footer2 {
    position: fixed;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 33px;
    line-height: 30px; /* Vertically center the text there */
    background-color: #000000;
    color: #cce5ff;
    font-size: 12px;
    z-index: 2;
}


.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.42;
    border-radius: 15px;
}

input[name="_continue_editing"] {
    display: none;
}

.line_black {
    background-color: black;
    border-top: 1px double #8c8b8b;

}