/* panel-hooks.css v202608011600helpfix
   Dump 122403 sizes in arena/all.css + arena/cpanel.css.
   Only Bootstrap content-box reset + homepage + players. No width overrides.
*/
.gameserver,
.gametape,
.hor-navigation,
.menu-bookmark,
.menu-bookmark ul,
.menu-bookmark ul li,
.menu-bookmark ul li span,
.menu-bookmark ul li a,
#white-border,
.left-game-block,
.right-game-block,
.gsimg,
.gsinfo,
.gst,
.gst-dark,
.gsy,
.gsy-list,
.gsy-list td,
.gsy-list td a,
.gsrightinfo,
.boxgrid,
.box-order,
.rotator,
#contentheading,
#contentheading_gameserver {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.clipboard { width: 10px; cursor: pointer; vertical-align: 0 !important; }
.arena-players-title { display: none; }
.arena-players-table { /* superseded by .playersserver */ }
.arena-players-table th { display: none; }
.arena-players-table td { background: transparent; border: none; }
body.page-home #sidebar { display: none; }
body.page-home #content {
  float: left; width: 936px; max-width: 936px; box-sizing: content-box;
  margin: 2px 0 0 0; padding: 8px 0 10px 8px; overflow: hidden;
  background: #fff; border-radius: 5px; box-shadow: 1px 2px 4px #999;
}
body.page-home #contentheading { display: none; }
.rotator { float: left; position: relative; margin: 0 0 10px 3px; width: 918px; height: 246px; overflow: hidden; }
.box-order { display: inline-block; padding-right: 10px; width: 100%; }
.boxgrid { width: 178px; height: 91px; float: left; overflow: hidden; position: relative; margin: 10px 0 0 10px; }
.boxgrid.mLeft0 { margin-left: 0; }
.boxgrid.mLeft8 { margin-left: 8px; }
.boxgrid img { position: absolute; top: 0; left: 0; border: 0; width: 178px; height: 91px; }
.boxgrid h3 { font: 400 11px 'Noto Sans', Tahoma, sans-serif; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin: 5px; }
.boxgrid p { font: 400 11px 'Noto Sans', Tahoma, sans-serif; margin: 0 5px !important; color: #fff; }
.cover.boxcaption, .boxcaption { float: left; position: absolute; background: rgba(51,51,51,.7); border-top: 1px solid #555; height: 91px; width: 100%; left: 0; top: 67px; }
.caption .boxcaption { top: 67px; left: 0; }
.boxgray { filter: grayscale(100%); opacity: .45; pointer-events: none; }
.tagsMenu { display: block; font-weight: 700; margin-top: 10px; padding-left: 0; text-transform: uppercase; border-bottom: 3px solid #2f506c; }
.tagsMenu li { display: inline-block; list-style: none; }
.tagsMenu li a { text-decoration: none; padding: 8px 12px; color: #2f506c; }
.tagsMenuActive { display: block; background: #2f506c; color: #fff !important; }
.tagsMenu li a:hover { color: #e77612; }
.name-money{background: url(/template_MyArena/images/arena/cp_icon_1dfa37f4.png) no-repeat -129px -44px;}
.name-chat{background: url(/template_MyArena/images/arena/cp_icon_1dfa37f4.png) no-repeat -92px -44px;}

/* BOXGRID_CAPTION_FIX v202608011327boxtext — beat sweetalert #main #content p / h3 */
#main #content .boxgrid h3,
.boxgrid h3 {
  font: 400 11px 'Noto Sans', Tahoma, sans-serif !important;
  color: #fff !important;
  margin: 5px !important;
  padding: 0 !important;
  opacity: 1 !important;
  line-height: normal !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#main #content .boxgrid p,
.boxgrid p {
  font: 400 11px 'Noto Sans', Tahoma, sans-serif !important;
  color: #fff !important;
  margin: 0 5px !important;
  padding: 0 !important;
  line-height: normal !important;
  opacity: 1 !important;
}
.boxgrid .cover.boxcaption,
.boxgrid .boxcaption {
  z-index: 2;
}
.boxgrid img {
  z-index: 1;
}

/* STATUS_DUMP_FIX v202608011335stfix — from dump all.css + cpanel; no invented widths */
/* ensure bookmark/white-border rules win over Bootstrap */
#content #white-border,
.gameserver #white-border {
  width: 713px;
  background: #fff;
  float: left;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  margin: 0 0 5px 5px;
  padding: 0 0 10px 10px;
  box-sizing: content-box;
}
#content #active-bookmark,
.gameserver #active-bookmark {
  background: #fff;
  padding: 6px 12px;
  border-radius: 4px 4px 0 0;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
}
/* clear only AFTER bookmarks so white card sits under tabs (dump order) */
.gameserver .menu-bookmark::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.gameserver #white-border {
  clear: left;
}
/* gsy buttons: dump floats td min-width 160 → stack under each other */
.gameserver .gsy-list td {
  min-width: 160px;
  float: left;
  margin: 0 2px 4px 0;
}
/* date/version must not clip out of gray card */
.gameserver .gsrightinfo {
  overflow: visible;
  white-space: normal;
}
.gameserver {
  overflow: hidden;
}

/* map change popup (our JS) — slide/appear like dump mapmenu */
.change_map {
  display: none;
  position: absolute;
  z-index: 20;
  background: #fff;
  border: 1px solid #bbb;
  padding: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,.25);
}
.change_close {
  display: none;
  position: absolute;
  z-index: 21;
  cursor: pointer;
  font-weight: bold;
  color: #c00;
}
.gsinfo {
  position: relative;
}
/* buttons dump look (class already button_blue blue) */
#content .button_blue.blue {
  min-width: 100px;
  margin: 2px 5px 0 0;
  font: bold 12px 'Open Sans', arial, sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  outline: 0;
  border: 1px solid #fff;
  border-radius: 3px;
  box-shadow: 0 2px 3px #999;
  cursor: pointer;
  padding: 5px;
  background: #334d69;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #416d9d), color-stop(1, #334d69));
  background: -moz-linear-gradient(bottom, #334d69, #416d9d);
}
#content .button_blue[disabled] {
  background: #ddd;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), color-stop(1, #ddd));
  color: #a1a1a1;
  cursor: default;
}

/* dump uses class=clear but rule missing in all.css */
.clear { clear: both; height: 0; font-size: 0; line-height: 0; overflow: hidden; }

/* keep dump gametape/gs text intact vs sweetalert */
.gameserver .gametape p,
.gameserver .gsinfo p,
.gameserver .gsrightinfo p {
  margin: 0 !important;
  padding: 0 !important;
  opacity: 1 !important;
  font-size: inherit !important;
  color: inherit !important;
  line-height: normal !important;
}

/* AUTH_DUMP_FIX v202608011341auth — dump 131649 form look */
#content .sign,
#content .div-sign,
#content .ul-sign,
#content .ul-sign-li,
#content .ul-sign-li-div,
#content .div-sign-auth,
#content .div-sign-note {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#content .sign {
  width: 740px;
  background: #f7f7f7;
  margin: 0;
  padding: 0;
}
#content .div-sign {
  width: 700px;
  display: inline-block;
  background: #fff;
  border: 1px solid #ddd;
  margin: 10px;
  padding: 10px;
  list-style: none;
}
#content .button_blue.blue {
  min-width: 100px;
  margin: 2px 5px 0 0;
  font: bold 12px 'Open Sans', arial, sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  outline: 0;
  border: 1px solid #fff;
  border-radius: 3px;
  box-shadow: 0 2px 3px #999;
  cursor: pointer;
  padding: 5px;
  background: #334d69;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #416d9d), color-stop(1, #334d69));
}
#content .inputborder {
  height: 20px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 0 3px;
}

