html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: rgb(24, 24, 24);
  color: white;
}

div {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
}

.full {
  width: 100%;
  height: 100%;
  display: block;
}

.main-ss {
  width: 60%;
  height: 70%;
  display: inline-block;
}

.overview-ss {
  width: 39.5%;
  height: 70%;
  display: inline-block;
  border-left: 1px rgba(54, 90, 154, 0.5) solid;
  
}


@media (max-width: 1200px) {
  .main-ss {
    width: 100%;
    height: 45%;
  }
  .overview-ss {
    width: 100%;
    height: 24.5%;
    border-top: 1px rgba(54, 90, 154, 0.5) solid;
    border-left: 0;
  }
}

@media (max-width: 535px) {
  .main-ss {
    width: 100%;
    height: 35%;
  }
  .overview-ss {
    width: 100%;
    height: 24.5%;
    border-top: 1px rgba(54, 90, 154, 0.5) solid;
    border-left: 0;
  }
}

.left-nav {
  margin: 10px;
  width: 8%;
  text-align: center;
  display: inline-block;
}

.text-center {
  text-align: center;
  margin: 0 auto;
}

h3 {
  font-size: 1.5rem;
  padding: 0.5rem 0;
}
button {
  /* width: 100%; */
  margin-top: 5px;
}

.ui.menu {
  background: transparent;
  flex-wrap: wrap !important;
}

.ui.button {
  border: 1px solid #222;
  transition: opacity 0.15s ease, background-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.ui.blue.button,
.ui.blue.buttons .button {
  background: rgba(115, 158, 186, 1);
}
.ui.blue.button:hover,
.ui.blue.buttons .button:hover {
  background: rgba(51, 168, 255, 1);
}

.widget-backup-link {
  max-height: 410px;
  width: 100%;
  padding: 1.25em 0;
  text-align: center;
}

.widget-backup-link p {
  padding: 1.25em 1em 0.5em;
  font-size: 1.75em;
  font-weight: bold;
}

.widget-footer {
  background: url('widget-footer-bg.jpg') right 50%;
  background-size: cover;
  max-height: 410px;
  width: 100%;
  border-top: 1px rgba(54, 90, 154, 0.5) solid;
  padding: 1.25em 0;
}

.widget-footer p {
  padding: 1.25em 1em 0.5em;
  font-size: 1.25em;
  font-weight: bold;
}

.widget-footer p a {
  color: $link-color;
  text-decoration: none;
}

.widget-footer p a:hover,
.no-touch .widget-footer p a:hover {
  color: $link-hover;
  text-decoration: none;
}

.widget-footer p .copyright {
  display: block;
  font-size: 0.7em;
}

.widget-footer img {
  width: 150px;
}

@media (max-width: 680px) {
  .ui.button {
    font-size: 0.8rem !important;
  }
}
