@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap");

body {
  margin: 0;
  font-size: 13px !important;
  color: #000000 !important;
  line-height: 1.5;
  font-family: "Roboto" !important;
}
table.monthlyinfo td{padding: 5px;}
table.monthlyinfo tr:nth-child(even) {background:#FFF}
table.monthlyinfo tr:nth-child(odd) {background:#dae3f3}
img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
}
.content {
  max-width: 1048px;
  margin: 0 auto;
}

.content-sec { max-width: 850px;margin: 0 auto;}
.navbar {display: inline-block; background-color:#166489;border-radius:0!important;width: 100%;}
.navbar  ul{color: #FFFFFF;    margin: 0 auto;
 max-width: 935px;}
.navbar  ul li{ list-style: none;float: left;padding: 0 20px 0 20px;border-right: 1px solid #FFFFFF;margin-top: 14px;}
.navbar  ul li:last-child{border-right: none;}
.navbar  ul li a{color: #ffffff;font-size:15px;text-decoration: none;font-weight: 300;}
.navbar  ul li a:hover{color: #ffffff;text-decoration: underline;}

body.one .navbar a.one,body.two .navbar a.two,body.three .navbar a.three {color: #ffffff;text-decoration: underline;font-weight: 500;}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
body a {
  color: #599193;
  text-decoration: underline;
}
.logo{max-width: 1048px;margin: 0 auto;text-align: center;padding: 10px 0 10px 0;}
/*Content*/
p {
  margin: 0 0 10px;
}

