@font-face{
	src: url('fonts/RubrikNew-Regular.ttf');
	font-family: "Rubrik New";
}
*,body,p{
	font-family:Rubrik New;
	font-size: 1rem !important;
    color: rgba(0,0,0,.87);
}
.pr{
    padding-right: 1rem!important;
}
.pr2{
    padding-right: 1.5rem!important;
}
.title{
    display: flex!important;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
a, span{
    color: rgb(41, 80, 156);
    text-decoration: none;
}
h1 {
    font-size: 18px !important;
    font-weight: 600;
}
h2 {
    font-size: 1.75rem !important;
    color:#007bff;
}
h3{
    color: #6c757d!important;
    font-size: 1.5rem !important;
}
table{
    width:90%;
    margin: 0 auto;
    border: 1px solid #dee2e6;
    border-collapse: collapse;
    text-align: left;
}
th{
    background-color: #1d75b3;
    color:white;
}
td{
    background-color: #b3d7ff;
}
td,th{
    font-weight: 300;
    padding: 0.5rem;
    display: table-cell;
    vertical-align: inherit;
}

.logo{
    padding:30px 0px;
    height: 70px;
}
.back{
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
}