/* SETTINGS_DUMP_FIX v202608011400set132150 */
.startup-options,
.left-startup-options,
.right-startup-options,
.footer-startup-options,
.heading-title,
.disc_settings,
.time-zone,
.use-hard,
.ip-class {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.gameserver .footer-startup-options .button_blue {
  min-width: 90px;
}
.gameserver .left-startup-options .select,
.gameserver .footer-startup-options .select {
  max-width: 280px;
}

/* CONFIGS_DUMP_FIX v202608011404cfg132311 */
.table-config,
.cfg,
.cfg-img,
.cfg-button,
.disc-title,
.disc-title-border,
.heading-title {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* MAPS_DUMP_FIX v202608011407map132406 */
.table_map,
.choice_map,
.disc-title_menu,
.disc-title-border {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.choice_map.selected,
.choice_map .fa-check {
  color: #2e7d32;
}
.gameserver .choice_map {
  position: relative;
}

/* PLUGINS_DUMP_FIX v202608011411plg132448 */
.category_plugins,
.plugins_fn,
.unstable,
.testeble,
.testimonial-rating-mini {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.gameserver .spoiler_links.spoiler-head {
  display: block;
  background: #f2f2f2;
  padding: 8px 10px;
  margin: 3px 0;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
}
.gameserver .category_plugins td {
  vertical-align: top;
}
.testeble {
  background: #ffe08a;
  color: #664d03;
  padding: 1px 6px;
  border-radius: 3px;
  font-size: 11px;
}

/* FTP_DUMP_FIX v202608011415ftp132529 */
.disc_ftp,
.disc-title,
.mini_button,
.rcon-playersserver,
.rconplayer,
.ftp-size,
#fileList {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.gameserver #fileList a {
  text-decoration: none;
}
.gameserver #fileList a:hover {
  text-decoration: underline;
}
.gameserver #fileList .playername i.fa {
  margin-right: 4px;
}

/* MON_DUMP_FIX v202608011420mon132606 */
.playersserver,
.playerslist,
.block-banner,
.customization-full {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.gameserver .block-banner img {
  max-width: 100%;
}
.gameserver .block-banner textarea {
  width: 98%;
  font-size: 11px;
}

/* CONSOLE_DUMP_FIX v202608011427con142505 */
#textAreaObject,
#textAreaObject2,
.mini_button,
.popup__overlay,
.popup {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#textAreaObject {
  height: auto;
  min-height: 380px;
  border: 1px solid #999;
  padding: 4px;
  resize: vertical;
  font-family: Consolas, "Courier New", monospace;
}
.gameserver #textAreaObject + br + br + table a {
  color: #2f6ea5;
  text-decoration: underline;
}
.gameserver #textAreaObject + br + br + table a:hover {
  color: #e77612;
}

