@CHARSET "UTF-8";


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

body,p {
  font-family: "Noto Sans", serif;
color:#333;
}

body {
    font-size: 14px;
}

h1,h2,h3,h4,.rv-header,.nav-tabs {
  font-family: "Noto Sans", serif;
color:#000000;
}

.nav-tabs {
font-weight: bold;
}
h1 {
border-bottom: 1px solid #006aaa;
}

.rv-header {
    text-align:center;
    color: #000000;
    font-size: 2.8em;
    margin-top: 5px;
    margin-bottom: 0.5em;
    display: block;
}

.rv-header:after{
    content:"Submission & Management system";
    text-align:center;
    display: block;
    color: #868686;

    font-size: medium;

}

a {
color: #006aaa ;
}
a:hover {
color: #000000 ;
}

#container{
    padding: 10px 10px 50px;
}
div, table,label, input, button, select, textarea {

}
