﻿
.khabar, .khabarHeading {
    font-size: 44px;
    border: solid 1px;
    border-color: red;
    background-color: cornsilk;
    text-align: center;
    white-space: pre; /* This is required for \n to work in div*/
    overflow-wrap : break-word;
}


.khabarHeading {
    
    font-weight : bold;
}

.HistoryTable {
    font-size: 18px;
    border: solid 1px;
    border-color: red;
    background-color : lightpink;
    text-align: center;
}

.btnFloatRefresh{
    position : fixed;
    right :20px;
    top : 20px;
    color : white;
    font-size : 44px;
    background-color : darkblue;
    padding : 2px 10px 2px 10px;
    
    border-radius : 10px;
    
}

