body{
    background: #f5f8fa;
}
.bg-primary{
    background: #3097D1 !important;
}
.white{
    color: #fff;
}
.rtl{
    direction: rtl;
    text-align: right;
}
.wb{
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    text-align: right;
}
.wb .wb{
    border: 0;
}
hr.border-line {
    margin-right: -1rem;
    margin-left:  -1rem;
    border-color: #d0d0d0;
}
.media h2.item-title a{
    color: #454545;
    font-size: 1.3rem;
}
.circle {
    border-radius:  50%;
}
dl,dd,dt {
    display:inline-block;
    font-size:.9rem
}
.media dd{
    margin-right:10px;
}
.btn{
    white-space: normal;
}
h1{font-size: 2rem;}
ul.latestnews{list-style-position: inside;}
ul.latestnews a{color: #3097d1;}
img.menu-img {
    width: 18px;
    margin-left: 3px;
    padding: 0px;
    margin-bottom: 2px;
}
span.image-title {
    padding: 5px;
}