.dropdown {  position: relative;  display: inline-block;}
.dropdown-content {  display: none;  position: absolute;  right: 0; background-color: white;  min-width: 140px;  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: none;  display: block; font-family:Arial; font-weight:bold;}
.dropdown-content a:hover {background-color: blue; color: white;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: blue;}
H1, H2, H3, H4 {font-family:"Arial"; font-weight: bold;}
H2,H3 { color: #000000; }
H3 { font-size: 1.4vw; }
H4 { font-size: 1.2vw; }
H1 { font-size: 2.0vw; }
.cts-menu {font-family:Arial; font-weight:bold; color:white; font-size: 1.2vw; cursor:pointer; background-color:black; padding:6px; }
input[type="submit"] { background-color: black; border: none; color: white; padding: 4px 8px; margin: 2px 1px; cursor: pointer; font-family: Arial; font-size: 1.4vw; font-weight: bold; }
input[type="text"] { color: #000000; font-family: Arial; font-size: 1.1 vw; font-weight: bold; }
input[type="radio"]:checked + label {color: red;}
select { font-family: Arial; font-size: 1.4vw; font-weight: bold; }
t1 { font-family:Arial; font-size: calc(15px + 0.390625vw); font-weight:bold;}
#t2 { font-family:Arial; font-size:1.0vw; font-weight:bold; text-align:left;}
t3 { font-family:Arial; font-size: 1.1vw; font-weight:bold;}
lbq {font-size:2.2vw; }
#b1,#b2,#lb1,#lb2,#xb1 {background-COLOR:#000000; font-family:Arial; border:1px solid #000000; color: #FFFFFF; border-radius:6px; padding:8px;}v
#b1,#xb1 { padding:8px; font-size:1.4vw; }
#b2, #lb1, #lb2 { padding:6px; font-size:1.1vw; }
iframe {
  display: block;
  background: #000;
  border: none;
  height: 70vh;
  width: 100%;
    }
.dxd2 { width:40px; height:16px; color:white;}
.r-o {
  display: flex;
  align-items: center; 
  margin-bottom: 4px;
  margin-left: 10px;
	border:groove;
	padding:6px;
 }

.r-o label {
  margin-left: 5px; 
}

.close-button {
  position: absolute;
  top: 0px; /* Adjust as needed for spacing */
  right: 5px; /* Adjust as needed for spacing */
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  color: #888;
}

.close-button:hover {
  color: #000;
}