/* GRAPH_DUMP_FIX v202608011434graphfix */
.block-banner img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 8px 0;
  border: 1px solid #ddd;
}
.customization-full table td {
  font-size: 12px;
  color: #333;
}

/* SERVERCFG_MYARENA v202608011443cfgedit */
.game-config table {
  width: 100%;
  max-width: 709px;
  margin: 5px 0 0 0;
  border-collapse: collapse;
}
.game-config table tr {
  border-bottom: 1px solid #ececec;
}
.game-config table td {
  background: #f6f6f6;
  padding: 8px 10px;
  vertical-align: middle;
}
.game-config .conf_server_name_pole {
  width: auto;
  color: #344e6a;
}
.game-config .conf_server_ser {
  color: #333;
  font-size: 13px;
}
.game-config .conf_server_pole {
  width: 240px;
  white-space: nowrap;
}
.game-config .conf_server_pole input {
  width: 230px;
  height: 22px;
  margin: 2px 0 0 0;
  font-size: 14px;
  padding: 0 3px;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
}
.game-config .conf_server_pole select {
  width: 238px;
  height: 24px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.game-config .fn {
  width: auto;
  max-width: 675px;
  background: #f6f6f6;
  margin: 5px 0 10px 0;
  padding: 15px;
  color: #333;
  font-size: 12px;
}
.menu-conf-sup ul {
  width: 100%;
  max-width: 702px;
  height: 27px;
  margin: 15px 2px 0 0;
  padding: 0 0 0 3px;
  border-bottom: 1px solid #dfdfdf;
  list-style: none;
  overflow: hidden;
}
.menu-conf-sup ul li {
  float: left;
  list-style: none;
  margin: 0 2px;
  padding: 0;
  font: bold 13px Arial;
}
.menu-conf-sup ul li a {
  float: left;
  text-decoration: none;
  cursor: pointer;
}
.menu-conf-sup ul li span {
  float: left;
  margin: 0;
  padding: 7px 13px 4px 13px;
  color: #444;
  border-radius: 4px 4px 0 0;
  background: #eee;
}
.menu-conf-sup ul li a:hover span {
  background: #e5e5e5;
}
.menu-conf-sup #active-bookmark {
  background: #fff !important;
  border-top: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #fff;
  padding: 7px 13px 5px 13px;
  position: relative;
  top: 1px;
}


