* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.rm_wrapper {
    font-family: SolaimanLipi, serif;
    background: #fff;
    padding: 8px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.4em;
    .rm_bg {
        width: 100%;
        max-width: 120px;
        flex: 1;
        margin-bottom: -4px;
    }
    #logo {
        min-width: 150px;
        padding: 0 5px;
        color: #000;
        font-size: 16px;
    }
    .rm_city {
        font-size: 16px;
        font-weight: bold;
        color: #f44336;
        text-align: left;
    }
    #iftarSehriTimeCount {
        font-size: 15px;
        color: #000;
        padding: 0 5px;
        >div {
            float: left;
            text-align: center;
            border-left: 1px dotted #ccc;
        }
        >div:first-of-type {
            border-left: none;
            text-align: left;
        }
        div>span {
            float: left;
            margin: 0 5px;
        }
        >div:first-of-type span {
            margin-left: 0;
        }
        .red {
            color: #F00;
        }
        .smalltext {
            color: black;
            font-size: 13px;
            clear: both;
        }
    }
}