@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

*:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
html{
    scroll-behavior: smooth;
}


.credit{
    padding:0px 5px 5px;
    color:#FFF;
    font-size: 12px;
    font-family: cursive;
    display: none;
}

.print-only{
    display: none;
}

.city{
    border: 1px solid #ddd;
    padding: 3px;
    border-radius: 5px;
    margin: 5px;
    display: inline-block;
}


#eXTReMe {
    z-index: 1;
    visibility: hidden;
    position: absolute;
    z-index: 10000;
    display:none;
}

.main-title{
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 10px;
    display: inline-block;
    font-size: 30px;
    margin: 0px;
    background-color: #000;
    color: #fff;
}
label {
    display: inline;
}
input[type='checkbox'] { 
    height: auto;
    width:auto;
}

table.res {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

table.res td, table.res th {
    padding: 8px;
}

table.res th:first-child,table.res td:first-child{
    position:sticky;
    left:0px;
}
table.res td:first-child{
    background-color:#eee;;
}
.output{
    font-size:20px;
}

.error{
    display: none;
}
.country a{
    overflow: hidden;
}

ul.languages{
    
}
ul.languages li{
    display: inline;
}
ul.languages li a{
    color: #fff;
    text-decoration: none;
    padding: 0px 5px;
}

.ads{
    min-height: 290px;
    text-align: center;
    margin: 10px 0px;
}
.footer {
    margin-bottom: 80px;
}
table .next-prayer{
    background-color: yellow;
}