/* LK profile — MyArena dump 153151 */
#content .disc_prof {
  float: left;
  width: 710px;
  max-width: 100%;
  box-sizing: border-box;
}
#content .hor-navprof {
  width: 710px;
  max-width: 100%;
  box-sizing: border-box;
}
#content .full_screen .server_nav { display: none; }
.gray-link { color: #555; text-decoration: none; }
.gray-link:hover { color: #205fa3; }
.button_blue.blue {
  background: #4a7bb5;
  color: #fff;
  border: 1px solid #3a6a9a;
  border-radius: 3px;
  padding: 4px 10px;
  cursor: pointer;
  font-size: 12px;
}


/* SETTINGS_FIT_FIX v202608011557setfit — keep disc_settings inside #white-border */
#content .gameserver {
  overflow: hidden;
  max-width: 100%;
  box-sizing: content-box;
}
#content .gameserver #white-border {
  width: 713px;
  max-width: calc(100% - 16px);
  box-sizing: content-box;
  overflow: hidden;
}
#content .gameserver #white-border .heading-title {
  width: auto;
  max-width: 690px;
  box-sizing: border-box;
}
#content .gameserver #white-border .disc_settings {
  width: auto;
  max-width: 690px;
  overflow: hidden;
  box-sizing: border-box;
}
#content .gameserver #white-border .disc_settings > table {
  width: 100% !important;
  max-width: 690px;
  margin: 5px 0 0 0 !important;
  table-layout: fixed;
  border-collapse: collapse;
  box-sizing: border-box;
}
#content .gameserver #white-border .disc_settings > table td {
  word-wrap: break-word;
  overflow-wrap: break-word;
  vertical-align: middle;
}
#content .gameserver #white-border .disc_settings > table td:first-child {
  width: 44px;
}
#content .gameserver #white-border .disc_settings > table td:last-child {
  width: 110px;
  text-align: center;
  white-space: nowrap;
}
#content .gameserver #white-border .disc_settings .button_blue.blue,
#content .gameserver #white-border .disc_settings input.button_blue {
  min-width: 0 !important;
  width: auto !important;
  max-width: 100px;
  padding: 4px 8px !important;
  margin: 0 !important;
  box-sizing: border-box;
}
#content .gameserver #white-border .disc_settings .select {
  max-width: 100%;
  box-sizing: border-box;
}
#content .gameserver #white-border .disc_settings table table {
  width: 100% !important;
  max-width: 100%;
  margin: 0 !important;
  table-layout: auto;
}

/* HELP_FIT_FIX v202608011600helpfix — dump 153330 inside content */
#content .technical-support {
  width: 740px;
  max-width: 100%;
  float: left;
  box-sizing: border-box;
  overflow: hidden;
}
#content .technical-support .menu-tech-sup ul {
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
}
#content .technical-support .tech-ticket,
#content .technical-support .tech-ticket-two {
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
}
#content .technical-support .tech-ticket-two table {
  width: 100% !important;
  max-width: 100%;
  box-sizing: border-box;
}
#content .technical-support .options-question {
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
}

