.arrow-down {  border: solid blue;  border-width: 0 3px 3px 0;  display: inline-block;  padding: 4px;  transform: rotate(45deg);  -webkit-transform: rotate(45deg);}.dropbtn {  background-color: white;  color: blue;  font-size: 18px;  border: none;  cursor: pointer;  text-decoration: underline;}.dropbtn:hover, .dropbtn:focus {  background-color: #2980B9;}.dropdown {  position: relative;  display: inline-block;  font-size: 18px;}.dropdown-content {  display: none;  position: absolute;  background-color: #f1f1f1;  min-width: 160px;  overflow: auto;  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);  z-index: 1;}.dropdown-content a {  color: black;  padding: 12px 16px;  text-decoration: underline;  display: block;}.dropdown a:hover {background-color: #ddd;}.show {display: block;}.navbar { overflow: hidden;  background-color: white; }.navbar a {  float: left;  font-size: 18px;  color: blue;  text-align: center;  padding: 8px 10px;  text-decoration: underline;}.subnav {  float: left;  overflow: hidden; }.subnav .subnavbtn {  font-size: 18px;    border: none;  outline: none;  color: blue;  padding: 8px 10px;  background-color: inherit;  font-family: inherit;  text-decoration: underline;  margin: 0;}.navbar a:hover, .subnav:hover .subnavbtn {  background-color: #ddd;  color: red;}.subnav-content {  display: none;  position: absolute;  left: 0;  background-color: #f1f1f1;  width: 90%;  z-index: 1;}.subnav-content a {  float: left;  color: black;    text-decoration: underline;}.subnav-content a:hover {  background-color: #ddd;  color: red;}.subnav:hover .subnav-content {  display: block;}.sidebar {  height: 100%;  width: 0;  position: fixed;  z-index: 1;  top: 0;  left: 0;  background-color: #EAF6EC;  overflow-x: hidden;  transition: 0.5s;  padding-top: 60px;}.sidebar a {  padding: 5px 6px 4px 30px;  text-decoration: underline;  font-size: 18px;  color: #818181;  display: block;  transition: 0.3s;}.sidebar a:hover {  background-color: #ddd;  color: #0000ff;}.sidebar .closebtn {  position: absolute;  top: 0;  right: 25px;  font-size: 36px;  text-decoration: none;  margin-left: 45px;}.openbtn {  font-size: 20px;  cursor: pointer;  background-color: #111;  color: white;  padding: 10px 15px;  border: none;}.openbtn:hover {  background-color: #444;}#main {  transition: margin-left .5s;  padding: 16px;}/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */@media screen and (max-height: 450px) {  .sidebar {padding-top: 15px;}  .sidebar a {font-size: 18px;}}.content-desktop {display: block;}.content-mobile {display: none;}@media screen and (max-width: 600px) {	.content-desktop {display: none;}	.content-mobile {	display: inline-block;}    }