<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.metalFrame {
  background-color:transparent;
  width:777px;
  height:493px;
  display:flex;
  justify-content: center;
  align-items:center;
  gap: 10px;
}

.metalFrame.top {
  align-items:normal;
  padding-top:20px;
}

.metalFrame.settings {
  display:block;
  padding-left: 125px;
  padding-top: 50px;
  max-width: 95%;
}

.metalFrame.settings .body {
  width: 525px;
  margin-left:10px;
  margin-right:10px;
}

.metalFrame.settings .title {
  text-align: center;
  display: block;
  width: 490px;
  margin-bottom:30px;
}

.metalFrame.settings .sepRow {
  background-color: rgb(255, 255, 255, 0.2);
  margin: 15px 0px 15px 0px;
  height: 2px;
  width: 100%;
}
.metalFrame.settings .body table { width: 100% }

.metalFrame.settings .body tr td:first-child {
  width: 100px;
  font-weight: bold;
}

.metalFrame.settings .body tr td .form-check {
  padding-top: 15px;
}

.metalFrame.settings .body tr td.action {
  text-align:right;
  padding-right:10px;
}

@media (max-width: 867px) {
  .metalFrame {
    background-image:none;
    background-color: transparent;
    height:auto;
  }
  .metalFrame.settings {
    padding-left: 0px;
    padding-top: 0px;
    margin-left:auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
   }
}

@media (max-width: 340px) {
  .metalFrame {
    flex-direction:column;
  }
  .catBtns {
    display:flex;
    align-items: center;
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .metalFrame .catBtn .center { width: 125px; font-size:13px; }
}
@media (max-width: 400px) {
  .metalFrame .catBtn .center { width: 100px; font-size:11px; }
}
@media (max-width: 550px) {
  .metalFrame.settings .body {
    width: 400px;
    max-width: 95%;
  }
}

.metalFrame.settings .col1 {
  width:150px;
}
.metalFrame.settings .col2 {
  width:150px;
}


</pre></body></html>