/* CONTENT_FIT_FIX 202608011616contentfit — beat sweetalert main.min.css #main, keep MyArena dump layout */
#wrapper {
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  box-sizing: content-box;
}
#main {
  position: relative !important;
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: hidden !important;
  box-sizing: content-box !important;
  /* padding + bg from arena/all.css */
}
#main .container {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
#sidebar {
  width: 178px;
  float: left;
  margin: 0 5px 0 0;
}
/* MyArena: #content is a BFC beside #sidebar — no width:100% */
#content {
  overflow: hidden !important;
  background: #fff;
  border-radius: 5px;
  box-shadow: 1px 2px 4px #999;
  margin: 2px 5px 0 0;
  padding: 8px 0 10px 8px;
  width: auto !important;
  max-width: 758px !important;
  box-sizing: border-box !important;
}
body.page-home #content {
  width: 936px !important;
  max-width: 936px !important;
}

/* SETTINGS_BLOCKS_FIT 202608011622setblocks — MyArena dump cpanel startup blocks, fit in #content */
#content .gameserver {
  overflow: hidden !important;
  max-width: 100%;
}
#content .gameserver #white-border {
  width: 713px !important;
  max-width: 100% !important;
  float: left;
  margin: 0 0 5px 5px;
  padding: 0 0 10px 10px;
  box-sizing: content-box !important;
  overflow: hidden !important;
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
}
#content .gameserver #white-border .heading-title {
  width: 700px !important;
  max-width: 100% !important;
  display: inline-block;
  margin: 10px 10px 0 0;
  padding: 0 0 5px 5px;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box !important;
}
/* dump cpanel.css startup */
#content .startup-options {
  width: 685px !important;
  max-width: 100% !important;
  background: #f5f5f5;
  float: left;
  margin: 5px 0 0 0;
  padding: 10px;
  box-sizing: content-box !important;
  overflow: hidden;
}
#content .left-startup-options {
  width: 160px !important;
  background: #f5f5f5;
  float: left;
  overflow: hidden;
}
#content .left-startup-options #mapimage,
#content .left-startup-options #mapimage img {
  display: block;
  max-width: 160px;
}
#content .left-startup-options .select,
#content .left-startup-options select {
  width: 160px !important;
  max-width: 160px !important;
  margin-top: 6px;
  box-sizing: border-box !important;
}
#content .right-startup-options {
  width: 515px !important;
  max-width: calc(100% - 170px) !important;
  float: right !important;
  background: #f5f5f5;
  overflow: hidden;
}
#content .right-startup-options ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
#content .right-startup-options ul li {
  float: left;
  list-style: none;
}
#content .time-zone,
#content .use-hard,
#content .ip-class {
  width: 495px !important;
  max-width: 100% !important;
  background: #fff;
  float: left;
  margin: 0 0 2px 0;
  padding: 10px;
  font-size: 11px;
  border: 1px solid #ddd;
  box-sizing: border-box !important;
  overflow: hidden;
}
#content .time-zone select,
#content .time-zone #timezone {
  width: 100% !important;
  max-width: 450px !important;
  box-sizing: border-box !important;
  margin: 0;
  font-size: 11px;
}
#content .footer-startup-options {
  width: 665px !important;
  max-width: 100% !important;
  background: #fff;
  float: left;
  clear: both;
  margin: 2px 0 0 0;
  padding: 10px;
  color: #333;
  font-size: 12px;
  border: 1px solid #ddd;
  box-sizing: border-box !important;
  overflow: hidden;
}
#content .footer-startup-options table {
  width: 100%;
  max-width: 645px;
  border-collapse: collapse;
}
#content .footer-startup-options table td {
  padding: 5px 6px;
  vertical-align: middle;
}
#content .footer-startup-options .inputborder {
  width: 120px;
  max-width: 100%;
  height: 22px;
  border: 1px solid #ccc;
  padding: 0 4px;
  font-size: 13px;
  box-sizing: border-box !important;
}
#content .footer-startup-options .select,
#content .footer-startup-options select {
  min-width: 140px;
  max-width: 220px;
  height: 24px;
  font-size: 13px;
  box-sizing: border-box !important;
}
#content .footer-startup-options .button_blue {
  min-width: 100px;
}
/* bottom features list */
#content .disc_settings {
  width: 709px !important;
  max-width: 100% !important;
  overflow: hidden;
  box-sizing: border-box !important;
}
#content .disc_settings > table {
  width: 100% !important;
  max-width: 709px !important;
  margin: 5px 0 0 0 !important;
  table-layout: fixed;
  border-collapse: collapse;
  box-sizing: border-box !important;
}
#content .disc_settings > table tr {
  background: #f6f6f6;
}
#content .disc_settings > table td {
  padding: 8px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  vertical-align: middle;
}
#content .disc_settings > table td:first-child {
  width: 44px;
}
#content .disc_settings > table td:last-child {
  width: 110px;
  text-align: center;
  white-space: nowrap;
}
#content .disc_settings .dark_blue {
  color: #1e3c5c;
  font-size: 12px;
}
/* content column: dump contentheading 740 → keep room, no overflow past parchment */
#content {
  max-width: 752px !important;
  box-sizing: border-box !important;
}
#content #contentheading,
#content #contentheading_gameserver {
  width: 740px !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}
