@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
/* 
font-family: 'Nanum Gothic';
Regular 400
Bold 700
ExtraBold   800
*/


@font-face {
  font-family: "aTitleGothic";
  font-style: normal;
  font-weight: 400;
  src: local("../font/a1"), /* computer */
    url("../font/a1.eot"), /* IE9 Compat Modes */
    url("../font/a1.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */  
    url("../font/a1.woff") format("woff"), /* Modern Browsers */
    url("../font/a1.ttf") format("truetype"); /* Safari, Android, iOS */
}
@font-face {
  font-family: "a2";
  font-style: normal;
  font-weight: 500;
  src: local("../font/a2"), /* computer */
    url("../font/a2.eot"), /* IE9 Compat Modes */
    url("../font/a2.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ 
    url("../font/a2.woff") format("woff"), /* Modern Browsers */
    url("../font/a2.ttf") format("truetype"); /* Safari, Android, iOS */
}
@font-face {
  font-family: "a3";
  font-style: normal;
  font-weight: 600;
  src: local("../font/a3"), /* computer */
    url("../font/a3.eot"), /* IE9 Compat Modes */
    url("../font/a3.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../font/a3.woff") format("woff"), /* Modern Browsers */
    url("../font/a3.ttf") format("truetype"); /* Safari, Android, iOS */
}
@font-face {
  font-family: "a4";
  font-style: normal;
  font-weight: 700;
  src: local("../font/a4"), /* computer */
    url("../font/a4.eot"), /* IE9 Compat Modes */
    url("../font/a4.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../font/a4.woff") format("woff"), /* Modern Browsers */
    url("../font/a4.ttf") format("truetype"); /* Safari, Android, iOS */
}
@font-face {
  font-family: "a5";
  font-style: normal;
  font-weight: 800;
  src: local("../font/a5"), /* computer */
    url("../font/a5.eot"), /* IE9 Compat Modes */
    url("../font/a5.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../font/a5.woff") format("woff"), /* Modern Browsers */
    url("../font/a5.ttf") format("truetype"); /* Safari, Android, iOS */
}
:root {
  --ct-000:#000;
  --ct-fff: #fff;
  --ct-b1b1b1: #b1b1b1;
  --ct-fae00f: #fae00f;
  --ct-818181: #818181;
  --ct-6f6f6f: #6f6f6f;
  --ct-c6c6c6: #c6c6c6;
  --ct-b5b5b5: #b5b5b5;
  --ct-7d7d7d: #7d7d7d;
  --ct-a4a4a4: #a4a4a4;
  --ct-16171b: #16171b;
  --ct-909091: #909091;
  --ct-8c8d8c: #8c8d8c;
  --ct-c8c8c8: #c8c8c8;
  --ct-ec1e2d: #ec1e2d;
  --ct-dbdbdb: #dbdbdb;
  --ct-929292:#929292;
  --ct-b2b2b2:#b2b2b2;
  --ct-878787: #878787;
  --ct-737373:#737373;
  --ct-a6a6a6:#a6a6a6;
  --ct-cacaca:#cacaca;
  --ct-f33f1f:#f33f1f;
  --ct-d3d3d3:#d3d3d3;
  --ct-5c5c66:#5c5c66;
  --ct-c1c1c1:#c1c1c1;
  --ct-f02e2e:#f02e2e;
  

  --cbg-000:#000;
  --cbg-fff:#fff;
  --cbg-fae00f:#fae00f;
  --cbg-0d4dd1:#0d4dd1;
  --cbg-16171b:#16171b;
  --cbg-818181:#818181;
  --cbg-222327:#222327;
  --cbg-7c7223:#7c7223;
  --cbg-de2c0d:#de2c0d;
  --cbg-0f49d1:#0f49d1;
  --cbg-fae00f:#fae00f;
  --cbg-34353a:#34353a;
  --cbg-ff4828:#ff4828;
  --cbg-185dff:#185dff;
  --cbg-ffed59:#ffed59;
  --cbg-53555c:#53555c;
  --cbg-222126:#222126;
  --cbg-2157d5:#2157d5;
  --cbg-212226:#212226;
  --cbg-858585:#858585;
  --cbg-ccc:#ccc;
  --cbg-525252:#525252;
  --cbg-393a3d:#393a3d;

  --border-818181:#818181;
  --border-2e2f32:#2e2f32;
  --border-000:#000;
  --border-39383c:#39383c;
  --border-2f3034:#2f3034;
  --border-ccc:#ccc;
  --border-fae00f:#fae00f;
  --border-0f49d1:#0f49d1;
  --border-313236:#313236;
  --border-fff:#fff;
  --border-393a3d:#393a3d;
  --border-393939:#393939;
  --border-404146:#404146;
  --border-2e2c44:#2e2c44;
  --border-404146:#404146;
}
/* **** Common Reset **** */
*{margin:0;padding:0;list-style:none;font-size:13px;font-weight:500;font-family: "aTitleGothic",sans-serif;box-sizing: border-box;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5{margin:0;padding:0;word-wrap:break-word;word-break:break-all;}
li,p,span,strong,a,i,em{font-size:inherit;color:inherit;font-family:inherit;}
b, strong{font-weight:500;color: inherit;font-size: inherit;}
font{font-size:inherit;}
hr { display:none; }
body, html{width:100%; height:100%; /*background: #f4f7f9; */}
input,select,img{vertical-align:middle;}
img{border:0;}
table{width:100%;}
table caption{position: absolute;top: 0px;left: 0px;overflow: hidden;display: block !important;width: 0px !important;height: 0px !important;margin: 0 !important;font-size: 0 !important;line-height: 0 !important;}
.clearfix::after{content:"";display:block;clear:both;}
a{display:inline-block;text-decoration:none;transition:all 0.2s ease-in-out;}
i{font-style:normal;}
table {border-collapse: collapse;width: 100%;}
button,
input[type="button"] { border:0; outline:0; }
.left { float:left; }
.right { float:right; }
th.left,
td.left { float:none; text-align: left !important; }
th.center,
td.center { float:none; text-align: center !important; }
th.right,
td.right { float:none; text-align: right !important; }
.iconfont { vertical-align: middle; }

.logBtnNormal { width:100%; height:50px; line-height: 50px; color:var(--ct-000); background:var(--cbg-fae00f); font-size: 20px; text-align: center; border-radius: 5px; font-weight:700; }
.logBtnNormal.cancel { background:var(--cbg-222327); border:1px solid var(--border-2e2f32); color:var(--ct-c6c6c6) }
.logBtnNormal:hover { opacity:0.9; }

.btnNormal { height:40px; padding:0 17px; font-size:16px; line-height:40px; color:#fff; border-radius:5px; font-weight:500;}
.btnRed { background:var(--cbg-de2c0d); }
.btnBlue { background:var(--cbg-0f49d1); }
.btnYellow { background:var(--cbg-fae00f); color:var(--ct-16171b) }
.btnGray { background:var(--cbg-34353a);color:var(--ct-909091) }
.btnRed:hover { background:var(--cbg-ff4828); }
.btnBlue:hover { background:var(--cbg-185dff); }
.btnYellow:hover{ background:var(--cbg-ffed59); }
.btnGray:hover { background:var(--cbg-53555c); }

.white { color:var(--ct-fff) !important; }
.yellow { color:var(--ct-fae00f) !important; }

.betscroll::-webkit-scrollbar-track{ -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);	background-color: #e00a15;}
.betscroll::-webkit-scrollbar{	width: 2px;	background-color: #F5F5F5;	opacity:0.5;}
.betscroll::-webkit-scrollbar-thumb{	background-color: #fc6169;	opacity:0.5;}
.betscroll { scrollbar-base-color: #e00a15;scrollbar-Face-Color: #e00a15; scrollbar-Track-Color:#e00a15;scrollbar-Shadow-Color: #e00a15}
.textdot { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }

.displaynone {display: none;}
.dimed {z-index:4; display: none;position: fixed;left: 0;right: 0;top: 0;bottom: 0;background: rgba(0,0,0,0.5);backdrop-filter: blur(20px); }

.ease { position:relative; overflow:hidden; transition:all 0.2s ease-in-out; }
.ease:before { content: "";position: absolute;width: 100%;height: 100%;top: 0;left: -100%;overflow: hidden;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .5)50%, rgba(255, 255, 255, 0)100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .5)50%, rgba(255, 255, 255, 0)100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .5)50%, rgba(255, 255, 255, 0)100%);
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg); 
}
.ease:hover:before {
    left: 150%;
    transition: left 1s ease 0s;
}


body { min-width:1870px; background:#262626; }
body .wrap {}
#header { z-index:20; /*position:fixed;left:0; top:0; right:0;*/ position:relative; min-width:1820px; height:65px; padding:0 60px; background:#000000; box-shadow:0 10px 15px #48191b; }
#header h2 { float:left; margin:9px 0 0; }
#header h2 img { max-width:235px; }
#header .headCate { position:relative; margin:0 0 0 30px; display:inline-block; }
#header .headCate > ul > li { position:relative; display:inline-block; }
#header .headCate > ul > li a { display:block; /*line-height:65px;*/ padding:0 8px; color:var(--ct-fff); font-size:13px; }
#header .headCate > ul > li>a { margin:24px 0; } 
#header .headCate > ul > li:hover>a { text-decoration: underline; color:#f3353f; font-weight:600;}

@media screen and (max-width:1850px){
/* #header .headCate > ul > li > ul { display:none !important; }
#header .headCate { position:relative; margin:0 0 0 30px; display:inline-block; width: calc(100% - 600px); }
#header .headCate > ul { width:100%; overflow-x: auto; overflow-y:hidden; white-space: nowrap; }
#header .headCate > ul:hover::-webkit-scrollbar { height:12px; }
#header .headCate > ul::-webkit-scrollbar-track{ -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);	background-color: #000;}
#header .headCate > ul::-webkit-scrollbar{ height:2px; background-color: #F5F5F5;	opacity:0.5;}
#header .headCate > ul::-webkit-scrollbar-thumb{	background-color: rgb(61, 59, 59);	opacity:0.5;} */
}

#header .headCate ul.nav-open .navDepth2 {
  right:auto;
  top:65px;
  left:50%;
  transform: translateX(-50%);
}
#header .headCate ul.nav-open .navDepth2 li a{ font-size:13px; }
.gnb_open {
  display: none;
  z-index: 101;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: 650px;
  background: rgba(0,0,0,0.6);
  z-index: 200;
  border-bottom: 1px solid var(--border-fae00f);
  border-top: 1px solid var(--border-393939);
  backdrop-filter: blur(20px);
}
.gnb_scroll{ overflow-y:scroll; height:100%; }
.gnb_scroll::-webkit-scrollbar-track{ -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);	background-color: #262626;}
.gnb_scroll::-webkit-scrollbar{	width: 12px;	background-color: #F5F5F5;	opacity:0.5;}
.gnb_scroll::-webkit-scrollbar-thumb{	background-color: var(--border-fae00f);	opacity:0.5;}
.gnb_scroll { scrollbar-base-color: #262626;scrollbar-Face-Color: var(--border-fae00f); scrollbar-Track-Color:#262626;   scrollbar-Shadow-Color: #262626}
.gnb_open .gnb_open_in {
    width: 1320px;
    margin: 0 auto;
}
.gnb_open .gnb_open_in ul {
    float: left;
    text-align:left;
    margin-left:70px !important;
    height: 100%;
    box-sizing: border-box;
}
a.gameLock { cursor:auto; }
a.gameLock:hover { text-decoration:none !important; color:var(--ct-fff) !important }
.gnb_open .gnb_open_in ul:first-child{ margin-left:0; }
.gnb_open .gnb_open_in ul .first { color:var(--ct-fae00f); padding-top:25px; }
.gnb_open .gnb_open_in ul li.first a { font-weight:600; }
.gnb_open .gnb_open_in ul li { padding-bottom:18px; color:var(--ct-fff); }
.gnb_open .gnb_open_in ul li a { font-weight:400; }
.gnb_open .gnb_open_in ul li a .red { color:var(--ct-f33f1f) }
.gnb_open .gnb_open_in ul li a:hover { text-decoration:underline; color:var(--ct-fae00f) }

.gnb_open .gnb_open_in ul li a .right { margin-left:3px; }
.gnb_open .gnb_open_in ul .first a:hover { text-decoration:none; color:var(--ct-fae00f) }

#header .headRight { margin:16px 0 0; }
#header .headRight ul li { float:left; position:relative; margin-left:20px; padding:0 0 16px; }
#header .headRight ul li a { color:#fff; line-height:32px; font-size:12px;}
#header .headRight ul li a .iconfont { color:#fff; vertical-align: middle; }
#header .headRight ul li a.headCashin,
#header .headRight ul li a.headCashout { border:2px solid #fff; width:57px; height:27px; line-height: 23px; border-radius:15px; text-align: center; font-size:14px; color:#fff; margin-top:3px; }
#header .headRight ul li a.headCashin { border:2px solid #e00a15; }
#header .headRight > ul > li > a.logout .logoutIcon {
  display:inline-block;
  width:34px; 
  height:33px;
  line-height: 33px;
  background:#e00a15;
  border-radius:5px;
  text-align: center;
}
/* #header .headRight > ul > li > a.logout .iconfont { transform:rotate(0deg); transition: all 0.2s; } */
#header .headRight > ul > li:last-child:hover a.logout > .iconfont { display:inline-block; transform:rotate(180deg) }

#header ul > li .navDepth2 { position:absolute; top:49px; right:0; display:none; width:180px; color:#fff; border:1px solid #404040; background:#090c08; }
/* #header .headRight > ul > li:hover .navDepth2 { display:block; } */
#header ul > li .navDepth2 li { padding:10px 10px; margin:0; display:block; float:none; line-height:13px; }
#header ul > li .navDepth2 li.hr { padding-bottom:17px; border-bottom:1px solid #404040; }
#header ul > li .navDepth2 li.hr:first-child { padding:10px 10px 8px; }
#header ul > li .navDepth2 .iconfont { display:inline-block; width:30px; margin:0 5px 0 0; font-size:22px; line-height:22px; vertical-align: middle; background:linear-gradient(#eaeaea, #5d5e5d); -webkit-background-clip:text; color:transparent !important; text-align: center;}
#header ul > li .navDepth2 li a { line-height:13px; }
#header ul > li .navDepth2 li a:hover { color:#f3353f; text-decoration: underline; }
#header ul > li .navDepth2 li a:hover .iconfont{ text-decoration: none; }
#header ul > li .navDepth2 li img { margin:0 5px 0 0; }

#header .headRight > ul > li > a.logout .logoutIcon .iconfont { color:#fff; }
#container { position:relative; padding:0 285px; margin:20px 60px 0; }
#container .leftArea,
#container .rightArea { position:absolute; top:0px; width:265px; padding:0 5px 0 0; }
#container .leftArea { left:0; height:820px; overflow:hidden; overflow-y:auto; }
.betscroll3::-webkit-scrollbar-track{ -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);	background-color: #000; border-radius:3px; }
.betscroll3::-webkit-scrollbar{	width: 2px;	background-color: #F5F5F5;	opacity:0.5;border-radius:3px;} 
.betscroll3::-webkit-scrollbar-thumb{	background-color: rgb(61, 59, 59);	opacity:0.5; border-radius:3px;}
.betscroll3 { scrollbar-base-color: #3c3c3c;scrollbar-Face-Color: #3c3c3c; scrollbar-Track-Color:#3c3c3c;scrollbar-Shadow-Color: #3c3c3c; border-radius:3px;}
#container .rightArea { right:0; }
#container .section { margin:0 0 5px; border-radius:10px; overflow:hidden; }
#container .section .title { position:relative;height:45px; overflow:hidden; padding:14px; font-size:16px; color:var(--ct-fff); background:#000000; }
#container .section .title.expand { cursor:pointer; }
#container .section:first-child .title { background:#e00a15; }
#container .section .title a { display:block; }
#container .section .title .toggle {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 8px;
  width: 40px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
#container .section .title .toggle .iconfont { color:var(--ct-fff) }
#container .section .title .iconfont,
#container .section .title .iconfont {
  color:#e00a15
}
#container .section .title .toggle .minus { display:none; }
#container .section .title .toggle.on .plus { display:none; }
#container .section .title .toggle.on .minus { display:block; }
#container .section .content { padding:0 20px; background:#000000 }
#container .leftArea .section.infoArea .content { display:block; }
#container .leftArea .section .content { display:none; overflow:hidden; }
#container .leftArea .section.infoArea .content { height:auto; }
#container .section .content ul li { border-top:1px solid var(--border-000);border-bottom:1px solid var(--border-39383c); }
#container .section .content ul li:first-child { border-top:0; }
#container .section .content ul li:last-child { border-bottom:0; }
#container .section .content ul li a { display:inline-block; height:35px; line-height:35px; color:#b8b8b8; }
#container .section .content ul li a:hover { text-decoration: underline; color:#e00a15 }
#container .section .content ul li .count { float:right; margin:7px 0 0; width:30px; height:20px; font-size:12px; line-height:20px; color:var(--ct-dbdbdb); text-align: center; background:#454545; border-radius: 3px; }
#container .section .content ul li .status { float:right; font-weight:500; /*margin:10px 10px 0 0;*/ color:var(--ct-ec1e2d) }
#container .section .content > ul > li > .status { margin:10px 0 0; }
#container .section .content ul.depth1List li a .iconfont { display:none; margin:0 0 0 5px; }
#container .section .content ul.depth2List { display:none; overflow:hidden; margin:10px 0 0; }
#container .section .content ul.depth2List li { position:relative; border:0; margin:0 0 13px; padding:0 0 0 20px; }
#container .section .content ul.depth2List li a { height:auto; line-height:13px; }
#container .section .content ul.depth2List li:after { content:"-"; position:absolute; left:5px; top:0; line-height:13px; color:#b8b8b8; }
#container .section .content ul.depth1List > li > a:hover,
#container .section .content ul.depth1List > li > a.on { color:#fff; text-decoration: none; }
#container .section .content ul.depth1List > li > a.on .iconfont { display:inline-block; }
#container .leftArea .section.infoArea .iconfont { 
  color:#e00a15;
}
#container .leftArea .section.infoArea .title .iconfont { 
  color:#fff;
}
#container .leftArea .section.infoArea { z-index:1; position:relative; margin:0; padding:0 0 5px; border-radius:10px 10px 0 0;}
#container .leftArea .section.infoArea .title { padding:8px 10px ;font-size:13px; color:#fff }
#container .leftArea .section.infoArea .title .name img { height:28px; }
#container .leftArea .section.infoArea .title .name { display:inline-block; margin:0 5px 0 0; }
#container .leftArea .section.infoArea .title .name strong { display:inline-block; vertical-align:middle; max-width:47px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
#container .leftArea .section.infoArea .title .message { display:inline-block; margin:0 10px 0 0; }
#container .leftArea .section.infoArea .title .coupon { display:inline-block; margin:2px 0 0 0; }
#container .leftArea .section.infoArea .content { padding:15px; border-radius:0 0 10px 10px; }
#container .leftArea .section.infoArea .content p:first-child { margin:0 0 10px; }
#container .leftArea .section.infoArea .content p { font-size:14px; color:var(--ct-b5b5b5) }
#container .leftArea .section.infoArea .buttonArea { margin:5px 0 0; }
#container .leftArea .section.infoArea .buttonArea ul { margin-right:-5px; }
#container .leftArea .section.infoArea .buttonArea ul li{ padding:0 5px 0 0; }
#container .leftArea .section.infoArea .buttonArea ul li a{ display:block; height:30px; font-size:13px; line-height:26px; text-align: center; color:#fff; border:2px solid #e00a15; background:#000000; border-radius:5px; }
#container .leftArea .section ul li { padding:0 0 0 5px; }

#container .rightArea .section.board li a { display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;font-size:13px; }
#container .rightArea .attandArea { margin:0 0 20px; }
#container .rightArea .attandArea .sTitle { margin:0 0 10px;font-size:12px; color:var(--ct-929292) }
#container .rightArea .attandArea .nowTime { margin:0 0 15px; font-size:18px; color:var(--ct-929292); }
#container .rightArea .attandArea .attContent { cursor:pointer; padding:9px 12px; background:var(--cbg-222126); border-radius:8px; overflow:hidden; }
#container .rightArea .attandArea .attContent th,
#container .rightArea .attandArea .attContent td { position:relative;text-align:center;padding:9px; font-size:13px; color:var(--ct-fff); }
#container .rightArea .attandArea .attContent td.active:before { content:""; position:absolute; left:4px; right:4px; top:4px; bottom:4px; background:var(--cbg-2157d5);border-radius:50%; }
#container .rightArea .attandArea .attContent td.active span { z-index:2; position:relative; }
#container .rightArea .attandArea .attContent th.holiday { color:var(--ct-929292); }

/* #container .rightArea .domainArea { position:relative; height:150px; border:2px solid #e00a15; border-radius:10px; background:url(https://i.imgur.com/lkULw20.png) no-repeat; background-size:cover; }
#container .rightArea .domainArea .logo { padding:13px 0 10px;text-align:center; }
#container .rightArea .domainArea .logo img { height:26px; }
#container .rightArea .domainArea .produce { font-size:16px; color:var(--ct-fff); text-align: center; }
#container .rightArea .domainArea .wrapBox { overflow:hidden; position:absolute; bottom:17px; left:27px; width:calc(100% - 54px); height:55px; line-height:55px; box-shadow:0 0 6px #fb3c3e; border:2px solid #fff; }
#container .rightArea .domainArea .box { display:block;  color:var(--ct-fff); line-height:55px; background:linear-gradient(to right,#fc665e,#f9111d); font-size:21px; text-align: center; } */

#container .rightArea .bannerArea { /*border:2px solid #e00a15; border-radius:10px; overflow:hidden;*/}
#container .rightArea .domainArea { height:70px; background:url(https://i.imgur.com/b1lvtZJ.png) no-repeat; background-size:cover;  }
#container .rightArea .domainArea .wrapBox { margin:14px 0 5px; text-align: center; }
#container .rightArea .domainArea .wrapBox a { font-family: "a3"; color:#fff; font-size:21px; }
#container .rightArea .domainArea .produce { color:#d1d1d1; font-size:13px; text-align: center;}

#container .rightArea .telArea { position:relative; height:150px; border:2px solid #e00a15; border-radius:10px; background:url(https://i.imgur.com/iwNGPcn.png) no-repeat; background-size:cover; margin-top:10px; }
#container .rightArea .telArea .logo { padding:19px 0 11px 20px; }
#container .rightArea .telArea .logo img { height:26px; }
#container .rightArea .telArea .txt { font-size:14px; color:var(--ct-fff); padding-left:20px; line-height:19px; }
#container .rightArea .telArea .go-tel { margin:8px 0 0 20px; width:143px; height:30px; background:linear-gradient(to right,#f8635b,#e00a15); border-radius:15px; line-height:30px; color:#fff; text-align:center; }
#container .rightArea .telArea .go-tel i { margin-right:8px; }
#container #content { padding:0 20px; overflow:hidden; background:#000000; border-radius: 7px 7px 0 0; }
#container #content { padding-top:15px; }

/* #footer { padding:40px 0 35px; margin:20px 0 0 0; background: var(--cbg-000); text-align: center; }
#footer h2 { margin:0 0 25px; }
#footer h2 img { width:240px; }
#footer .copy { margin:0 0 22px; font-size:12px; color:var(--ct-b2b2b2) }
#footer .btnMobile { display:inline-block; width:135px; height:40px; line-height: 40px; color:var(--ct-fff); font-size:13px; border:2px solid #2f3034; border-radius: 10px; background:var(--cbg-222126)} 
#footer .btnMobile:hover { background:#5d5c62; }
#footer .btnMobile .iconfont { margin:0 -2px 0 -5px; color:var(--ct-878787); font-size:22px; } */
#footer{background: #000; border-top:1px solid #e00a15;text-align:center;position: relative;min-width: 1650px;}
.footer-tp{height: 111px;font-size:0;padding-top: 30px; border-bottom:1px solid #303030;}
.footer-tp a{margin: 0 35px;}
.footer-tp a.on{-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(100%);filter: gray;}
.footer-bt{padding-bottom:30px;margin-top: 25px;}
.footer-bt p{line-height: 1.5;color: #787878;}
.ft-logo{}
.ft-rt{margin-top: 10px;}
.ft-rt p:last-child{margin-top: 20px;}
.mobile-view{margin-top: 18px;}
.mobile-view a{width:135px;height:40px;line-height:40px;text-align:center;font-size:14px;font-weight:500;color:#ffffff;background:#353535; border:1px solid #4a4a4a; border-radius: 9px;}
.mobile-view a .iconfont { color:#a8a29c; display: inline-block; margin:0 3px 0 -5px; vertical-align:-6px; }

#quick { display:none; cursor:pointer; z-index:10; position:fixed; right:30px; bottom:190px; }

.notice-container { position:relative; width:100%; margin:0 0 10px; color:#fff; display:table; table-layout: fixed; height:20px; line-height:20px; box-sizing: border-box; background:var(--cbg-000); box-sizing: border-box; border-radius: 10px; }
.notice-container .notice { width:125px;  display:inline-block; vertical-align:middle; font-size:14px; }
.notice-container .notice .iconfont { vertical-align: top; margin:0 5px 0 0; }
.notice-container marquee { width:calc( 100% - 125px ); display:inline-block; vertical-align:middle; color:var(--ct-fff);  }

.pop1{position:fixed;top:10%;left:0;right:0;z-index: 102;width:340px;background: #000000; border:2px solid #522626;}
.pop1 .cont{min-height:200px; height:100%; padding: 20px 15px 62px;font-size:16px;color:#fff; line-height:22px; }
.pop-bt{position:absolute; bottom:0; left:0; right:0;background: #441b1b;;height: 40px;line-height: 40px;padding: 0 10px;overflow: hidden;}
.pop-bt label{float:left;font-weight:500;color:#fff; font-size:13px; }
.pop-bt a.pop-close{float:right;font-weight:500;color: #fff; font-size: 34px; margin-right:-5px; }
.pop-bt a.pop-close:hover { animation: round_animate 0.2s linear;  }
.main-black-cover {
  display: none !important;
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 101;
  backdrop-filter: blur(20px);
}

.switch {
  display: inline-block;
  width: 48px;
  height: 24px;
  line-height: 22px;
  border-radius: 24px;
  vertical-align: middle;
  border: 1px solid var(--border-ccc);
  background-color: var(--cbg-ccc);
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all .2s ease-in-out;
}
.switch-small {
  width: 24px;
  height: 14px;
  line-height: 10px;
}
.switch-inner {
  color: var(--ct-fff);
  font-size: 12px;
  position: absolute;
  left: 25px;
}
.switch:after {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #e00a15;
  position: absolute;
  left: 1px;
  top: 1px;
  cursor: pointer;
  transition: left .2s ease-in-out,width .2s ease-in-out;
}
.switch-small:after {
  width: 12px;
  height: 12px;
  top: 0;
  left: 0;
}
.rightArea .cartArea .title .checked {
  border-color: #fff;
  background-color: #fff;
}
.switch-small.checked:after {
  left: 10px;
  background-color: #e00a15;
}
.switch-small.clicking:after {
  width: 18px;
}
.switch-small.checked.clicking:after{
  left:4px;
}
.rightArea .cartArea { overflow:hidden; margin:0 0 10px; border:2px solid #e00a15; border-radius:18px; }
.rightArea .cartArea .title { position:relative; height:35px; padding:0 25px; font-size:14px; line-height: 35px; background:#e00a15 }
.rightArea .cartArea .title .ctToggle { position:absolute; right:15px; top:0px; }
.rightArea .cartArea .content { background:linear-gradient(to right, #262626, #000000) }
.rightArea .cartArea .content .ctListWrap { margin:0 1px; max-height:226px; overflow:hidden; overflow-y:auto; }
.rightArea .cartArea .content .ct_list { overflow-y:auto; margin:0px 15px; padding:7px 0 10px; overflow:hidden; }
.rightArea .cartArea .content .ct_list .crt_gm {position: relative; padding:0 0 10px; border-bottom:1px solid var(--border-313236); }
.rightArea .cartArea .content .ct_list .crt_gm:after { 
  content:""; position:absolute; left:0; right:0; bottom:0px; border-bottom:1px solid var(--border-000); }
.rightArea .cartArea .content .ct_list .crt_gm .topInfo { padding:13px 45px 8px 0px; font-size:12px; line-height:16px; }
.rightArea .cartArea .content .ct_list .crt_gm .topInfo .left { float:none; }
.rightArea .cartArea .content .ct_list .crt_gm:hover p a.del{color:var(--ct-fff);}
.rightArea .cartArea .content .ct_list .crt_gm p { display:inline-block; margin:0 5px 0 0; /* padding: 2px 0; */ vertical-align: top; width:auto; font-size:12px; }
.rightArea .cartArea .content .ct_list .crt_gm p.lastInfo { display:block; margin:0; color:#e2e2e2; font-size:12px; }
.rightArea .cartArea .content .ct_list .crt_gm p.line-tit{color:#b0b0b0;font-size:12px;}
.rightArea .cartArea .content .ct_list .crt_gm p .tm {display: block; /* line-height: 1.5; */color: #c3b203;font-size: 12px;letter-spacing: -0.5px;}
.rightArea .cartArea .content .ct_list .crt_gm p .tm.cho {display: inline-block;width: 150px;color: #cfcfcf;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.rightArea .cartArea .content .ct_list .crt_gm p .odd {float: right;color:#e2e2e2;font-size: 12px;}
.rightArea .cartArea .content .ct_list .crt_gm p .odd .wol{color: #fb2534;margin-right:2px;font-size: 12px;}
.rightArea .cartArea .content .ct_list .topInfo a {position: absolute;right: -4px;top: 14px;width: 20px;}
.rightArea .cartArea .content .ct_list .topInfo a.del {background: none;font-size: 19px;color: #9f9f9f;}
.rightArea .cartArea .content .ct_list .no-game{height:36px;line-height:36px;text-align:center;font-size: 12px;color: var(--ct-fff);}
.rightArea .btnMoney { margin:0 15px; padding:15px 10px 10px; background:#090400; border-radius:10px; }
.rightArea .btnMoney dt { margin:0 0 7px; font-size:12px; color:var(--ct-fff); }
.rightArea .btnMoney dd { height:33px; line-height:33px; background:var(--cbg-222327); border-radius:5px; }
.rightArea .btnMoney dd input { padding:0 0 0 13px; width:155px; height:16px; font-size:13px; line-height:16px; color:var(--ct-fff); border:0; border-right:1px solid var(--cbg-525252);background:var(--cbg-222327); outline:0; }
.rightArea .btnMoney dd .btn1 { background:transparent;cursor:pointer; display:inline-block; margin:0 0 0 7px; color:var(--ct-fff); font-size:13px; }
.rightArea .btnMoney .bsp_money { margin:3px 0 0; }
.rightArea .btnMoney .bsp_money li { padding:4px 4px 0 0; text-align: center; }
.rightArea .btnMoney .bsp_money li span { display:block; cursor:pointer; height:30px; line-height:30px; font-weight:700; font-size:13px; color:var(--ct-16171b); background:linear-gradient(#ffffff, #bbbbbb); border-radius:5px; }
.rightArea .btnMoney .bsp_money .actionMoney li span { color:var(--ct-fff); background:linear-gradient(#898989, #444444); }
.rightArea .betInfo { margin:10px 0 0; padding:0 15px; background:#090400}
.rightArea .betInfo li { height:35px; line-height:35px; position: relative; padding:0 0 10px; }
.rightArea .betInfo li:first-child { border-bottom:1px solid #221e1a; }
.rightArea .betInfo li:first-child:after { 
  content:""; position:absolute; left:0; right:0; bottom:0px; border-bottom:1px solid var(--border-000); }
.rightArea .betInfo li span { color:var(--ct-fff); font-size:14px; }
.rightArea .betInfo li span.tit { display:inline-block; width:100px; font-size:12px; }
.rightArea .btnBet { padding:15px; }
.rightArea .btnBet .cash-bet li.betting { width:100%; }
.rightArea .btnBet .cash-bet li.betting a { font-size:18px; }
.rightArea .btnBet .point-bet li.betting { background:#f5c310; }
.rightArea .btnBet .point-bet li.betting a { color:#020202; font-size:14px; }
.rightArea .btnBet li { float:left; padding:0 7px 0 0; border-radius:5px;overflow:hidden; }
.rightArea .btnBet li.clear { width:86px; }
.rightArea .btnBet li.clear a { height:38px; line-height:35px; color:var(--ct-fff); font-size:12px; border:2px solid var(--border-fff); border-radius: 5px; box-sizing:border-box; }
.rightArea .btnBet li.betting { float:right; padding:0; width:140px; background:#e00a15; }
.rightArea .btnBet li a { display:block; font-weight:600; line-height:38px; text-align: center; }
.rightArea .btnBet li.betting a { 
  font-size: 14px;
  color: #fff;
  overflow: hidden;
}
.rightArea .betLimit { margin:0 15px; padding:0 0 9px; }
.rightArea .betLimit li { margin:0 0 6px; }
.rightArea .betLimit li .title { height:auto; line-height:inherit; padding:0; font-size:12px; color:var(--ct-737373); background:transparent; }
.rightArea .betLimit li .value { float:right; font-size:12px; color:var(--ct-a6a6a6); }

/* commonValue */
.inlineGrid2 { margin-left:-10px; font-size:0; }
.inlineGrid2 > * { display:inline-block; width:calc(100% / 2 - 10px); margin-left:10px; margin-bottom:10px; font-size:13px; vertical-align: top; }
.inlineGrid3 { margin-left:-10px; font-size:0; }
.inlineGrid3 > * { display:inline-block; width:calc(100% / 3 - 10px); margin-left:10px; margin-bottom:10px; font-size:13px; vertical-align: top; }
.inlineGrid4 { margin-left:-10px; font-size:0; }
.inlineGrid4 > * { display:inline-block; width:calc(100% / 4 - 10px); margin-left:10px; margin-bottom:10px; font-size:13px; vertical-align: top; }
.inlineGrid5 { margin-left:-10px; font-size:0; }
.inlineGrid5 > * { display:inline-block; width:calc(100% / 5 - 10px); margin-left:10px; margin-bottom:10px; font-size:13px; vertical-align: top; }
.inlineGrid6 { margin-left:-10px; font-size:0; }
.inlineGrid8 > * { display:inline-block; width:calc(100% / 8 - 10px); margin-left:10px; margin-bottom:10px; font-size:13px; vertical-align: top; }

.flexGrid2,
.flexGrid3,
.flexGrid4,
.flexGrid5,
.flexGrid6,
.flexGrid7,
.flexGrid8,
.flexGrid9,
.flexGrid10,
.flexGrid11 { display: flex; flex-wrap: wrap; align-items:flex-start; justify-content:flex-start; }

.flexGrid2 > * { width:50%; padding:0 10px 10px 0; }
.flexGrid3 > * { width:calc(100% / 3); padding:0 10px 10px 0; }
.flexGrid4 > * { width:25%; padding:0 10px 10px 0; }
.flexGrid5 > * { width:20%; padding:0 10px 10px 0; }
.flexGrid6 > * { width:calc(100% / 6); padding:0 10px 10px 0; }
.flexGrid7 > * { width:calc(100% / 7); padding:0 10px 10px 0; }
.flexGrid8 > * { width:calc(100% / 8); padding:0 10px 10px 0; }
.flexGrid9 > * { width:calc(100% / 9); padding:0 10px 10px 0; }
.flexGrid10 > * { width:calc(100% / 10); padding:0 10px 10px 0; }
.flexGrid11 > * { width:calc(100% / 11); padding:0 10px 10px 0; }

.mt0{ margin-top:0px !important;}
.mt5{ margin-top:5px !important;}
.mt10{ margin-top:10px !important;}
.mt15{ margin-top:15px !important;}
.mt20{ margin-top:20px !important;}
.mt25{ margin-top:25px !important;}
.mt30{ margin-top:30px !important;}
.mt35{ margin-top:35px !important;}
.mt40{ margin-top:40px !important;}
.mt45{ margin-top:45px !important;}
.mt50{ margin-top:50px !important;}
.mt55{ margin-top:55px !important;}
.mt60{ margin-top:60px !important;}
.mt65{ margin-top:65px !important;}
.mt70{ margin-top:70px !important;}
.mt75{ margin-top:75px !important;}
.mt80{ margin-top:80px !important;}
.mt85{ margin-top:85px !important;}
.mt90{ margin-top:90px !important;}
.mt95{ margin-top:95px !important;}
.mt100{ margin-top:100px !important;}
.mr0{ margin-right:0px !important;}
.mr5{ margin-right:5px !important;}
.mr10{ margin-right:10px !important;}
.mr15{ margin-right:15px !important;}
.mr20{ margin-right:20px !important;}
.mr25{ margin-right:25px !important;}
.mr30{ margin-right:30px !important;}
.mr35{ margin-right:35px !important;}
.mr40{ margin-right:40px !important;}
.mr45{ margin-right:45px !important;}
.mr50{ margin-right:50px !important;}
.mr55{ margin-right:55px !important;}
.mr60{ margin-right:60px !important;}
.mr65{ margin-right:65px !important;}
.mr70{ margin-right:70px !important;}
.mr75{ margin-right:75px !important;}
.mr80{ margin-right:80px !important;}
.mr85{ margin-right:85px !important;}
.mr90{ margin-right:90px !important;}
.mr95{ margin-right:95px !important;}
.mr100{ margin-right:100px !important;}
.mb0{ margin-bottom:0px !important;}
.mb5{ margin-bottom:5px !important;}
.mb10{ margin-bottom:10px !important;}
.mb15{ margin-bottom:15px !important;}
.mb20{ margin-bottom:20px !important;}
.mb25{ margin-bottom:25px !important;}
.mb30{ margin-bottom:30px !important;}
.mb35{ margin-bottom:35px !important;}
.mb40{ margin-bottom:40px !important;}
.mb45{ margin-bottom:45px !important;}
.mb50{ margin-bottom:50px !important;}
.mb55{ margin-bottom:55px !important;}
.mb60{ margin-bottom:60px !important;}
.mb65{ margin-bottom:65px !important;}
.mb70{ margin-bottom:70px !important;}
.mb75{ margin-bottom:75px !important;}
.mb80{ margin-bottom:80px !important;}
.mb85{ margin-bottom:85px !important;}
.mb90{ margin-bottom:90px !important;}
.mb95{ margin-bottom:95px !important;}
.mb100{ margin-bottom:100px !important;}
.ml0{ margin-left:0px !important;}
.ml5{ margin-left:5px !important;}
.ml10{ margin-left:10px !important;}
.ml15{ margin-left:15px !important;}
.ml20{ margin-left:20px !important;}
.ml25{ margin-left:25px !important;}
.ml30{ margin-left:30px !important;}
.ml35{ margin-left:35px !important;}
.ml40{ margin-left:40px !important;}
.ml45{ margin-left:45px !important;}
.ml50{ margin-left:50px !important;}
.ml55{ margin-left:55px !important;}
.ml60{ margin-left:60px !important;}
.ml65{ margin-left:65px !important;}
.ml70{ margin-left:70px !important;}
.ml75{ margin-left:75px !important;}
.ml80{ margin-left:80px !important;}
.ml85{ margin-left:85px !important;}
.ml90{ margin-left:90px !important;}
.ml95{ margin-left:95px !important;}
.ml100{ margin-left:100px !important;}
.mtb0{ margin-top:0px !important; margin-bottom:0px !important;}
.mtb5{ margin-top:5px !important; margin-bottom:5px !important;}
.mtb10{ margin-top:10px !important; margin-bottom:10px !important;}
.mtb15{ margin-top:15px !important; margin-bottom:15px !important;}
.mtb20{ margin-top:20px !important; margin-bottom:20px !important;}
.mtb25{ margin-top:25px !important; margin-bottom:25px !important;}
.mtb30{ margin-top:30px !important; margin-bottom:30px !important;}
.mtb35{ margin-top:35px !important; margin-bottom:35px !important;}
.mtb40{ margin-top:40px !important; margin-bottom:40px !important;}
.mtb45{ margin-top:45px !important; margin-bottom:45px !important;}
.mtb50{ margin-top:50px !important; margin-bottom:50px !important;}
.mtb55{ margin-top:55px !important; margin-bottom:55px !important;}
.mtb60{ margin-top:60px !important; margin-bottom:60px !important;}
.mtb65{ margin-top:65px !important; margin-bottom:65px !important;}
.mtb70{ margin-top:70px !important; margin-bottom:70px !important;}
.mtb75{ margin-top:75px !important; margin-bottom:75px !important;}
.mtb80{ margin-top:80px !important; margin-bottom:80px !important;}
.mtb85{ margin-top:85px !important; margin-bottom:85px !important;}
.mtb90{ margin-top:90px !important; margin-bottom:90px !important;}
.mtb95{ margin-top:95px !important; margin-bottom:95px !important;}
.mtb100{ margin-top:100px !important; margin-bottom:100px !important;}
.mtl0{ margin-top:0px !important; margin-left:0px !important;}
.mtl5{ margin-top:5px !important; margin-left:5px !important;}
.mtl10{ margin-top:10px !important; margin-left:10px !important;}
.mtl15{ margin-top:15px !important; margin-left:15px !important;}
.mtl20{ margin-top:20px !important; margin-left:20px !important;}
.mtl25{ margin-top:25px !important; margin-left:25px !important;}
.mtl30{ margin-top:30px !important; margin-left:30px !important;}
.mtl35{ margin-top:35px !important; margin-left:35px !important;}
.mtl40{ margin-top:40px !important; margin-left:40px !important;}
.mtl45{ margin-top:45px !important; margin-left:45px !important;}
.mtl50{ margin-top:50px !important; margin-left:50px !important;}
.mtl55{ margin-top:55px !important; margin-left:55px !important;}
.mtl60{ margin-top:60px !important; margin-left:60px !important;}
.mtl65{ margin-top:65px !important; margin-left:65px !important;}
.mtl70{ margin-top:70px !important; margin-left:70px !important;}
.mtl75{ margin-top:75px !important; margin-left:75px !important;}
.mtl80{ margin-top:80px !important; margin-left:80px !important;}
.mtl85{ margin-top:85px !important; margin-left:85px !important;}
.mtl90{ margin-top:90px !important; margin-left:90px !important;}
.mtl95{ margin-top:95px !important; margin-left:95px !important;}
.mtl100{ margin-top:100px !important; margin-left:100px !important;}
.mtr0{ margin-top:0px !important; margin-right:0px !important;}
.mtr5{ margin-top:5px !important; margin-right:5px !important;}
.mtr10{ margin-top:10px !important; margin-right:10px !important;}
.mtr15{ margin-top:15px !important; margin-right:15px !important;}
.mtr20{ margin-top:20px !important; margin-right:20px !important;}
.mtr25{ margin-top:25px !important; margin-right:25px !important;}
.mtr30{ margin-top:30px !important; margin-right:30px !important;}
.mtr35{ margin-top:35px !important; margin-right:35px !important;}
.mtr40{ margin-top:40px !important; margin-right:40px !important;}
.mtr45{ margin-top:45px !important; margin-right:45px !important;}
.mtr50{ margin-top:50px !important; margin-right:50px !important;}
.mtr55{ margin-top:55px !important; margin-right:55px !important;}
.mtr60{ margin-top:60px !important; margin-right:60px !important;}
.mtr65{ margin-top:65px !important; margin-right:65px !important;}
.mtr70{ margin-top:70px !important; margin-right:70px !important;}
.mtr75{ margin-top:75px !important; margin-right:75px !important;}
.mtr80{ margin-top:80px !important; margin-right:80px !important;}
.mtr85{ margin-top:85px !important; margin-right:85px !important;}
.mtr90{ margin-top:90px !important; margin-right:90px !important;}
.mtr95{ margin-top:95px !important; margin-right:95px !important;}
.mtr100{ margin-top:100px !important; margin-right:100px !important;}
.mbl0{ margin-left:0px !important; margin-bottom:0px !important;}
.mbl5{ margin-left:5px !important; margin-bottom:5px !important;}
.mbl10{ margin-left:10px !important; margin-bottom:10px !important;}
.mbl15{ margin-left:15px !important; margin-bottom:15px !important;}
.mbl20{ margin-left:20px !important; margin-bottom:20px !important;}
.mbl25{ margin-left:25px !important; margin-bottom:25px !important;}
.mbl30{ margin-left:30px !important; margin-bottom:30px !important;}
.mbl35{ margin-left:35px !important; margin-bottom:35px !important;}
.mbl40{ margin-left:40px !important; margin-bottom:40px !important;}
.mbl45{ margin-left:45px !important; margin-bottom:45px !important;}
.mbl50{ margin-left:50px !important; margin-bottom:50px !important;}
.mbl55{ margin-left:55px !important; margin-bottom:55px !important;}
.mbl60{ margin-left:60px !important; margin-bottom:60px !important;}
.mbl65{ margin-left:65px !important; margin-bottom:65px !important;}
.mbl70{ margin-left:70px !important; margin-bottom:70px !important;}
.mbl75{ margin-left:75px !important; margin-bottom:75px !important;}
.mbl80{ margin-left:80px !important; margin-bottom:80px !important;}
.mbl85{ margin-left:85px !important; margin-bottom:85px !important;}
.mbl90{ margin-left:90px !important; margin-bottom:90px !important;}
.mbl95{ margin-left:95px !important; margin-bottom:95px !important;}
.mbl100{ margin-left:100px !important; margin-bottom:100px !important;}
.mbr0{ margin-bottom:0px !important; margin-right:0px !important;}
.mbr5{ margin-bottom:5px !important; margin-right:5px !important;}
.mbr10{ margin-bottom:10px !important; margin-right:10px !important;}
.mbr15{ margin-bottom:15px !important; margin-right:15px !important;}
.mbr20{ margin-bottom:20px !important; margin-right:20px !important;}
.mbr25{ margin-bottom:25px !important; margin-right:25px !important;}
.mbr30{ margin-bottom:30px !important; margin-right:30px !important;}
.mbr35{ margin-bottom:35px !important; margin-right:35px !important;}
.mbr40{ margin-bottom:40px !important; margin-right:40px !important;}
.mbr45{ margin-bottom:45px !important; margin-right:45px !important;}
.mbr50{ margin-bottom:50px !important; margin-right:50px !important;}
.mbr55{ margin-bottom:55px !important; margin-right:55px !important;}
.mbr60{ margin-bottom:60px !important; margin-right:60px !important;}
.mbr65{ margin-bottom:65px !important; margin-right:65px !important;}
.mbr70{ margin-bottom:70px !important; margin-right:70px !important;}
.mbr75{ margin-bottom:75px !important; margin-right:75px !important;}
.mbr80{ margin-bottom:80px !important; margin-right:80px !important;}
.mbr85{ margin-bottom:85px !important; margin-right:85px !important;}
.mbr90{ margin-bottom:90px !important; margin-right:90px !important;}
.mbr95{ margin-bottom:95px !important; margin-right:95px !important;}
.mbr100{ margin-bottom:100px !important; margin-right:100px !important;}

.pt0{ padding-top:0px !important; }
.pt5{ padding-top:5px !important; }
.pt10{ padding-top:10px !important; }
.pt15{ padding-top:15px !important; }
.pt20{ padding-top:20px !important; }
.pt25{ padding-top:25px !important; }
.pt30{ padding-top:30px !important; }
.pt35{ padding-top:35px !important; }
.pt40{ padding-top:40px !important; }
.pt45{ padding-top:45px !important; }
.pt50{ padding-top:50px !important; }
.pt55{ padding-top:55px !important; }
.pt60{ padding-top:60px !important; }
.pt65{ padding-top:65px !important; }
.pt70{ padding-top:70px !important; }
.pt75{ padding-top:75px !important; }
.pt80{ padding-top:80px !important; }
.pt85{ padding-top:85px !important; }
.pt90{ padding-top:90px !important; }
.pt95{ padding-top:95px !important; }
.pt100{ padding-top:100px !important; }
.pr0{ padding-right:0px !important; }
.pr5{ padding-right:5px !important; }
.pr10{ padding-right:10px !important; }
.pr15{ padding-right:15px !important; }
.pr20{ padding-right:20px !important; }
.pr25{ padding-right:25px !important; }
.pr30{ padding-right:30px !important; }
.pr35{ padding-right:35px !important; }
.pr40{ padding-right:40px !important; }
.pr45{ padding-right:45px !important; }
.pr50{ padding-right:50px !important; }
.pr55{ padding-right:55px !important; }
.pr60{ padding-right:60px !important; }
.pr65{ padding-right:65px !important; }
.pr70{ padding-right:70px !important; }
.pr75{ padding-right:75px !important; }
.pr80{ padding-right:80px !important; }
.pr85{ padding-right:85px !important; }
.pr90{ padding-right:90px !important; }
.pr95{ padding-right:95px !important; }
.pr100{ padding-right:100px !important; }
.pb0{ padding-bottom:0px !important; }
.pb5{ padding-bottom:5px !important; }
.pb10{ padding-bottom:10px !important; }
.pb15{ padding-bottom:15px !important; }
.pb20{ padding-bottom:20px !important; }
.pb25{ padding-bottom:25px !important; }
.pb30{ padding-bottom:30px !important; }
.pb35{ padding-bottom:35px !important; }
.pb40{ padding-bottom:40px !important; }
.pb45{ padding-bottom:45px !important; }
.pb50{ padding-bottom:50px !important; }
.pb55{ padding-bottom:55px !important; }
.pb60{ padding-bottom:60px !important; }
.pb65{ padding-bottom:65px !important; }
.pb70{ padding-bottom:70px !important; }
.pb75{ padding-bottom:75px !important; }
.pb80{ padding-bottom:80px !important; }
.pb85{ padding-bottom:85px !important; }
.pb90{ padding-bottom:90px !important; }
.pb95{ padding-bottom:95px !important; }
.pb100{ padding-bottom:100px !important; }
.pl0{ padding-left:0px !important; }
.pl5{ padding-left:5px !important; }
.pl10{ padding-left:10px !important; }
.pl15{ padding-left:15px !important; }
.pl20{ padding-left:20px !important; }
.pl25{ padding-left:25px !important; }
.pl30{ padding-left:30px !important; }
.pl35{ padding-left:35px !important; }
.pl40{ padding-left:40px !important; }
.pl45{ padding-left:45px !important; }
.pl50{ padding-left:50px !important; }
.pl55{ padding-left:55px !important; }
.pl60{ padding-left:60px !important; }
.pl65{ padding-left:65px !important; }
.pl70{ padding-left:70px !important; }
.pl75{ padding-left:75px !important; }
.pl80{ padding-left:80px !important; }
.pl85{ padding-left:85px !important; }
.pl90{ padding-left:90px !important; }
.pl95{ padding-left:95px !important; }
.pl100{ padding-left:100px !important; }
.ptl0{ padding-top:0px !important; padding-left:0px !important; }
.ptl5{ padding-top:5px !important; padding-left:5px !important; }
.ptl10{ padding-top:10px !important; padding-left:10px !important; }
.ptl15{ padding-top:15px !important; padding-left:15px !important; }
.ptl20{ padding-top:20px !important; padding-left:20px !important; }
.ptl25{ padding-top:25px !important; padding-left:25px !important; }
.ptl30{ padding-top:30px !important; padding-left:30px !important; }
.ptl35{ padding-top:35px !important; padding-left:35px !important; }
.ptl40{ padding-top:40px !important; padding-left:40px !important; }
.ptl45{ padding-top:45px !important; padding-left:45px !important; }
.ptl50{ padding-top:50px !important; padding-left:50px !important; }
.ptl55{ padding-top:55px !important; padding-left:55px !important; }
.ptl60{ padding-top:60px !important; padding-left:60px !important; }
.ptl65{ padding-top:65px !important; padding-left:65px !important; }
.ptl70{ padding-top:70px !important; padding-left:70px !important; }
.ptl75{ padding-top:75px !important; padding-left:75px !important; }
.ptl80{ padding-top:80px !important; padding-left:80px !important; }
.ptl85{ padding-top:85px !important; padding-left:85px !important; }
.ptl90{ padding-top:90px !important; padding-left:90px !important; }
.ptl95{ padding-top:95px !important; padding-left:95px !important; }
.ptl100{ padding-top:100px !important; padding-left:100px !important; }
.ptr0{ padding-top:0px !important; padding-right:0px !important; }
.ptr5{ padding-top:5px !important; padding-right:5px !important; }
.ptr10{ padding-top:10px !important; padding-right:10px !important; }
.ptr15{ padding-top:15px !important; padding-right:15px !important; }
.ptr20{ padding-top:20px !important; padding-right:20px !important; }
.ptr25{ padding-top:25px !important; padding-right:25px !important; }
.ptr30{ padding-top:30px !important; padding-right:30px !important; }
.ptr35{ padding-top:35px !important; padding-right:35px !important; }
.ptr40{ padding-top:40px !important; padding-right:40px !important; }
.ptr45{ padding-top:45px !important; padding-right:45px !important; }
.ptr50{ padding-top:50px !important; padding-right:50px !important; }
.ptr55{ padding-top:55px !important; padding-right:55px !important; }
.ptr60{ padding-top:60px !important; padding-right:60px !important; }
.ptr65{ padding-top:65px !important; padding-right:65px !important; }
.ptr70{ padding-top:70px !important; padding-right:70px !important; }
.ptr75{ padding-top:75px !important; padding-right:75px !important; }
.ptr80{ padding-top:80px !important; padding-right:80px !important; }
.ptr85{ padding-top:85px !important; padding-right:85px !important; }
.ptr90{ padding-top:90px !important; padding-right:90px !important; }
.ptr95{ padding-top:95px !important; padding-right:95px !important; }
.ptr100{ padding-top:100px !important; padding-right:100px !important; }
.pbl0{ padding-bottom:0px !important; padding-left:0px !important; }
.pbl5{ padding-bottom:5px !important; padding-left:5px !important; }
.pbl10{ padding-bottom:10px !important; padding-left:10px !important; }
.pbl15{ padding-bottom:15px !important; padding-left:15px !important; }
.pbl20{ padding-bottom:20px !important; padding-left:20px !important; }
.pbl25{ padding-bottom:25px !important; padding-left:25px !important; }
.pbl30{ padding-bottom:30px !important; padding-left:30px !important; }
.pbl35{ padding-bottom:35px !important; padding-left:35px !important; }
.pbl40{ padding-bottom:40px !important; padding-left:40px !important; }
.pbl45{ padding-bottom:45px !important; padding-left:45px !important; }
.pbl50{ padding-bottom:50px !important; padding-left:50px !important; }
.pbl55{ padding-bottom:55px !important; padding-left:55px !important; }
.pbl60{ padding-bottom:60px !important; padding-left:60px !important; }
.pbl65{ padding-bottom:65px !important; padding-left:65px !important; }
.pbl70{ padding-bottom:70px !important; padding-left:70px !important; }
.pbl75{ padding-bottom:75px !important; padding-left:75px !important; }
.pbl80{ padding-bottom:80px !important; padding-left:80px !important; }
.pbl85{ padding-bottom:85px !important; padding-left:85px !important; }
.pbl90{ padding-bottom:90px !important; padding-left:90px !important; }
.pbl95{ padding-bottom:95px !important; padding-left:95px !important; }
.pbl100{ padding-bottom:100px !important; padding-left:100px !important; }
.pbr0{ padding-bottom:0px !important; padding-right:0px !important; }
.pbr5{ padding-bottom:5px !important; padding-right:5px !important; }
.pbr10{ padding-bottom:10px !important; padding-right:10px !important; }
.pbr15{ padding-bottom:15px !important; padding-right:15px !important; }
.pbr20{ padding-bottom:20px !important; padding-right:20px !important; }
.pbr25{ padding-bottom:25px !important; padding-right:25px !important; }
.pbr30{ padding-bottom:30px !important; padding-right:30px !important; }
.pbr35{ padding-bottom:35px !important; padding-right:35px !important; }
.pbr40{ padding-bottom:40px !important; padding-right:40px !important; }
.pbr45{ padding-bottom:45px !important; padding-right:45px !important; }
.pbr50{ padding-bottom:50px !important; padding-right:50px !important; }
.pbr55{ padding-bottom:55px !important; padding-right:55px !important; }
.pbr60{ padding-bottom:60px !important; padding-right:60px !important; }
.pbr65{ padding-bottom:65px !important; padding-right:65px !important; }
.pbr70{ padding-bottom:70px !important; padding-right:70px !important; }
.pbr75{ padding-bottom:75px !important; padding-right:75px !important; }
.pbr80{ padding-bottom:80px !important; padding-right:80px !important; }
.pbr85{ padding-bottom:85px !important; padding-right:85px !important; }
.pbr90{ padding-bottom:90px !important; padding-right:90px !important; }
.pbr95{ padding-bottom:95px !important; padding-right:95px !important; }
.pbr100{ padding-bottom:100px !important; padding-right:100px !important; }

.childmt0 > * { margin-top:0px !important; }
.childmt5 > * { margin-top:5px !important; }
.childmt10 > * { margin-top:10px !important; }
.childmt15 > * { margin-top:15px !important; }
.childmt20 > * { margin-top:20px !important; }
.childmt25 > * { margin-top:25px !important; }
.childmt30 > * { margin-top:30px !important; }
.childmt35 > * { margin-top:35px !important; }
.childmt40 > * { margin-top:40px !important; }
.childmt45 > * { margin-top:45px !important; }
.childmt50 > * { margin-top:50px !important; }
.childmt55 > * { margin-top:55px !important; }
.childmt60 > * { margin-top:60px !important; }
.childmt65 > * { margin-top:65px !important; }
.childmt70 > * { margin-top:70px !important; }
.childmt75 > * { margin-top:75px !important; }
.childmt80 > * { margin-top:80px !important; }
.childmt85 > * { margin-top:85px !important; }
.childmt90 > * { margin-top:90px !important; }
.childmt95 > * { margin-top:95px !important; }
.childmt100 > * { margin-top:100px !important; }
.childmr0 > * { margin-right:0px !important; }
.childmr5 > * { margin-right:5px !important; }
.childmr10 > * { margin-right:10px !important; }
.childmr15 > * { margin-right:15px !important; }
.childmr20 > * { margin-right:20px !important; }
.childmr25 > * { margin-right:25px !important; }
.childmr30 > * { margin-right:30px !important; }
.childmr35 > * { margin-right:35px !important; }
.childmr40 > * { margin-right:40px !important; }
.childmr45 > * { margin-right:45px !important; }
.childmr50 > * { margin-right:50px !important; }
.childmr55 > * { margin-right:55px !important; }
.childmr60 > * { margin-right:60px !important; }
.childmr65 > * { margin-right:65px !important; }
.childmr70 > * { margin-right:70px !important; }
.childmr75 > * { margin-right:75px !important; }
.childmr80 > * { margin-right:80px !important; }
.childmr85 > * { margin-right:85px !important; }
.childmr90 > * { margin-right:90px !important; }
.childmr95 > * { margin-right:95px !important; }
.childmr100 > * { margin-right:100px !important; }
.childmb0 > * { margin-bottom:0px !important; }
.childmb5 > * { margin-bottom:5px !important; }
.childmb10 > * { margin-bottom:10px !important; }
.childmb15 > * { margin-bottom:15px !important; }
.childmb20 > * { margin-bottom:20px !important; }
.childmb25 > * { margin-bottom:25px !important; }
.childmb30 > * { margin-bottom:30px !important; }
.childmb35 > * { margin-bottom:35px !important; }
.childmb40 > * { margin-bottom:40px !important; }
.childmb45 > * { margin-bottom:45px !important; }
.childmb50 > * { margin-bottom:50px !important; }
.childmb55 > * { margin-bottom:55px !important; }
.childmb60 > * { margin-bottom:60px !important; }
.childmb65 > * { margin-bottom:65px !important; }
.childmb70 > * { margin-bottom:70px !important; }
.childmb75 > * { margin-bottom:75px !important; }
.childmb80 > * { margin-bottom:80px !important; }
.childmb85 > * { margin-bottom:85px !important; }
.childmb90 > * { margin-bottom:90px !important; }
.childmb95 > * { margin-bottom:95px !important; }
.childmb100 > * { margin-bottom:100px !important; }
.childml0 > * { margin-bottom:0px !important; }
.childml5 > * { margin-bottom:5px !important; }
.childml10 > * { margin-bottom:10px !important; }
.childml15 > * { margin-bottom:15px !important; }
.childml20 > * { margin-bottom:20px !important; }
.childml25 > * { margin-bottom:25px !important; }
.childml30 > * { margin-bottom:30px !important; }
.childml35 > * { margin-bottom:35px !important; }
.childml40 > * { margin-bottom:40px !important; }
.childml45 > * { margin-bottom:45px !important; }
.childml50 > * { margin-bottom:50px !important; }
.childml55 > * { margin-bottom:55px !important; }
.childml60 > * { margin-bottom:60px !important; }
.childml65 > * { margin-bottom:65px !important; }
.childml70 > * { margin-bottom:70px !important; }
.childml75 > * { margin-bottom:75px !important; }
.childml80 > * { margin-bottom:80px !important; }
.childml85 > * { margin-bottom:85px !important; }
.childml90 > * { margin-bottom:90px !important; }
.childml95 > * { margin-bottom:95px !important; }
.childml100 > * { margin-bottom:100px !important; }
.childpt0 > * { padding-top:0px !important; }
.childpt5 > * { padding-top:5px !important; }
.childpt10 > * { padding-top:10px !important; }
.childpt15 > * { padding-top:15px !important; }
.childpt20 > * { padding-top:20px !important; }
.childpt25 > * { padding-top:25px !important; }
.childpt30 > * { padding-top:30px !important; }
.childpt35 > * { padding-top:35px !important; }
.childpt40 > * { padding-top:40px !important; }
.childpt45 > * { padding-top:45px !important; }
.childpt50 > * { padding-top:50px !important; }
.childpt55 > * { padding-top:55px !important; }
.childpt60 > * { padding-top:60px !important; }
.childpt65 > * { padding-top:65px !important; }
.childpt70 > * { padding-top:70px !important; }
.childpt75 > * { padding-top:75px !important; }
.childpt80 > * { padding-top:80px !important; }
.childpt85 > * { padding-top:85px !important; }
.childpt90 > * { padding-top:90px !important; }
.childpt95 > * { padding-top:95px !important; }
.childpt100 > * { padding-top:100px !important; }
.childpr0 > * { padding-right:0px !important; }
.childpr5 > * { padding-right:5px !important; }
.childpr10 > * { padding-right:10px !important; }
.childpr15 > * { padding-right:15px !important; }
.childpr20 > * { padding-right:20px !important; }
.childpr25 > * { padding-right:25px !important; }
.childpr30 > * { padding-right:30px !important; }
.childpr35 > * { padding-right:35px !important; }
.childpr40 > * { padding-right:40px !important; }
.childpr45 > * { padding-right:45px !important; }
.childpr50 > * { padding-right:50px !important; }
.childpr55 > * { padding-right:55px !important; }
.childpr60 > * { padding-right:60px !important; }
.childpr65 > * { padding-right:65px !important; }
.childpr70 > * { padding-right:70px !important; }
.childpr75 > * { padding-right:75px !important; }
.childpr80 > * { padding-right:80px !important; }
.childpr85 > * { padding-right:85px !important; }
.childpr90 > * { padding-right:90px !important; }
.childpr95 > * { padding-right:95px !important; }
.childpr100 > * { padding-right:100px !important; }
.childpb0 > * { padding-bottom:0px !important; }
.childpb5 > * { padding-bottom:5px !important; }
.childpb10 > * { padding-bottom:10px !important; }
.childpb15 > * { padding-bottom:15px !important; }
.childpb20 > * { padding-bottom:20px !important; }
.childpb25 > * { padding-bottom:25px !important; }
.childpb30 > * { padding-bottom:30px !important; }
.childpb35 > * { padding-bottom:35px !important; }
.childpb40 > * { padding-bottom:40px !important; }
.childpb45 > * { padding-bottom:45px !important; }
.childpb50 > * { padding-bottom:50px !important; }
.childpb55 > * { padding-bottom:55px !important; }
.childpb60 > * { padding-bottom:60px !important; }
.childpb65 > * { padding-bottom:65px !important; }
.childpb70 > * { padding-bottom:70px !important; }
.childpb75 > * { padding-bottom:75px !important; }
.childpb80 > * { padding-bottom:80px !important; }
.childpb85 > * { padding-bottom:85px !important; }
.childpb90 > * { padding-bottom:90px !important; }
.childpb95 > * { padding-bottom:95px !important; }
.childpb100 > * { padding-bottom:100px !important; }
.childpl0 > * { padding-left:0px !important; }
.childpl5 > * { padding-left:5px !important; }
.childpl10 > * { padding-left:10px !important; }
.childpl15 > * { padding-left:15px !important; }
.childpl20 > * { padding-left:20px !important; }
.childpl25 > * { padding-left:25px !important; }
.childpl30 > * { padding-left:30px !important; }
.childpl35 > * { padding-left:35px !important; }
.childpl40 > * { padding-left:40px !important; }
.childpl45 > * { padding-left:45px !important; }
.childpl50 > * { padding-left:50px !important; }
.childpl55 > * { padding-left:55px !important; }
.childpl60 > * { padding-left:60px !important; }
.childpl65 > * { padding-left:65px !important; }
.childpl70 > * { padding-left:70px !important; }
.childpl75 > * { padding-left:75px !important; }
.childpl80 > * { padding-left:80px !important; }
.childpl85 > * { padding-left:85px !important; }
.childpl90 > * { padding-left:90px !important; }
.childpl95 > * { padding-left:95px !important; }
.childpl100 > * { padding-left:100px !important; }
.childmtl0 > * { margin-top:0px !important; margin-left:0px !important; }
.childmtl5 > * { margin-top:5px !important; margin-left:5px !important; }
.childmtl10 > * { margin-top:10px !important; margin-left:10px !important; }
.childmtl15 > * { margin-top:15px !important; margin-left:15px !important; }
.childmtl20 > * { margin-top:20px !important; margin-left:20px !important; }
.childmtl25 > * { margin-top:25px !important; margin-left:25px !important; }
.childmtl30 > * { margin-top:30px !important; margin-left:30px !important; }
.childmtl35 > * { margin-top:35px !important; margin-left:35px !important; }
.childmtl40 > * { margin-top:40px !important; margin-left:40px !important; }
.childmtl45 > * { margin-top:45px !important; margin-left:45px !important; }
.childmtl50 > * { margin-top:50px !important; margin-left:50px !important; }
.childmtl55 > * { margin-top:55px !important; margin-left:55px !important; }
.childmtl60 > * { margin-top:60px !important; margin-left:60px !important; }
.childmtl65 > * { margin-top:65px !important; margin-left:65px !important; }
.childmtl70 > * { margin-top:70px !important; margin-left:70px !important; }
.childmtl75 > * { margin-top:75px !important; margin-left:75px !important; }
.childmtl80 > * { margin-top:80px !important; margin-left:80px !important; }
.childmtl85 > * { margin-top:85px !important; margin-left:85px !important; }
.childmtl90 > * { margin-top:90px !important; margin-left:90px !important; }
.childmtl95 > * { margin-top:95px !important; margin-left:95px !important; }
.childmtl100 > * { margin-top:100px !important; margin-left:100px !important; }
.childmtr0 > * { margin-top:0px !important; margin-right:0px !important; }
.childmtr5 > * { margin-top:5px !important; margin-right:5px !important; }
.childmtr10 > * { margin-top:10px !important; margin-right:10px !important; }
.childmtr15 > * { margin-top:15px !important; margin-right:15px !important; }
.childmtr20 > * { margin-top:20px !important; margin-right:20px !important; }
.childmtr25 > * { margin-top:25px !important; margin-right:25px !important; }
.childmtr30 > * { margin-top:30px !important; margin-right:30px !important; }
.childmtr35 > * { margin-top:35px !important; margin-right:35px !important; }
.childmtr40 > * { margin-top:40px !important; margin-right:40px !important; }
.childmtr45 > * { margin-top:45px !important; margin-right:45px !important; }
.childmtr50 > * { margin-top:50px !important; margin-right:50px !important; }
.childmtr55 > * { margin-top:55px !important; margin-right:55px !important; }
.childmtr60 > * { margin-top:60px !important; margin-right:60px !important; }
.childmtr65 > * { margin-top:65px !important; margin-right:65px !important; }
.childmtr70 > * { margin-top:70px !important; margin-right:70px !important; }
.childmtr75 > * { margin-top:75px !important; margin-right:75px !important; }
.childmtr80 > * { margin-top:80px !important; margin-right:80px !important; }
.childmtr85 > * { margin-top:85px !important; margin-right:85px !important; }
.childmtr90 > * { margin-top:90px !important; margin-right:90px !important; }
.childmtr95 > * { margin-top:95px !important; margin-right:95px !important; }
.childmtr100 > * { margin-top:100px !important; margin-right:100px !important; }
.childmbl0 > * { margin-bottom:0px !important; margin-left:0px !important; }
.childmbl5 > * { margin-bottom:5px !important; margin-left:5px !important; }
.childmbl10 > * { margin-bottom:10px !important; margin-left:10px !important; }
.childmbl15 > * { margin-bottom:15px !important; margin-left:15px !important; }
.childmbl20 > * { margin-bottom:20px !important; margin-left:20px !important; }
.childmbl25 > * { margin-bottom:25px !important; margin-left:25px !important; }
.childmbl30 > * { margin-bottom:30px !important; margin-left:30px !important; }
.childmbl35 > * { margin-bottom:35px !important; margin-left:35px !important; }
.childmbl40 > * { margin-bottom:40px !important; margin-left:40px !important; }
.childmbl45 > * { margin-bottom:45px !important; margin-left:45px !important; }
.childmbl50 > * { margin-bottom:50px !important; margin-left:50px !important; }
.childmbl55 > * { margin-bottom:55px !important; margin-left:55px !important; }
.childmbl60 > * { margin-bottom:60px !important; margin-left:60px !important; }
.childmbl65 > * { margin-bottom:65px !important; margin-left:65px !important; }
.childmbl70 > * { margin-bottom:70px !important; margin-left:70px !important; }
.childmbl75 > * { margin-bottom:75px !important; margin-left:75px !important; }
.childmbl80 > * { margin-bottom:80px !important; margin-left:80px !important; }
.childmbl85 > * { margin-bottom:85px !important; margin-left:85px !important; }
.childmbl90 > * { margin-bottom:90px !important; margin-left:90px !important; }
.childmbl95 > * { margin-bottom:95px !important; margin-left:95px !important; }
.childmbl100 > * { margin-bottom:100px !important; margin-left:100px !important; }
.childmbr0 > * { margin-bottom:0px !important; margin-right:0px !important; }
.childmbr5 > * { margin-bottom:5px !important; margin-right:5px !important; }
.childmbr10 > * { margin-bottom:10px !important; margin-right:10px !important; }
.childmbr15 > * { margin-bottom:15px !important; margin-right:15px !important; }
.childmbr20 > * { margin-bottom:20px !important; margin-right:20px !important; }
.childmbr25 > * { margin-bottom:25px !important; margin-right:25px !important; }
.childmbr30 > * { margin-bottom:30px !important; margin-right:30px !important; }
.childmbr35 > * { margin-bottom:35px !important; margin-right:35px !important; }
.childmbr40 > * { margin-bottom:40px !important; margin-right:40px !important; }
.childmbr45 > * { margin-bottom:45px !important; margin-right:45px !important; }
.childmbr50 > * { margin-bottom:50px !important; margin-right:50px !important; }
.childmbr55 > * { margin-bottom:55px !important; margin-right:55px !important; }
.childmbr60 > * { margin-bottom:60px !important; margin-right:60px !important; }
.childmbr65 > * { margin-bottom:65px !important; margin-right:65px !important; }
.childmbr70 > * { margin-bottom:70px !important; margin-right:70px !important; }
.childmbr75 > * { margin-bottom:75px !important; margin-right:75px !important; }
.childmbr80 > * { margin-bottom:80px !important; margin-right:80px !important; }
.childmbr85 > * { margin-bottom:85px !important; margin-right:85px !important; }
.childmbr90 > * { margin-bottom:90px !important; margin-right:90px !important; }
.childmbr95 > * { margin-bottom:95px !important; margin-right:95px !important; }
.childmbr100 > * { margin-bottom:100px !important; margin-right:100px !important; }
.childptl0 > * { padding-top:0px !important; padding-left:0px !important; }
.childptl5 > * { padding-top:5px !important; padding-left:5px !important; }
.childptl10 > * { padding-top:10px !important; padding-left:10px !important; }
.childptl15 > * { padding-top:15px !important; padding-left:15px !important; }
.childptl20 > * { padding-top:20px !important; padding-left:20px !important; }
.childptl25 > * { padding-top:25px !important; padding-left:25px !important; }
.childptl30 > * { padding-top:30px !important; padding-left:30px !important; }
.childptl35 > * { padding-top:35px !important; padding-left:35px !important; }
.childptl40 > * { padding-top:40px !important; padding-left:40px !important; }
.childptl45 > * { padding-top:45px !important; padding-left:45px !important; }
.childptl50 > * { padding-top:50px !important; padding-left:50px !important; }
.childptl55 > * { padding-top:55px !important; padding-left:55px !important; }
.childptl60 > * { padding-top:60px !important; padding-left:60px !important; }
.childptl65 > * { padding-top:65px !important; padding-left:65px !important; }
.childptl70 > * { padding-top:70px !important; padding-left:70px !important; }
.childptl75 > * { padding-top:75px !important; padding-left:75px !important; }
.childptl80 > * { padding-top:80px !important; padding-left:80px !important; }
.childptl85 > * { padding-top:85px !important; padding-left:85px !important; }
.childptl90 > * { padding-top:90px !important; padding-left:90px !important; }
.childptl95 > * { padding-top:95px !important; padding-left:95px !important; }
.childptl100 > * { padding-top:100px !important; padding-left:100px !important; }
.childptr0 > * { padding-top:0px !important; padding-right:0px !important; }
.childptr5 > * { padding-top:5px !important; padding-right:5px !important; }
.childptr10 > * { padding-top:10px !important; padding-right:10px !important; }
.childptr15 > * { padding-top:15px !important; padding-right:15px !important; }
.childptr20 > * { padding-top:20px !important; padding-right:20px !important; }
.childptr25 > * { padding-top:25px !important; padding-right:25px !important; }
.childptr30 > * { padding-top:30px !important; padding-right:30px !important; }
.childptr35 > * { padding-top:35px !important; padding-right:35px !important; }
.childptr40 > * { padding-top:40px !important; padding-right:40px !important; }
.childptr45 > * { padding-top:45px !important; padding-right:45px !important; }
.childptr50 > * { padding-top:50px !important; padding-right:50px !important; }
.childptr55 > * { padding-top:55px !important; padding-right:55px !important; }
.childptr60 > * { padding-top:60px !important; padding-right:60px !important; }
.childptr65 > * { padding-top:65px !important; padding-right:65px !important; }
.childptr70 > * { padding-top:70px !important; padding-right:70px !important; }
.childptr75 > * { padding-top:75px !important; padding-right:75px !important; }
.childptr80 > * { padding-top:80px !important; padding-right:80px !important; }
.childptr85 > * { padding-top:85px !important; padding-right:85px !important; }
.childptr90 > * { padding-top:90px !important; padding-right:90px !important; }
.childptr95 > * { padding-top:95px !important; padding-right:95px !important; }
.childptr100 > * { padding-top:100px !important; padding-right:100px !important; }
.childpbl0 > * { padding-bottom:0px !important; padding-left:0px !important; }
.childpbl5 > * { padding-bottom:5px !important; padding-left:5px !important; }
.childpbl10 > * { padding-bottom:10px !important; padding-left:10px !important; }
.childpbl15 > * { padding-bottom:15px !important; padding-left:15px !important; }
.childpbl20 > * { padding-bottom:20px !important; padding-left:20px !important; }
.childpbl25 > * { padding-bottom:25px !important; padding-left:25px !important; }
.childpbl30 > * { padding-bottom:30px !important; padding-left:30px !important; }
.childpbl35 > * { padding-bottom:35px !important; padding-left:35px !important; }
.childpbl40 > * { padding-bottom:40px !important; padding-left:40px !important; }
.childpbl45 > * { padding-bottom:45px !important; padding-left:45px !important; }
.childpbl50 > * { padding-bottom:50px !important; padding-left:50px !important; }
.childpbl55 > * { padding-bottom:55px !important; padding-left:55px !important; }
.childpbl60 > * { padding-bottom:60px !important; padding-left:60px !important; }
.childpbl65 > * { padding-bottom:65px !important; padding-left:65px !important; }
.childpbl70 > * { padding-bottom:70px !important; padding-left:70px !important; }
.childpbl75 > * { padding-bottom:75px !important; padding-left:75px !important; }
.childpbl80 > * { padding-bottom:80px !important; padding-left:80px !important; }
.childpbl85 > * { padding-bottom:85px !important; padding-left:85px !important; }
.childpbl90 > * { padding-bottom:90px !important; padding-left:90px !important; }
.childpbl95 > * { padding-bottom:95px !important; padding-left:95px !important; }
.childpbl100 > * { padding-bottom:100px !important; padding-left:100px !important; }
.childpbr0 > * { padding-bottom:0px !important; padding-right:0px !important; }
.childpbr5 > * { padding-bottom:5px !important; padding-right:5px !important; }
.childpbr10 > * { padding-bottom:10px !important; padding-right:10px !important; }
.childpbr15 > * { padding-bottom:15px !important; padding-right:15px !important; }
.childpbr20 > * { padding-bottom:20px !important; padding-right:20px !important; }
.childpbr25 > * { padding-bottom:25px !important; padding-right:25px !important; }
.childpbr30 > * { padding-bottom:30px !important; padding-right:30px !important; }
.childpbr35 > * { padding-bottom:35px !important; padding-right:35px !important; }
.childpbr40 > * { padding-bottom:40px !important; padding-right:40px !important; }
.childpbr45 > * { padding-bottom:45px !important; padding-right:45px !important; }
.childpbr50 > * { padding-bottom:50px !important; padding-right:50px !important; }
.childpbr55 > * { padding-bottom:55px !important; padding-right:55px !important; }
.childpbr60 > * { padding-bottom:60px !important; padding-right:60px !important; }
.childpbr65 > * { padding-bottom:65px !important; padding-right:65px !important; }
.childpbr70 > * { padding-bottom:70px !important; padding-right:70px !important; }
.childpbr75 > * { padding-bottom:75px !important; padding-right:75px !important; }
.childpbr80 > * { padding-bottom:80px !important; padding-right:80px !important; }
.childpbr85 > * { padding-bottom:85px !important; padding-right:85px !important; }
.childpbr90 > * { padding-bottom:90px !important; padding-right:90px !important; }
.childpbr95 > * { padding-bottom:95px !important; padding-right:95px !important; }
.childpbr100 > * { padding-bottom:100px !important; padding-right:100px !important; }

.fz12{ font-size:12px !important; }
.fz13{ font-size:13px !important; }
.fz14{ font-size:14px !important; }
.fz15{ font-size:15px !important; }
.fz16{ font-size:16px !important; }
.fz17{ font-size:17px !important; }
.fz18{ font-size:18px !important; }
.fz19{ font-size:19px !important; }
.fz20{ font-size:20px !important; }
.fz21{ font-size:21px !important; }
.fz22{ font-size:22px !important; }
.fz23{ font-size:23px !important; }
.fz24{ font-size:24px !important; }
.fz25{ font-size:25px !important; }
.fz26{ font-size:26px !important; }
.fz27{ font-size:27px !important; }
.fz28{ font-size:28px !important; }
.fz29{ font-size:29px !important; }
.fz30{ font-size:30px !important; }
.fz31{ font-size:31px !important; }
.fz32{ font-size:32px !important; }
.fz33{ font-size:33px !important; }
.fz34{ font-size:34px !important; }
.fz35{ font-size:35px !important; }
.fz36{ font-size:36px !important; }
.fz37{ font-size:37px !important; }
.fz38{ font-size:38px !important; }
.fz39{ font-size:39px !important; }
.fz40{ font-size:40px !important; }
.fz41{ font-size:41px !important; }
.fz42{ font-size:42px !important; }
.fz43{ font-size:43px !important; }
.fz44{ font-size:44px !important; }
.fz45{ font-size:45px !important; }
.fz46{ font-size:46px !important; }
.fz47{ font-size:47px !important; }
.fz48{ font-size:48px !important; }
.fz49{ font-size:49px !important; }
.fz50{ font-size:50px !important; }
.fz55{ font-size:55px !important; }

.fw400{ font-weight:400 !important; }
.fw500{ font-weight:500 !important; }
.fw600{ font-weight:600 !important; }
.fw700{ font-weight:700 !important; }

.vam50{ vertical-align:-50px !important; }
.vam49{ vertical-align:-49px !important; }
.vam48{ vertical-align:-48px !important; }
.vam47{ vertical-align:-47px !important; }
.vam46{ vertical-align:-46px !important; }
.vam45{ vertical-align:-45px !important; }
.vam44{ vertical-align:-44px !important; }
.vam43{ vertical-align:-43px !important; }
.vam42{ vertical-align:-42px !important; }
.vam41{ vertical-align:-41px !important; }
.vam40{ vertical-align:-40px !important; }
.vam39{ vertical-align:-39px !important; }
.vam38{ vertical-align:-38px !important; }
.vam37{ vertical-align:-37px !important; }
.vam36{ vertical-align:-36px !important; }
.vam35{ vertical-align:-35px !important; }
.vam34{ vertical-align:-34px !important; }
.vam33{ vertical-align:-33px !important; }
.vam32{ vertical-align:-32px !important; }
.vam31{ vertical-align:-31px !important; }
.vam30{ vertical-align:-30px !important; }
.vam29{ vertical-align:-29px !important; }
.vam28{ vertical-align:-28px !important; }
.vam27{ vertical-align:-27px !important; }
.vam26{ vertical-align:-26px !important; }
.vam25{ vertical-align:-25px !important; }
.vam24{ vertical-align:-24px !important; }
.vam23{ vertical-align:-23px !important; }
.vam22{ vertical-align:-22px !important; }
.vam21{ vertical-align:-21px !important; }
.vam20{ vertical-align:-20px !important; }
.vam19{ vertical-align:-19px !important; }
.vam18{ vertical-align:-18px !important; }
.vam17{ vertical-align:-17px !important; }
.vam16{ vertical-align:-16px !important; }
.vam15{ vertical-align:-15px !important; }
.vam14{ vertical-align:-14px !important; }
.vam13{ vertical-align:-13px !important; }
.vam12{ vertical-align:-12px !important; }
.vam11{ vertical-align:-11px !important; }
.vam10{ vertical-align:-10px !important; }
.vam9{ vertical-align:-9px !important; }
.vam8{ vertical-align:-8px !important; }
.vam7{ vertical-align:-7px !important; }
.vam6{ vertical-align:-6px !important; }
.vam5{ vertical-align:-5px !important; }
.vam4{ vertical-align:-4px !important; }
.vam3{ vertical-align:-3px !important; }
.vam2{ vertical-align:-2px !important; }
.vam1{ vertical-align:-1px !important; }
.va0{ vertical-align:0px !important; }
.va1{ vertical-align:1px !important; }
.va2{ vertical-align:2px !important; }
.va3{ vertical-align:3px !important; }
.va4{ vertical-align:4px !important; }
.va5{ vertical-align:5px !important; }
.va6{ vertical-align:6px !important; }
.va7{ vertical-align:7px !important; }
.va8{ vertical-align:8px !important; }
.va9{ vertical-align:9px !important; }
.va10{ vertical-align:10px !important; }
.va11{ vertical-align:11px !important; }
.va12{ vertical-align:12px !important; }
.va13{ vertical-align:13px !important; }
.va14{ vertical-align:14px !important; }
.va15{ vertical-align:15px !important; }
.va16{ vertical-align:16px !important; }
.va17{ vertical-align:17px !important; }
.va18{ vertical-align:18px !important; }
.va19{ vertical-align:19px !important; }
.va20{ vertical-align:20px !important; }
.va21{ vertical-align:21px !important; }
.va22{ vertical-align:22px !important; }
.va23{ vertical-align:23px !important; }
.va24{ vertical-align:24px !important; }
.va25{ vertical-align:25px !important; }
.va26{ vertical-align:26px !important; }
.va27{ vertical-align:27px !important; }
.va28{ vertical-align:28px !important; }
.va29{ vertical-align:29px !important; }
.va30{ vertical-align:30px !important; }
.va31{ vertical-align:31px !important; }
.va32{ vertical-align:32px !important; }
.va33{ vertical-align:33px !important; }
.va34{ vertical-align:34px !important; }
.va35{ vertical-align:35px !important; }
.va36{ vertical-align:36px !important; }
.va37{ vertical-align:37px !important; }
.va38{ vertical-align:38px !important; }
.va39{ vertical-align:39px !important; }
.va40{ vertical-align:40px !important; }
.va41{ vertical-align:41px !important; }
.va42{ vertical-align:42px !important; }
.va43{ vertical-align:43px !important; }
.va44{ vertical-align:44px !important; }
.va45{ vertical-align:45px !important; }
.va46{ vertical-align:46px !important; }
.va47{ vertical-align:47px !important; }
.va48{ vertical-align:48px !important; }
.va49{ vertical-align:49px !important; }
.va50{ vertical-align:50px !important; }

.w5{ width:5px !important; }
.w10{ width:10px !important; }
.w15{ width:15px !important; }
.w20{ width:20px !important; }
.w25{ width:25px !important; }
.w30{ width:30px !important; }
.w35{ width:35px !important; }
.w40{ width:40px !important; }
.w45{ width:45px !important; }
.w50{ width:50px !important; }
.w55{ width:55px !important; }
.w60{ width:60px !important; }
.w65{ width:65px !important; }
.w70{ width:70px !important; }
.w75{ width:75px !important; }
.w80{ width:80px !important; }
.w85{ width:85px !important; }
.w90{ width:90px !important; }
.w95{ width:95px !important; }
.w100{ width:100px !important; }
.w105{ width:105px !important; }
.w110{ width:110px !important; }
.w115{ width:115px !important; }
.w120{ width:120px !important; }
.w125{ width:125px !important; }
.w130{ width:130px !important; }
.w135{ width:135px !important; }
.w140{ width:140px !important; }
.w145{ width:145px !important; }
.w150{ width:150px !important; }
.w155{ width:155px !important; }
.w160{ width:160px !important; }
.w165{ width:165px !important; }
.w170{ width:170px !important; }
.w175{ width:175px !important; }
.w180{ width:180px !important; }
.w185{ width:185px !important; }
.w190{ width:190px !important; }
.w195{ width:195px !important; }
.w200{ width:200px !important; }
.w205{ width:205px !important; }
.w210{ width:210px !important; }
.w215{ width:215px !important; }
.w220{ width:220px !important; }
.w225{ width:225px !important; }
.w230{ width:230px !important; }
.w235{ width:235px !important; }
.w240{ width:240px !important; }
.w245{ width:245px !important; }
.w250{ width:250px !important; }
.w255{ width:255px !important; }
.w260{ width:260px !important; }
.w265{ width:265px !important; }
.w270{ width:270px !important; }
.w275{ width:275px !important; }
.w280{ width:280px !important; }
.w285{ width:285px !important; }
.w290{ width:290px !important; }
.w295{ width:295px !important; }
.w300{ width:300px !important; }
.w305{ width:305px !important; }
.w310{ width:310px !important; }
.w315{ width:315px !important; }
.w320{ width:320px !important; }
.w325{ width:325px !important; }
.w330{ width:330px !important; }
.w335{ width:335px !important; }
.w340{ width:340px !important; }
.w345{ width:345px !important; }
.w350{ width:350px !important; }
.w355{ width:355px !important; }
.w360{ width:360px !important; }
.w365{ width:365px !important; }
.w370{ width:370px !important; }
.w375{ width:375px !important; }
.w380{ width:380px !important; }
.w385{ width:385px !important; }
.w390{ width:390px !important; }
.w395{ width:395px !important; }
.w400{ width:400px !important; }
.w405{ width:405px !important; }
.w410{ width:410px !important; }
.w415{ width:415px !important; }
.w420{ width:420px !important; }
.w425{ width:425px !important; }
.w430{ width:430px !important; }
.w435{ width:435px !important; }
.w440{ width:440px !important; }
.w445{ width:445px !important; }
.w450{ width:450px !important; }
.w455{ width:455px !important; }
.w460{ width:460px !important; }
.w465{ width:465px !important; }
.w470{ width:470px !important; }
.w475{ width:475px !important; }
.w480{ width:480px !important; }
.w485{ width:485px !important; }
.w490{ width:490px !important; }
.w495{ width:495px !important; }
.w500{ width:500px !important; }
.w505{ width:505px !important; }
.w510{ width:510px !important; }
.w515{ width:515px !important; }
.w520{ width:520px !important; }
.w525{ width:525px !important; }
.w530{ width:530px !important; }
.w535{ width:535px !important; }
.w540{ width:540px !important; }
.w545{ width:545px !important; }
.w550{ width:550px !important; }
.w555{ width:555px !important; }
.w560{ width:560px !important; }
.w565{ width:565px !important; }
.w570{ width:570px !important; }
.w575{ width:575px !important; }
.w580{ width:580px !important; }
.w585{ width:585px !important; }
.w590{ width:590px !important; }
.w595{ width:595px !important; }
.w600{ width:600px !important; }
.w605{ width:605px !important; }
.w610{ width:610px !important; }
.w615{ width:615px !important; }
.w620{ width:620px !important; }
.w625{ width:625px !important; }
.w630{ width:630px !important; }
.w635{ width:635px !important; }
.w640{ width:640px !important; }
.w645{ width:645px !important; }
.w650{ width:650px !important; }
.w655{ width:655px !important; }
.w660{ width:660px !important; }
.w665{ width:665px !important; }
.w670{ width:670px !important; }
.w675{ width:675px !important; }
.w680{ width:680px !important; }
.w685{ width:685px !important; }
.w690{ width:690px !important; }
.w695{ width:695px !important; }
.w700{ width:700px !important; }
.w705{ width:705px !important; }
.w710{ width:710px !important; }
.w715{ width:715px !important; }
.w720{ width:720px !important; }
.w725{ width:725px !important; }
.w730{ width:730px !important; }
.w735{ width:735px !important; }
.w740{ width:740px !important; }
.w745{ width:745px !important; }
.w750{ width:750px !important; }
.w755{ width:755px !important; }
.w760{ width:760px !important; }
.w765{ width:765px !important; }
.w770{ width:770px !important; }
.w775{ width:775px !important; }
.w780{ width:780px !important; }
.w785{ width:785px !important; }
.w790{ width:790px !important; }
.w795{ width:795px !important; }
.w800{ width:800px !important; }
.w805{ width:805px !important; }
.w810{ width:810px !important; }
.w815{ width:815px !important; }
.w820{ width:820px !important; }
.w825{ width:825px !important; }
.w830{ width:830px !important; }
.w835{ width:835px !important; }
.w840{ width:840px !important; }
.w845{ width:845px !important; }
.w850{ width:850px !important; }
.w855{ width:855px !important; }
.w860{ width:860px !important; }
.w865{ width:865px !important; }
.w870{ width:870px !important; }
.w875{ width:875px !important; }
.w880{ width:880px !important; }
.w885{ width:885px !important; }
.w890{ width:890px !important; }
.w895{ width:895px !important; }
.w900{ width:900px !important; }
.w905{ width:905px !important; }
.w910{ width:910px !important; }
.w915{ width:915px !important; }
.w920{ width:920px !important; }
.w925{ width:925px !important; }
.w930{ width:930px !important; }
.w935{ width:935px !important; }
.w940{ width:940px !important; }
.w945{ width:945px !important; }
.w950{ width:950px !important; }
.w955{ width:955px !important; }
.w960{ width:960px !important; }
.w965{ width:965px !important; }
.w970{ width:970px !important; }
.w975{ width:975px !important; }
.w980{ width:980px !important; }
.w985{ width:985px !important; }
.w990{ width:990px !important; }
.w995{ width:995px !important; }
.w1000{ width:1000px !important; }
.w1005{ width:1005px !important; }
.w1010{ width:1010px !important; }
.w1015{ width:1015px !important; }
.w1020{ width:1020px !important; }
.w1025{ width:1025px !important; }
.w1030{ width:1030px !important; }
.w1035{ width:1035px !important; }
.w1040{ width:1040px !important; }
.w1045{ width:1045px !important; }
.w1050{ width:1050px !important; }
.w1055{ width:1055px !important; }
.w1060{ width:1060px !important; }
.w1065{ width:1065px !important; }
.w1070{ width:1070px !important; }
.w1075{ width:1075px !important; }
.w1080{ width:1080px !important; }
.w1085{ width:1085px !important; }
.w1090{ width:1090px !important; }
.w1095{ width:1095px !important; }
.w1100{ width:1100px !important; }
.w1105{ width:1105px !important; }
.w1110{ width:1110px !important; }
.w1115{ width:1115px !important; }
.w1120{ width:1120px !important; }
.w1125{ width:1125px !important; }
.w1130{ width:1130px !important; }
.w1135{ width:1135px !important; }
.w1140{ width:1140px !important; }
.w1145{ width:1145px !important; }
.w1150{ width:1150px !important; }
.w1155{ width:1155px !important; }
.w1160{ width:1160px !important; }
.w1165{ width:1165px !important; }
.w1170{ width:1170px !important; }
.w1175{ width:1175px !important; }
.w1180{ width:1180px !important; }
.w1185{ width:1185px !important; }
.w1190{ width:1190px !important; }
.w1195{ width:1195px !important; }
.w1200{ width:1200px !important; }
.w1205{ width:1205px !important; }
.w1210{ width:1210px !important; }
.w1215{ width:1215px !important; }
.w1220{ width:1220px !important; }
.w1225{ width:1225px !important; }
.w1230{ width:1230px !important; }
.w1235{ width:1235px !important; }
.w1240{ width:1240px !important; }
.w1245{ width:1245px !important; }
.w1250{ width:1250px !important; }
.w1255{ width:1255px !important; }
.w1260{ width:1260px !important; }
.w1265{ width:1265px !important; }
.w1270{ width:1270px !important; }
.w1275{ width:1275px !important; }
.w1280{ width:1280px !important; }
.w1285{ width:1285px !important; }
.w1290{ width:1290px !important; }
.w1295{ width:1295px !important; }
.w1300{ width:1300px !important; }
.wr0{ width:0% !important; }
.wr1{ width:1% !important; }
.wr2{ width:2% !important; }
.wr3{ width:3% !important; }
.wr4{ width:4% !important; }
.wr5{ width:5% !important; }
.wr6{ width:6% !important; }
.wr7{ width:7% !important; }
.wr8{ width:8% !important; }
.wr9{ width:9% !important; }
.wr10{ width:10% !important; }
.wr11{ width:11% !important; }
.wr12{ width:12% !important; }
.wr13{ width:13% !important; }
.wr14{ width:14% !important; }
.wr15{ width:15% !important; }
.wr16{ width:16% !important; }
.wr17{ width:17% !important; }
.wr18{ width:18% !important; }
.wr19{ width:19% !important; }
.wr20{ width:20% !important; }
.wr21{ width:21% !important; }
.wr22{ width:22% !important; }
.wr23{ width:23% !important; }
.wr24{ width:24% !important; }
.wr25{ width:25% !important; }
.wr26{ width:26% !important; }
.wr27{ width:27% !important; }
.wr28{ width:28% !important; }
.wr29{ width:29% !important; }
.wr30{ width:30% !important; }
.wr31{ width:31% !important; }
.wr32{ width:32% !important; }
.wr33{ width:33% !important; }
.wr34{ width:34% !important; }
.wr35{ width:35% !important; }
.wr36{ width:36% !important; }
.wr37{ width:37% !important; }
.wr38{ width:38% !important; }
.wr39{ width:39% !important; }
.wr40{ width:40% !important; }
.wr41{ width:41% !important; }
.wr42{ width:42% !important; }
.wr43{ width:43% !important; }
.wr44{ width:44% !important; }
.wr45{ width:45% !important; }
.wr46{ width:46% !important; }
.wr47{ width:47% !important; }
.wr48{ width:48% !important; }
.wr49{ width:49% !important; }
.wr50{ width:50% !important; }
.wr51{ width:51% !important; }
.wr52{ width:52% !important; }
.wr53{ width:53% !important; }
.wr54{ width:54% !important; }
.wr55{ width:55% !important; }
.wr56{ width:56% !important; }
.wr57{ width:57% !important; }
.wr58{ width:58% !important; }
.wr59{ width:59% !important; }
.wr60{ width:60% !important; }
.wr61{ width:61% !important; }
.wr62{ width:62% !important; }
.wr63{ width:63% !important; }
.wr64{ width:64% !important; }
.wr65{ width:65% !important; }
.wr66{ width:66% !important; }
.wr67{ width:67% !important; }
.wr68{ width:68% !important; }
.wr69{ width:69% !important; }
.wr70{ width:70% !important; }
.wr71{ width:71% !important; }
.wr72{ width:72% !important; }
.wr73{ width:73% !important; }
.wr74{ width:74% !important; }
.wr75{ width:75% !important; }
.wr76{ width:76% !important; }
.wr77{ width:77% !important; }
.wr78{ width:78% !important; }
.wr79{ width:79% !important; }
.wr80{ width:80% !important; }
.wr81{ width:81% !important; }
.wr82{ width:82% !important; }
.wr83{ width:83% !important; }
.wr84{ width:84% !important; }
.wr85{ width:85% !important; }
.wr86{ width:86% !important; }
.wr87{ width:87% !important; }
.wr88{ width:88% !important; }
.wr89{ width:89% !important; }
.wr90{ width:90% !important; }
.wr91{ width:91% !important; }
.wr92{ width:92% !important; }
.wr93{ width:93% !important; }
.wr94{ width:94% !important; }
.wr95{ width:95% !important; }
.wr96{ width:96% !important; }
.wr97{ width:97% !important; }
.wr98{ width:98% !important; }
.wr99{ width:99% !important; }
.wr100{ width:100% !important; }
.h5{ height:5px !important; }
.h10{ height:10px !important; }
.h15{ height:15px !important; }
.h20{ height:20px !important; }
.h25{ height:25px !important; }
.h30{ height:30px !important; }
.h35{ height:35px !important; }
.h40{ height:40px !important; }
.h45{ height:45px !important; }
.h50{ height:50px !important; }
.h55{ height:55px !important; }
.h60{ height:60px !important; }
.h65{ height:65px !important; }
.h70{ height:70px !important; }
.h75{ height:75px !important; }
.h80{ height:80px !important; }
.h85{ height:85px !important; }
.h90{ height:90px !important; }
.h95{ height:95px !important; }
.h100{ height:100px !important; }
.h105{ height:105px !important; }
.h110{ height:110px !important; }
.h115{ height:115px !important; }
.h120{ height:120px !important; }
.h125{ height:125px !important; }
.h130{ height:130px !important; }
.h135{ height:135px !important; }
.h140{ height:140px !important; }
.h145{ height:145px !important; }
.h150{ height:150px !important; }
.h155{ height:155px !important; }
.h160{ height:160px !important; }
.h165{ height:165px !important; }
.h170{ height:170px !important; }
.h175{ height:175px !important; }
.h180{ height:180px !important; }
.h185{ height:185px !important; }
.h190{ height:190px !important; }
.h195{ height:195px !important; }
.h200{ height:200px !important; }
.h205{ height:205px !important; }
.h210{ height:210px !important; }
.h215{ height:215px !important; }
.h220{ height:220px !important; }
.h225{ height:225px !important; }
.h230{ height:230px !important; }
.h235{ height:235px !important; }
.h240{ height:240px !important; }
.h245{ height:245px !important; }
.h250{ height:250px !important; }
.h255{ height:255px !important; }
.h260{ height:260px !important; }
.h265{ height:265px !important; }
.h270{ height:270px !important; }
.h275{ height:275px !important; }
.h280{ height:280px !important; }
.h285{ height:285px !important; }
.h290{ height:290px !important; }
.h295{ height:295px !important; }
.h300{ height:300px !important; }
.h305{ height:305px !important; }
.h310{ height:310px !important; }
.h315{ height:315px !important; }
.h320{ height:320px !important; }
.h325{ height:325px !important; }
.h330{ height:330px !important; }
.h335{ height:335px !important; }
.h340{ height:340px !important; }
.h345{ height:345px !important; }
.h350{ height:350px !important; }
.h355{ height:355px !important; }
.h360{ height:360px !important; }
.h365{ height:365px !important; }
.h370{ height:370px !important; }
.h375{ height:375px !important; }
.h380{ height:380px !important; }
.h385{ height:385px !important; }
.h390{ height:390px !important; }
.h395{ height:395px !important; }
.h400{ height:400px !important; }
.h405{ height:405px !important; }
.h410{ height:410px !important; }
.h415{ height:415px !important; }
.h420{ height:420px !important; }
.h425{ height:425px !important; }
.h430{ height:430px !important; }
.h435{ height:435px !important; }
.h440{ height:440px !important; }
.h445{ height:445px !important; }
.h450{ height:450px !important; }
.h455{ height:455px !important; }
.h460{ height:460px !important; }
.h465{ height:465px !important; }
.h470{ height:470px !important; }
.h475{ height:475px !important; }
.h480{ height:480px !important; }
.h485{ height:485px !important; }
.h490{ height:490px !important; }
.h495{ height:495px !important; }
.h500{ height:500px !important; }
.h505{ height:505px !important; }
.h510{ height:510px !important; }
.h515{ height:515px !important; }
.h520{ height:520px !important; }
.h525{ height:525px !important; }
.h530{ height:530px !important; }
.h535{ height:535px !important; }
.h540{ height:540px !important; }
.h545{ height:545px !important; }
.h550{ height:550px !important; }
.h555{ height:555px !important; }
.h560{ height:560px !important; }
.h565{ height:565px !important; }
.h570{ height:570px !important; }
.h575{ height:575px !important; }
.h580{ height:580px !important; }
.h585{ height:585px !important; }
.h590{ height:590px !important; }
.h595{ height:595px !important; }
.h600{ height:600px !important; }
.h605{ height:605px !important; }
.h610{ height:610px !important; }
.h615{ height:615px !important; }
.h620{ height:620px !important; }
.h625{ height:625px !important; }
.h630{ height:630px !important; }
.h635{ height:635px !important; }
.h640{ height:640px !important; }
.h645{ height:645px !important; }
.h650{ height:650px !important; }
.h655{ height:655px !important; }
.h660{ height:660px !important; }
.h665{ height:665px !important; }
.h670{ height:670px !important; }
.h675{ height:675px !important; }
.h680{ height:680px !important; }
.h685{ height:685px !important; }
.h690{ height:690px !important; }
.h695{ height:695px !important; }
.h700{ height:700px !important; }
.h705{ height:705px !important; }
.h710{ height:710px !important; }
.h715{ height:715px !important; }
.h720{ height:720px !important; }
.h725{ height:725px !important; }
.h730{ height:730px !important; }
.h735{ height:735px !important; }
.h740{ height:740px !important; }
.h745{ height:745px !important; }
.h750{ height:750px !important; }
.h755{ height:755px !important; }
.h760{ height:760px !important; }
.h765{ height:765px !important; }
.h770{ height:770px !important; }
.h775{ height:775px !important; }
.h780{ height:780px !important; }
.h785{ height:785px !important; }
.h790{ height:790px !important; }
.h795{ height:795px !important; }
.h800{ height:800px !important; }
.h805{ height:805px !important; }
.h810{ height:810px !important; }
.h815{ height:815px !important; }
.h820{ height:820px !important; }
.h825{ height:825px !important; }
.h830{ height:830px !important; }
.h835{ height:835px !important; }
.h840{ height:840px !important; }
.h845{ height:845px !important; }
.h850{ height:850px !important; }
.h855{ height:855px !important; }
.h860{ height:860px !important; }
.h865{ height:865px !important; }
.h870{ height:870px !important; }
.h875{ height:875px !important; }
.h880{ height:880px !important; }
.h885{ height:885px !important; }
.h890{ height:890px !important; }
.h895{ height:895px !important; }
.h900{ height:900px !important; }
.h905{ height:905px !important; }
.h910{ height:910px !important; }
.h915{ height:915px !important; }
.h920{ height:920px !important; }
.h925{ height:925px !important; }
.h930{ height:930px !important; }
.h935{ height:935px !important; }
.h940{ height:940px !important; }
.h945{ height:945px !important; }
.h950{ height:950px !important; }
.h955{ height:955px !important; }
.h960{ height:960px !important; }
.h965{ height:965px !important; }
.h970{ height:970px !important; }
.h975{ height:975px !important; }
.h980{ height:980px !important; }
.h985{ height:985px !important; }
.h990{ height:990px !important; }
.h995{ height:995px !important; }
.h1000{ height:1000px !important; }
.h1005{ height:1005px !important; }
.h1010{ height:1010px !important; }
.h1015{ height:1015px !important; }
.h1020{ height:1020px !important; }
.h1025{ height:1025px !important; }
.h1030{ height:1030px !important; }
.h1035{ height:1035px !important; }
.h1040{ height:1040px !important; }
.h1045{ height:1045px !important; }
.h1050{ height:1050px !important; }
.h1055{ height:1055px !important; }
.h1060{ height:1060px !important; }
.h1065{ height:1065px !important; }
.h1070{ height:1070px !important; }
.h1075{ height:1075px !important; }
.h1080{ height:1080px !important; }
.h1085{ height:1085px !important; }
.h1090{ height:1090px !important; }
.h1095{ height:1095px !important; }
.h1100{ height:1100px !important; }
.h1105{ height:1105px !important; }
.h1110{ height:1110px !important; }
.h1115{ height:1115px !important; }
.h1120{ height:1120px !important; }
.h1125{ height:1125px !important; }
.h1130{ height:1130px !important; }
.h1135{ height:1135px !important; }
.h1140{ height:1140px !important; }
.h1145{ height:1145px !important; }
.h1150{ height:1150px !important; }
.h1155{ height:1155px !important; }
.h1160{ height:1160px !important; }
.h1165{ height:1165px !important; }
.h1170{ height:1170px !important; }
.h1175{ height:1175px !important; }
.h1180{ height:1180px !important; }
.h1185{ height:1185px !important; }
.h1190{ height:1190px !important; }
.h1195{ height:1195px !important; }
.h1200{ height:1200px !important; }
.h1205{ height:1205px !important; }
.h1210{ height:1210px !important; }
.h1215{ height:1215px !important; }
.h1220{ height:1220px !important; }
.h1225{ height:1225px !important; }
.h1230{ height:1230px !important; }
.h1235{ height:1235px !important; }
.h1240{ height:1240px !important; }
.h1245{ height:1245px !important; }
.h1250{ height:1250px !important; }
.h1255{ height:1255px !important; }
.h1260{ height:1260px !important; }
.h1265{ height:1265px !important; }
.h1270{ height:1270px !important; }
.h1275{ height:1275px !important; }
.h1280{ height:1280px !important; }
.h1285{ height:1285px !important; }
.h1290{ height:1290px !important; }
.h1295{ height:1295px !important; }
.h1300{ height:1300px !important; }
.hr1{ height:1% !important; }
.hr2{ height:2% !important; }
.hr3{ height:3% !important; }
.hr4{ height:4% !important; }
.hr5{ height:5% !important; }
.hr6{ height:6% !important; }
.hr7{ height:7% !important; }
.hr8{ height:8% !important; }
.hr9{ height:9% !important; }
.hr10{ height:10% !important; }
.hr11{ height:11% !important; }
.hr12{ height:12% !important; }
.hr13{ height:13% !important; }
.hr14{ height:14% !important; }
.hr15{ height:15% !important; }
.hr16{ height:16% !important; }
.hr17{ height:17% !important; }
.hr18{ height:18% !important; }
.hr19{ height:19% !important; }
.hr20{ height:20% !important; }
.hr21{ height:21% !important; }
.hr22{ height:22% !important; }
.hr23{ height:23% !important; }
.hr24{ height:24% !important; }
.hr25{ height:25% !important; }
.hr26{ height:26% !important; }
.hr27{ height:27% !important; }
.hr28{ height:28% !important; }
.hr29{ height:29% !important; }
.hr30{ height:30% !important; }
.hr31{ height:31% !important; }
.hr32{ height:32% !important; }
.hr33{ height:33% !important; }
.hr34{ height:34% !important; }
.hr35{ height:35% !important; }
.hr36{ height:36% !important; }
.hr37{ height:37% !important; }
.hr38{ height:38% !important; }
.hr39{ height:39% !important; }
.hr40{ height:40% !important; }
.hr41{ height:41% !important; }
.hr42{ height:42% !important; }
.hr43{ height:43% !important; }
.hr44{ height:44% !important; }
.hr45{ height:45% !important; }
.hr46{ height:46% !important; }
.hr47{ height:47% !important; }
.hr48{ height:48% !important; }
.hr49{ height:49% !important; }
.hr50{ height:50% !important; }
.hr51{ height:51% !important; }
.hr52{ height:52% !important; }
.hr53{ height:53% !important; }
.hr54{ height:54% !important; }
.hr55{ height:55% !important; }
.hr56{ height:56% !important; }
.hr57{ height:57% !important; }
.hr58{ height:58% !important; }
.hr59{ height:59% !important; }
.hr60{ height:60% !important; }
.hr61{ height:61% !important; }
.hr62{ height:62% !important; }
.hr63{ height:63% !important; }
.hr64{ height:64% !important; }
.hr65{ height:65% !important; }
.hr66{ height:66% !important; }
.hr67{ height:67% !important; }
.hr68{ height:68% !important; }
.hr69{ height:69% !important; }
.hr70{ height:70% !important; }
.hr71{ height:71% !important; }
.hr72{ height:72% !important; }
.hr73{ height:73% !important; }
.hr74{ height:74% !important; }
.hr75{ height:75% !important; }
.hr76{ height:76% !important; }
.hr77{ height:77% !important; }
.hr78{ height:78% !important; }
.hr79{ height:79% !important; }
.hr80{ height:80% !important; }
.hr81{ height:81% !important; }
.hr82{ height:82% !important; }
.hr83{ height:83% !important; }
.hr84{ height:84% !important; }
.hr85{ height:85% !important; }
.hr86{ height:86% !important; }
.hr87{ height:87% !important; }
.hr88{ height:88% !important; }
.hr89{ height:89% !important; }
.hr90{ height:90% !important; }
.hr91{ height:91% !important; }
.hr92{ height:92% !important; }
.hr93{ height:93% !important; }
.hr94{ height:94% !important; }
.hr95{ height:95% !important; }
.hr96{ height:96% !important; }
.hr97{ height:97% !important; }
.hr98{ height:98% !important; }
.hr99{ height:99% !important; }
.hr100{ height:100% !important; }
