.ramadhan2020{
    position: relative;
    padding-bottom: 50px;
}
.ramadhan2020 img{
    width: 100%;
    max-width: 365px;
    margin: 10px auto;
    display: block;
}
.ramadhan2020 .time{
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    -webkit-text-align: center;
    -moz-text-align: center;
    -o-text-align: center;
}
.ramadhan2020 .time .h3{
    padding-left: 2px;
    margin-top: 42px;
    margin-bottom: -1px;
    font-family: "arial" !important;
    font-weight: bold;
    font-size: 20px;
    color: #ECAD4F;
}
.ramadhan2020 .time .h3 div{
    display: inline-block;
}
.ramadhan2020 .time .h3 span{
    margin: -3px;
}
.ramadhan2020 .time h2{
    font-family: "arial" !important;
    font-weight: bold;
    color: #445BA7;
    font-size: 17px;
    margin-top: 5px;
}
.ramadhan2020 .time label{
    font-family: "arial" !important;
    font-weight: 100;
    color: #445BA7;
    font-size: 11px;
    position: absolute;
    width: 100%;
    left: 0;
    font-style: italic;
}
.ramadhan2020 .time ul{
    display: block;
    width: 100%;
    max-width: 365px;
    margin: 98px auto 60px auto;
    /* padding-left: 20px; */
    text-align: left;
    -webkit-text-align: left;
    -moz-text-align: left;
    -o-text-align: left;
}
.ramadhan2020 .time ul li{
    display: inline-block;
    list-style: none;
}
.ramadhan2020 .time ul li.red-color{
    color: #FB5858;
}
.ramadhan2020 .time a.more{
    color: #fff;
    background: #445BA7;
    padding: 12px 40px;
    border-radius: 5px;
}

/* ramadan table */
.ramadhan-table{margin-top: 10px;}
.ramadhan-table .box-auto{
    overflow: auto;
}
.ramadhan-table table {
    margin: 20px 15px 30px;
    width: 600px;
}
.ramadhan-table h3{
    color: #445BA7;
    font-size: 18px;
    line-height: 25px;
    padding: 0 20px;
    text-align: center;
}
.ramadhan-table .table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #fafafa !important;
    border: 0 !important;
    color: #333;
    padding-top: 14px;
    padding-bottom: 12px;
}
.ramadhan-table .table-striped>tbody>tr:nth-child(even)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #E8F3F8 !important;
    border: 0 !important;
    color: #333;
    padding-top: 14px;
    padding-bottom: 12px;
}
.ramadhan-table .table-striped>thead>tr:nth-child(even)>td, .table-striped>thead>tr:nth-child(odd)>th {
    background-color: #E8F3F8 !important;
    border: 0 !important;
}
.ramadhan-table tbody > th, td {
    padding: 10px 15px;
    background: #fcfcfc;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    vertical-align: middle;
    font-size: 14px;
    text-align: center;
    -webkit-text-align: center;
    -moz-text-align: center;
    -o-text-align: center;
}
.ramadhan-table tbody > th:first-child, td:first-child{
    padding-left: 30px !important;
    text-align: left !important;
    -webkit-text-align: left !important;
    -moz-text-align: left !important;
    -o-text-align: left !important;
}
.ramadhan-table thead tr th:first-child{
    border-top-left-radius: 15px !important;
    padding-left: 30px !important;
    text-align: left !important;
    -webkit-text-align: left !important;
    -moz-text-align: left !important;
    -o-text-align: left !important;
}
.ramadhan-table thead tr th:last-child{
    border-top-right-radius: 15px !important;
}
.ramadhan-table tbody tr:last-child td:first-child{
    border-bottom-left-radius: 15px !important;
}
.ramadhan-table tbody tr:last-child td:last-child{
    border-bottom-right-radius: 15px !important;
}
.ramadhan-table thead tr th{
    color: #445BA7;
    font-size: 14px;
    padding: 20px 0 15px;
    border: 0 !important;
    text-align: center;
    -webkit-text-align: center;
    -moz-text-align: center;
    -o-text-align: center;
}