.container {
    margin-top: 3%;
    margin-bottom: 3%;
    text-align: center;
    font-size: 1rem;
}

h4 {
    margin: 2% 0% 1% 0%;
    font-size: 1.6rem;
}

.form-control {
    margin: 0 auto;
    width: 160px;
    font-size: 1.4rem;
}

.btn {
    margin-top: 1%;
    font-size: 1.4rem;
}

.stat-no {
    background-color: #f19b9b;
    width: 70%;
    padding: .5% 1.5% .5% 1.5%;
    color: #b01313;
    font-weight: 600;
    margin: 0 auto;
    font-size: 1.9rem;
    margin-top: 1%;
    margin-bottom: 1%;
    border-radius: .25rem;
}

.stat-ok {
    background-color: #a4e8a4;
    width: 70%;
    padding: .5% 1.5% .5% 1.5%;
    color: #189418;
    font-weight: 600;
    margin: 0 auto;
    font-size: 1.9rem;
    margin-top: 1%;
    margin-bottom: 1%;
    border-radius: .25rem;
}

.grecaptcha-badge {
    display: none;
}

h3 {
    text-align: center;
    margin-bottom: 2%;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #abafb3;
}

.table thead th {
    border-bottom: 2px solid #abafb3;
}

td a {
    width: 100%;
    display: block;
  }

.table-success, .table-danger {
    padding: 0rem !important;
}

.table-success a, .table-danger a {
    padding: .75rem !important;
    text-decoration: none;
    color: #212529;
}

.table-success a:hover, .table-danger a:hover {
    font-weight: 700;
}

.bg-light {
    background-color: #e0e1e2 !important;
}

.table {
    background-color: #f0f1f2 !important;
}

.btn-p {
    padding: .1rem .5rem;
    font-size: 0.9em;
    width: 100%;
}

.td-btn {
    padding: .5rem !important;
}

.imgs {
   height: 6rem;
}

.example5 {
    height: 6rem;	
    overflow: hidden;
    position: relative;
    margin: 2% 0% 2% 0%;
   }
   .example5 h3 {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    height: 6rem;
    text-align: left;
    /* Apply animation to this element */	
    -moz-animation: example5 5s linear infinite alternate;
    -webkit-animation: example5 5s linear infinite alternate;
    animation: example5 5s linear infinite alternate;
   }
   /* Move it (define the animation) */
   @-moz-keyframes example5 {
    0%   { -moz-transform: translateX(70%); }
    100% { -moz-transform: translateX(0%); }
   }
   @-webkit-keyframes example5 {
    0%   { -webkit-transform: translateX(70%); }
    100% { -webkit-transform: translateX(0%); }
   }
   @keyframes example5 {
    0%   { 
    -moz-transform: translateX(70%); /* Firefox bug fix */
    -webkit-transform: translateX(70%); /* Firefox bug fix */
    transform: translateX(70%); 		
    }
    100% { 
    -moz-transform: translateX(0%); /* Firefox bug fix */
    -webkit-transform: translateX(0%); /* Firefox bug fix */
    transform: translateX(0%); 
    }
   }

.btnr {
    margin-right: 1rem;
}

.fancybox-slide--iframe .fancybox-content {
    width: 400px !important;
    height: 520px !important;
}

.trl {
    text-align: left;
}

.refresh {
    display: none;
}

@media (max-width: 980px){

    .h3ind {
        font-size: 6rem; 
        margin: 3rem 0rem 1rem 0rem;
    }

    .h4ind {
        font-size: 4rem; 
        margin-bottom: 1rem;
    }

    .btn-ind {
        font-size: 4rem; 
    }

    .refresh {
        background-color: red;
        width: 30px;
        height: 30px;
        position: fixed;
        display: none;
    }

    .cont-kier {
        width: 100%;
    }

    .h3-kier {
        font-size: 3.5rem; 
        margin: 1rem 0rem 0rem 0rem;
    }

    .h4-kier {
        font-size: 2.8rem; 
        margin-bottom: 1rem;
    }

    .stat-no-kier {
        font-size: 1.8rem; 
        margin-bottom: 1rem;
    }

    .form-control-kier {
        font-size: 1.8rem; 
        margin-bottom: 1rem;
        width: 200px;
    }

    .btn-kier {
        font-size: 1.8rem; 
        padding: 1rem 1.9rem 1rem 1.9rem;
    }

    .h4-kl {
        font-size: 2.8rem; 
    }

    .h4-klt {
        font-size: 2.1rem; 
        margin-bottom: 0.5rem;
    }

    .btn-kierl {
        font-size: 2.1rem; 
        margin-top: 0.5rem;
    }

    .stat-kl {
        padding: 0.5rem;
        margin-bottom: 0.5rem;
    }

}