/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.jd-saat-ini {
    background: #17449E;
    color: #fff;
    padding: 15px 0px;
	}
.jd-saat-ini .day-now {
    margin-bottom: 15px;
}
.jd-saat-ini strong a {
    color: #fff !important;
}
.jd-saat-ini p {
    color: #fff !important;
}
.jd-saat-ini .doc-on {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    border-bottom: 1px dashed rgba(255,255,255, 0.5);
    padding-bottom: 5px;
}
.jd-saat-ini .doc-on:last-child {
    border-bottom: 0;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.jd-saat-ini .doc-on strong {
    margin-right: 15px;
    flex: 1;
}
.jd-saat-ini .day-now svg {
    vertical-align: middle;
    margin-left: 5px;
}
.jd-saat-ini .doc-on span {
    text-align: right;
}
.jd-saat-ini .doc-cat {
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 19px;
}
.jd-saat-ini .doc-on a,
.jd-saat-ini .doc-on a:hover {
    color: #fff;
}