@font-face {
    font-family: 'PT Sans Narrow';
    src: url('/fonts/PTSansNarrow-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: 'PT Sans Narrow', sans-serif !important;
    /*font-family: Bahnschrift !important;*/
    letter-spacing: 1.2px;
}
#profile_img{
    width: 30px;
    height: 30px;
    border: 1px solid #999;
}

.card-header{
    background: #B5C0D0 !important;
    color: #333 !important;
    font-weight: bold;
}
.card-header, .card-header h5{
    margin: 0px !important;
}