body.page-home #content {
  width: 936px !important;
  max-width: 936px !important;
}

/* MAP_RIGHT_FIT 202608011624mapright — map left, info right; previews from /maps/{game}/ */
#content .startup-options {
  width: 685px !important;
  max-width: 100% !important;
  background: #f5f5f5;
  float: left;
  margin: 5px 0 0 0;
  padding: 10px;
  box-sizing: border-box !important;
  overflow: hidden;
}
#content .left-startup-options {
  width: 160px !important;
  float: left !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent;
  overflow: hidden;
}
#content .left-startup-options p {
  font: bold 12px Tahoma, sans-serif;
  color: #373737;
  margin: 0 0 5px 0;
  padding: 0;
}
#content .left-startup-options #mapimage {
  width: 160px;
  overflow: hidden;
}
#content .left-startup-options #mapimage img {
  display: block;
  float: left;
  width: 160px;
  border: 0;
}
#content .left-startup-options #map_preview {
  width: 160px !important;
  height: 120px !important;
  border: 1px solid #000 !important;
  object-fit: cover;
  background: #eee;
}
#content .left-startup-options .select,
#content .left-startup-options select#map {
  width: 160px !important;
  max-width: 160px !important;
  margin: 6px 0 0 0;
  box-sizing: border-box !important;
}
#content .right-startup-options {
  width: 495px !important;
  max-width: calc(100% - 170px) !important;
  float: left !important;
  margin: 0 0 0 10px !important;
  padding: 0 !important;
  background: transparent;
  overflow: hidden;
}
#content .right-startup-options ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
#content .right-startup-options ul li {
  float: left;
  list-style: none;
}
#content .time-zone,
#content .use-hard,
#content .ip-class {
  width: 100% !important;
  max-width: 495px !important;
  background: #fff;
  float: left;
  margin: 0 0 2px 0;
  padding: 10px;
  font-size: 11px;
  border: 1px solid #ddd;
  box-sizing: border-box !important;
  overflow: hidden;
}
#content .time-zone select,
#content .time-zone #timezone {
  width: 100% !important;
  max-width: 420px !important;
  box-sizing: border-box !important;
}
#content .footer-startup-options {
  width: 100% !important;
  max-width: 665px !important;
  clear: both !important;
  float: left;
  margin: 8px 0 0 0;
  padding: 10px;
  background: #fff;
  border: 1px solid #ddd;
  box-sizing: border-box !important;
}

