@charset "utf-8";
/* ----------------------- */
/*       ghostyle.css      */
/* ----------------------- */

/* Root */
:root {
	--gs-aliceblue: aliceblue;
	--gs-antiquewhite: antiquewhite;
	--gs-aqua: aqua;
	--gs-aquamarine: aquamarine;
	--gs-azure: azure;
	--gs-beige: beige;
	--gs-bisque: bisque;
	--gs-black: black;
	--gs-blanchedalmond: blanchedalmond;
	--gs-blue: blue;
	--gs-blueviolet: blueviolet;
	--gs-brown: brown;
	--gs-burlywood: burlywood;
	--gs-cadetblue: cadetblue;
	--gs-chartreuse: chartreuse;
	--gs-chocolate: chocolate;
	--gs-coral: coral;
	--gs-cornflowerblue: cornflowerblue;
	--gs-cornsilk: cornsilk;
	--gs-crimson: crimson;
	--gs-cyan: cyan;
	--gs-darkblue: darkblue;
	--gs-darkcyan: darkcyan;
	--gs-darkgoldenrod: darkgoldenrod;
	--gs-darkgray: darkgray;
	--gs-darkgreen: darkgreen;
	--gs-darkgrey: darkgrey;
	--gs-darkkhaki: darkkhaki;
	--gs-darkmagenta: darkmagenta;
	--gs-darkolivegreen: darkolivegreen;
	--gs-darkorange: darkorange;
	--gs-darkorchid: darkorchid;
	--gs-darkred: darkred;
	--gs-darksalmon: darksalmon;
	--gs-darkseagreen: darkseagreen;
	--gs-darkslateblue: darkslateblue;
	--gs-darkslategray: darkslategray;
	--gs-darkslategrey: darkslategrey;
	--gs-darkturquoise: darkturquoise;
	--gs-darkviolet: darkviolet;
	--gs-deeppink: deeppink;
	--gs-deepskyblue: deepskyblue;
	--gs-dimgray: dimgray;
	--gs-dimgrey: dimgrey;
	--gs-dodgerblue: dodgerblue;
	--gs-firebrick: firebrick;
	--gs-floralwhite: floralwhite;
	--gs-forestgreen: forestgreen;
	--gs-fuchsia: fuchsia;
	--gs-gainsboro: gainsboro;
	--gs-ghostwhite: ghostwhite;
	--gs-gold: gold;
	--gs-goldenrod: goldenrod;
	--gs-gray: gray;
	--gs-green: green;
	--gs-greenyellow: greenyellow;
	--gs-grey: grey;
	--gs-honeydew: honeydew;
	--gs-hotpink: hotpink;
	--gs-indianred: indianred;
	--gs-indigo: indigo;
	--gs-ivory: ivory;
	--gs-khaki: khaki;
	--gs-lavender: lavender;
	--gs-lavenderblush: lavenderblush;
	--gs-lawngreen: lawngreen;
	--gs-lemonchiffon: lemonchiffon;
	--gs-lightblue: lightblue;
	--gs-lightcoral: lightcoral;
	--gs-lightcyan: lightcyan;
	--gs-lightgoldenrodyellow: lightgoldenrodyellow;
	--gs-lightgray: lightgray;
	--gs-lightgreen: lightgreen;
	--gs-lightgrey: lightgrey;
	--gs-lightpink: lightpink;
	--gs-lightsalmon: lightsalmon;
	--gs-lightseagreen: lightseagreen;
	--gs-lightskyblue: lightskyblue;
	--gs-lightslategray: lightslategray;
	--gs-lightslategrey: lightslategrey;
	--gs-lightsteelblue: lightsteelblue;
	--gs-lightyellow: lightyellow;
	--gs-lime: lime;
	--gs-limegreen: limegreen;
	--gs-linen: linen;
	--gs-magenta: magenta;
	--gs-maroon: maroon;
	--gs-mediumaquamarine: mediumaquamarine;
	--gs-mediumblue: mediumblue;
	--gs-mediumorchid: mediumorchid;
	--gs-mediumpurple: mediumpurple;
	--gs-mediumseagreen: mediumseagreen;
	--gs-mediumslateblue: mediumslateblue;
	--gs-mediumspringgreen: mediumspringgreen;
	--gs-mediumturquoise: mediumturquoise;
	--gs-mediumvioletred: mediumvioletred;
	--gs-midnightblue: midnightblue;
	--gs-mintcream: mintcream;
	--gs-mistyrose: mistyrose;
	--gs-moccasin: moccasin;
	--gs-navajowhite: navajowhite;
	--gs-navy: navy;
	--gs-oldlace: oldlace;
	--gs-olive: olive;
	--gs-olivedrab: olivedrab;
	--gs-orange: orange;
	--gs-orangered: orangered;
	--gs-orchid: orchid;
	--gs-palegoldenrod: palegoldenrod;
	--gs-palegreen: palegreen;
	--gs-paleturquoise: paleturquoise;
	--gs-palevioletred: palevioletred;
	--gs-papayawhip: papayawhip;
	--gs-peachpuff: peachpuff;
	--gs-peru: peru;
	--gs-pink: pink;
	--gs-plum: plum;
	--gs-powderblue: powderblue;
	--gs-purple: purple;
	--gs-rebeccapurple: rebeccapurple;
	--gs-red: red;
	--gs-rosybrown: rosybrown;
	--gs-royalblue: royalblue;
	--gs-saddlebrown: saddlebrown;
	--gs-salmon: salmon;
	--gs-sandybrown: sandybrown;
	--gs-seagreen: seagreen;
	--gs-seashell: seashell;
	--gs-sienna: sienna;
	--gs-silver: silver;
	--gs-skyblue: skyblue;
	--gs-slateblue: slateblue;
	--gs-slategray: slategray;
	--gs-slategrey: slategrey;
	--gs-snow: snow;
	--gs-springgreen: springgreen;
	--gs-steelblue: steelblue;
	--gs-tan: tan;
	--gs-teal: teal;
	--gs-thistle: thistle;
	--gs-tomato: tomato;
	--gs-turquoise: turquoise;
	--gs-violet: violet;
	--gs-wheat: wheat;
	--gs-white: white;
	--gs-whitesmoke: whitesmoke;
	--gs-yellow: yellow;
	--gs-yellowgreen: yellowgreen;	
	--gs-000: #000;
	--gs-111: #111;
	--gs-222: #222;
	--gs-333: #333;
	--gs-444: #444;
	--gs-555: #555;
	--gs-666: #666;
	--gs-777: #777;
	--gs-888: #888;
	--gs-999: #999;
	--gs-AAA: #AAA;
	--gs-BBB: #BBB;
	--gs-CCC: #CCC;
	--gs-DDD: #DDD;
	--gs-EEE: #EEE;
	--gs-FFF: #FFF;
	--gs-F1: #F1F1F1;
	--gs-F2: #F2F2F2;
	--gs-F3: #F3F3F3;
	--gs-F4: #F4F4F4;
	--gs-F5: #F5F5F5;
	--gs-F6: #F6F6F6;
	--gs-F7: #F7F7F7;
	--gs-F8: #F8F8F8;
	--gs-F9: #F9F9F9;
}

/* initialization */
*{padding: 0px;margin: 0px;}
html{
	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
}
.html-gray{
	filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
body{font-family: "microsoft yahei";}
ul,li,ul li{list-style:none;}
img{border:0px;}
a{
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}



/* ======================= */
/*    Size of container    */
/* ======================= */

/* width-per */
.width-10{width: 10%;}
.width-15{width: 15%;}
.width-20{width: 20%;}
.width-25{width: 25%;}
.width-30{width: 30%;}
.width-35{width: 35%;}
.width-40{width: 40%;}
.width-45{width: 45%;}
.width-50{width: 50%;}
.width-55{width: 55%;}
.width-60{width: 60%;}
.width-65{width: 65%;}
.width-70{width: 70%;}
.width-75{width: 75%;}
.width-80{width: 80%;}
.width-85{width: 85%;}
.width-90{width: 90%;}
.width-95{width: 95%;}
.width-100{width: 100%;}
.width-auto{width: auto;}


/* width-px */
.width-5px{width: 5px;}
.width-10px{width: 10px;}
.width-15px{width: 15px;}
.width-20px{width: 20px;}
.width-25px{width: 25px;}
.width-30px{width: 30px;}
.width-35px{width: 35px;}
.width-40px{width: 40px;}
.width-45px{width: 45px;}
.width-50px{width: 50px;}
.width-55px{width: 55px;}
.width-60px{width: 60px;}
.width-65px{width: 65px;}
.width-70px{width: 70px;}
.width-75px{width: 75px;}
.width-80px{width: 80px;}
.width-85px{width: 85px;}
.width-90px{width: 90px;}
.width-95px{width: 95px;}
.width-100px{width: 100px;}
.width-110px{width: 110px;}
.width-120px{width: 120px;}
.width-130px{width: 130px;}
.width-140px{width: 140px;}
.width-150px{width: 150px;}
.width-160px{width: 160px;}
.width-170px{width: 170px;}
.width-180px{width: 180px;}
.width-190px{width: 190px;}
.width-200px{width: 200px;}
.width-210px{width: 210px;}
.width-220px{width: 220px;}
.width-230px{width: 230px;}
.width-240px{width: 240px;}
.width-250px{width: 250px;}
.width-260px{width: 260px;}
.width-270px{width: 270px;}
.width-280px{width: 280px;}
.width-290px{width: 290px;}
.width-300px{width: 300px;}
.width-310px{width: 310px;}
.width-320px{width: 320px;}
.width-330px{width: 330px;}
.width-340px{width: 340px;}
.width-350px{width: 350px;}
.width-360px{width: 360px;}
.width-370px{width: 370px;}
.width-380px{width: 380px;}
.width-390px{width: 390px;}
.width-400px{width: 400px;}
.width-410px{width: 410px;}
.width-420px{width: 420px;}
.width-430px{width: 430px;}
.width-440px{width: 440px;}
.width-450px{width: 450px;}
.width-460px{width: 460px;}
.width-470px{width: 470px;}
.width-480px{width: 480px;}
.width-490px{width: 490px;}
.width-500px{width: 500px;}
.width-510px{width: 510px;}
.width-520px{width: 520px;}
.width-530px{width: 530px;}
.width-540px{width: 540px;}
.width-550px{width: 550px;}
.width-560px{width: 560px;}
.width-570px{width: 570px;}
.width-580px{width: 580px;}
.width-590px{width: 590px;}
.width-600px{width: 600px;}
.width-610px{width: 610px;}
.width-620px{width: 620px;}
.width-630px{width: 630px;}
.width-640px{width: 640px;}
.width-650px{width: 650px;}
.width-660px{width: 660px;}
.width-670px{width: 670px;}
.width-680px{width: 680px;}
.width-690px{width: 690px;}
.width-700px{width: 700px;}
.width-710px{width: 710px;}
.width-720px{width: 720px;}
.width-730px{width: 730px;}
.width-740px{width: 740px;}
.width-750px{width: 750px;}
.width-760px{width: 760px;}
.width-770px{width: 770px;}
.width-780px{width: 780px;}
.width-790px{width: 790px;}
.width-800px{width: 800px;}
.width-810px{width: 810px;}
.width-820px{width: 820px;}
.width-830px{width: 830px;}
.width-840px{width: 840px;}
.width-850px{width: 850px;}
.width-860px{width: 860px;}
.width-870px{width: 870px;}
.width-880px{width: 880px;}
.width-890px{width: 890px;}
.width-900px{width: 900px;}
.width-910px{width: 910px;}
.width-920px{width: 920px;}
.width-930px{width: 930px;}
.width-940px{width: 940px;}
.width-950px{width: 950px;}
.width-960px{width: 960px;}
.width-970px{width: 970px;}
.width-980px{width: 980px;}
.width-990px{width: 990px;}
.width-1000px{width: 1000px;}
.width-1050px{width: 1050px;}
.width-1100px{width: 1100px;}
.width-1150px{width: 1150px;}
.width-1200px{width: 1200px;}
.width-1250px{width: 1250px;}
.width-1300px{width: 1300px;}
.width-1350px{width: 1350px;}
.width-1400px{width: 1400px;}
.width-1450px{width: 1450px;}
.width-1500px{width: 1500px;}
.width-1550px{width: 1550px;}
.width-1600px{width: 1600px;}
.width-1650px{width: 1650px;}
.width-1700px{width: 1700px;}
.width-1750px{width: 1750px;}
.width-1800px{width: 1800px;}
.width-1850px{width: 1850px;}
.width-1900px{width: 1900px;}
.width-1950px{width: 1950px;}
.width-2000px{width: 2000px;}


/* min-width-per */
.min-width-10{min-width: 10%;}
.min-width-15{min-width: 15%;}
.min-width-20{min-width: 20%;}
.min-width-25{min-width: 25%;}
.min-width-30{min-width: 30%;}
.min-width-35{min-width: 35%;}
.min-width-40{min-width: 40%;}
.min-width-45{min-width: 45%;}
.min-width-50{min-width: 50%;}
.min-width-55{min-width: 55%;}
.min-width-60{min-width: 60%;}
.min-width-65{min-width: 65%;}
.min-width-70{min-width: 70%;}
.min-width-75{min-width: 75%;}
.min-width-80{min-width: 80%;}
.min-width-85{min-width: 85%;}
.min-width-90{min-width: 90%;}
.min-width-95{min-width: 95%;}
.min-width-100{min-width: 100%;}


/* min-width-px */
.min-width-5px{min-width: 5px;}
.min-width-10px{min-width: 10px;}
.min-width-15px{min-width: 15px;}
.min-width-20px{min-width: 20px;}
.min-width-25px{min-width: 25px;}
.min-width-30px{min-width: 30px;}
.min-width-35px{min-width: 35px;}
.min-width-40px{min-width: 40px;}
.min-width-45px{min-width: 45px;}
.min-width-50px{min-width: 50px;}
.min-width-55px{min-width: 55px;}
.min-width-60px{min-width: 60px;}
.min-width-65px{min-width: 65px;}
.min-width-70px{min-width: 70px;}
.min-width-75px{min-width: 75px;}
.min-width-80px{min-width: 80px;}
.min-width-85px{min-width: 85px;}
.min-width-90px{min-width: 90px;}
.min-width-95px{min-width: 95px;}
.min-width-100px{min-width: 100px;}
.min-width-110px{min-width: 110px;}
.min-width-120px{min-width: 120px;}
.min-width-130px{min-width: 130px;}
.min-width-140px{min-width: 140px;}
.min-width-150px{min-width: 150px;}
.min-width-160px{min-width: 160px;}
.min-width-170px{min-width: 170px;}
.min-width-180px{min-width: 180px;}
.min-width-190px{min-width: 190px;}
.min-width-200px{min-width: 200px;}
.min-width-210px{min-width: 210px;}
.min-width-220px{min-width: 220px;}
.min-width-230px{min-width: 230px;}
.min-width-240px{min-width: 240px;}
.min-width-250px{min-width: 250px;}
.min-width-260px{min-width: 260px;}
.min-width-270px{min-width: 270px;}
.min-width-280px{min-width: 280px;}
.min-width-290px{min-width: 290px;}
.min-width-300px{min-width: 300px;}
.min-width-310px{min-width: 310px;}
.min-width-320px{min-width: 320px;}
.min-width-330px{min-width: 330px;}
.min-width-340px{min-width: 340px;}
.min-width-350px{min-width: 350px;}
.min-width-360px{min-width: 360px;}
.min-width-370px{min-width: 370px;}
.min-width-380px{min-width: 380px;}
.min-width-390px{min-width: 390px;}
.min-width-400px{min-width: 400px;}
.min-width-410px{min-width: 410px;}
.min-width-420px{min-width: 420px;}
.min-width-430px{min-width: 430px;}
.min-width-440px{min-width: 440px;}
.min-width-450px{min-width: 450px;}
.min-width-460px{min-width: 460px;}
.min-width-470px{min-width: 470px;}
.min-width-480px{min-width: 480px;}
.min-width-490px{min-width: 490px;}
.min-width-500px{min-width: 500px;}
.min-width-510px{min-width: 510px;}
.min-width-520px{min-width: 520px;}
.min-width-530px{min-width: 530px;}
.min-width-540px{min-width: 540px;}
.min-width-550px{min-width: 550px;}
.min-width-560px{min-width: 560px;}
.min-width-570px{min-width: 570px;}
.min-width-580px{min-width: 580px;}
.min-width-590px{min-width: 590px;}
.min-width-600px{min-width: 600px;}
.min-width-610px{min-width: 610px;}
.min-width-620px{min-width: 620px;}
.min-width-630px{min-width: 630px;}
.min-width-640px{min-width: 640px;}
.min-width-650px{min-width: 650px;}
.min-width-660px{min-width: 660px;}
.min-width-670px{min-width: 670px;}
.min-width-680px{min-width: 680px;}
.min-width-690px{min-width: 690px;}
.min-width-700px{min-width: 700px;}
.min-width-710px{min-width: 710px;}
.min-width-720px{min-width: 720px;}
.min-width-730px{min-width: 730px;}
.min-width-740px{min-width: 740px;}
.min-width-750px{min-width: 750px;}
.min-width-760px{min-width: 760px;}
.min-width-770px{min-width: 770px;}
.min-width-780px{min-width: 780px;}
.min-width-790px{min-width: 790px;}
.min-width-800px{min-width: 800px;}
.min-width-810px{min-width: 810px;}
.min-width-820px{min-width: 820px;}
.min-width-830px{min-width: 830px;}
.min-width-840px{min-width: 840px;}
.min-width-850px{min-width: 850px;}
.min-width-860px{min-width: 860px;}
.min-width-870px{min-width: 870px;}
.min-width-880px{min-width: 880px;}
.min-width-890px{min-width: 890px;}
.min-width-900px{min-width: 900px;}
.min-width-910px{min-width: 910px;}
.min-width-920px{min-width: 920px;}
.min-width-930px{min-width: 930px;}
.min-width-940px{min-width: 940px;}
.min-width-950px{min-width: 950px;}
.min-width-960px{min-width: 960px;}
.min-width-970px{min-width: 970px;}
.min-width-980px{min-width: 980px;}
.min-width-990px{min-width: 990px;}
.min-width-1000px{min-width: 1000px;}
.min-width-1050px{min-width: 1050px;}
.min-width-1100px{min-width: 1100px;}
.min-width-1150px{min-width: 1150px;}
.min-width-1200px{min-width: 1200px;}
.min-width-1250px{min-width: 1250px;}
.min-width-1300px{min-width: 1300px;}
.min-width-1350px{min-width: 1350px;}
.min-width-1400px{min-width: 1400px;}
.min-width-1450px{min-width: 1450px;}
.min-width-1500px{min-width: 1500px;}
.min-width-1550px{min-width: 1550px;}
.min-width-1600px{min-width: 1600px;}
.min-width-1650px{min-width: 1650px;}
.min-width-1700px{min-width: 1700px;}
.min-width-1750px{min-width: 1750px;}
.min-width-1800px{min-width: 1800px;}
.min-width-1850px{min-width: 1850px;}
.min-width-1900px{min-width: 1900px;}
.min-width-1950px{min-width: 1950px;}
.min-width-2000px{min-width: 2000px;}


/* max-width-per */
.max-width-10{max-width: 10%;}
.max-width-15{max-width: 15%;}
.max-width-20{max-width: 20%;}
.max-width-25{max-width: 25%;}
.max-width-30{max-width: 30%;}
.max-width-35{max-width: 35%;}
.max-width-40{max-width: 40%;}
.max-width-45{max-width: 45%;}
.max-width-50{max-width: 50%;}
.max-width-55{max-width: 55%;}
.max-width-60{max-width: 60%;}
.max-width-65{max-width: 65%;}
.max-width-70{max-width: 70%;}
.max-width-75{max-width: 75%;}
.max-width-80{max-width: 80%;}
.max-width-85{max-width: 85%;}
.max-width-90{max-width: 90%;}
.max-width-95{max-width: 95%;}
.max-width-100{max-width: 100%;}

/* max-width-px */
.max-width-5px{max-width: 5px;}
.max-width-10px{max-width: 10px;}
.max-width-15px{max-width: 15px;}
.max-width-20px{max-width: 20px;}
.max-width-25px{max-width: 25px;}
.max-width-30px{max-width: 30px;}
.max-width-35px{max-width: 35px;}
.max-width-40px{max-width: 40px;}
.max-width-45px{max-width: 45px;}
.max-width-50px{max-width: 50px;}
.max-width-55px{max-width: 55px;}
.max-width-60px{max-width: 60px;}
.max-width-65px{max-width: 65px;}
.max-width-70px{max-width: 70px;}
.max-width-75px{max-width: 75px;}
.max-width-80px{max-width: 80px;}
.max-width-85px{max-width: 85px;}
.max-width-90px{max-width: 90px;}
.max-width-95px{max-width: 95px;}
.max-width-100px{max-width: 100px;}
.max-width-110px{max-width: 110px;}
.max-width-120px{max-width: 120px;}
.max-width-130px{max-width: 130px;}
.max-width-140px{max-width: 140px;}
.max-width-150px{max-width: 150px;}
.max-width-160px{max-width: 160px;}
.max-width-170px{max-width: 170px;}
.max-width-180px{max-width: 180px;}
.max-width-190px{max-width: 190px;}
.max-width-200px{max-width: 200px;}
.max-width-210px{max-width: 210px;}
.max-width-220px{max-width: 220px;}
.max-width-230px{max-width: 230px;}
.max-width-240px{max-width: 240px;}
.max-width-250px{max-width: 250px;}
.max-width-260px{max-width: 260px;}
.max-width-270px{max-width: 270px;}
.max-width-280px{max-width: 280px;}
.max-width-290px{max-width: 290px;}
.max-width-300px{max-width: 300px;}
.max-width-310px{max-width: 310px;}
.max-width-320px{max-width: 320px;}
.max-width-330px{max-width: 330px;}
.max-width-340px{max-width: 340px;}
.max-width-350px{max-width: 350px;}
.max-width-360px{max-width: 360px;}
.max-width-370px{max-width: 370px;}
.max-width-380px{max-width: 380px;}
.max-width-390px{max-width: 390px;}
.max-width-400px{max-width: 400px;}
.max-width-410px{max-width: 410px;}
.max-width-420px{max-width: 420px;}
.max-width-430px{max-width: 430px;}
.max-width-440px{max-width: 440px;}
.max-width-450px{max-width: 450px;}
.max-width-460px{max-width: 460px;}
.max-width-470px{max-width: 470px;}
.max-width-480px{max-width: 480px;}
.max-width-490px{max-width: 490px;}
.max-width-500px{max-width: 500px;}
.max-width-510px{max-width: 510px;}
.max-width-520px{max-width: 520px;}
.max-width-530px{max-width: 530px;}
.max-width-540px{max-width: 540px;}
.max-width-550px{max-width: 550px;}
.max-width-560px{max-width: 560px;}
.max-width-570px{max-width: 570px;}
.max-width-580px{max-width: 580px;}
.max-width-590px{max-width: 590px;}
.max-width-600px{max-width: 600px;}
.max-width-610px{max-width: 610px;}
.max-width-620px{max-width: 620px;}
.max-width-630px{max-width: 630px;}
.max-width-640px{max-width: 640px;}
.max-width-650px{max-width: 650px;}
.max-width-660px{max-width: 660px;}
.max-width-670px{max-width: 670px;}
.max-width-680px{max-width: 680px;}
.max-width-690px{max-width: 690px;}
.max-width-700px{max-width: 700px;}
.max-width-710px{max-width: 710px;}
.max-width-720px{max-width: 720px;}
.max-width-730px{max-width: 730px;}
.max-width-740px{max-width: 740px;}
.max-width-750px{max-width: 750px;}
.max-width-760px{max-width: 760px;}
.max-width-770px{max-width: 770px;}
.max-width-780px{max-width: 780px;}
.max-width-790px{max-width: 790px;}
.max-width-800px{max-width: 800px;}
.max-width-810px{max-width: 810px;}
.max-width-820px{max-width: 820px;}
.max-width-830px{max-width: 830px;}
.max-width-840px{max-width: 840px;}
.max-width-850px{max-width: 850px;}
.max-width-860px{max-width: 860px;}
.max-width-870px{max-width: 870px;}
.max-width-880px{max-width: 880px;}
.max-width-890px{max-width: 890px;}
.max-width-900px{max-width: 900px;}
.max-width-910px{max-width: 910px;}
.max-width-920px{max-width: 920px;}
.max-width-930px{max-width: 930px;}
.max-width-940px{max-width: 940px;}
.max-width-950px{max-width: 950px;}
.max-width-960px{max-width: 960px;}
.max-width-970px{max-width: 970px;}
.max-width-980px{max-width: 980px;}
.max-width-990px{max-width: 990px;}
.max-width-1000px{max-width: 1000px;}
.max-width-1050px{max-width: 1050px;}
.max-width-1100px{max-width: 1100px;}
.max-width-1150px{max-width: 1150px;}
.max-width-1200px{max-width: 1200px;}
.max-width-1250px{max-width: 1250px;}
.max-width-1300px{max-width: 1300px;}
.max-width-1350px{max-width: 1350px;}
.max-width-1400px{max-width: 1400px;}
.max-width-1450px{max-width: 1450px;}
.max-width-1500px{max-width: 1500px;}
.max-width-1550px{max-width: 1550px;}
.max-width-1600px{max-width: 1600px;}
.max-width-1650px{max-width: 1650px;}
.max-width-1700px{max-width: 1700px;}
.max-width-1750px{max-width: 1750px;}
.max-width-1800px{max-width: 1800px;}
.max-width-1850px{max-width: 1850px;}
.max-width-1900px{max-width: 1900px;}
.max-width-1950px{max-width: 1950px;}
.max-width-2000px{max-width: 2000px;}


/* height-per */
.height-10{height: 10%;}
.height-15{height: 15%;}
.height-20{height: 20%;}
.height-25{height: 25%;}
.height-30{height: 30%;}
.height-35{height: 35%;}
.height-40{height: 40%;}
.height-45{height: 45%;}
.height-50{height: 50%;}
.height-55{height: 55%;}
.height-60{height: 60%;}
.height-65{height: 65%;}
.height-70{height: 70%;}
.height-75{height: 75%;}
.height-80{height: 80%;}
.height-85{height: 85%;}
.height-90{height: 90%;}
.height-95{height: 95%;}
.height-100{height: 100%;}
.height-auto{height: auto;}


/* height-px */
.height-5px{height: 5px;}
.height-10px{height: 10px;}
.height-15px{height: 15px;}
.height-20px{height: 20px;}
.height-25px{height: 25px;}
.height-30px{height: 30px;}
.height-35px{height: 35px;}
.height-40px{height: 40px;}
.height-45px{height: 45px;}
.height-50px{height: 50px;}
.height-55px{height: 55px;}
.height-60px{height: 60px;}
.height-65px{height: 65px;}
.height-70px{height: 70px;}
.height-75px{height: 75px;}
.height-80px{height: 80px;}
.height-85px{height: 85px;}
.height-90px{height: 90px;}
.height-95px{height: 95px;}
.height-100px{height: 100px;}
.height-110px{height: 110px;}
.height-120px{height: 120px;}
.height-130px{height: 130px;}
.height-140px{height: 140px;}
.height-150px{height: 150px;}
.height-160px{height: 160px;}
.height-170px{height: 170px;}
.height-180px{height: 180px;}
.height-190px{height: 190px;}
.height-200px{height: 200px;}
.height-210px{height: 210px;}
.height-220px{height: 220px;}
.height-230px{height: 230px;}
.height-240px{height: 240px;}
.height-250px{height: 250px;}
.height-260px{height: 260px;}
.height-270px{height: 270px;}
.height-280px{height: 280px;}
.height-290px{height: 290px;}
.height-300px{height: 300px;}
.height-310px{height: 310px;}
.height-320px{height: 320px;}
.height-330px{height: 330px;}
.height-340px{height: 340px;}
.height-350px{height: 350px;}
.height-360px{height: 360px;}
.height-370px{height: 370px;}
.height-380px{height: 380px;}
.height-390px{height: 390px;}
.height-400px{height: 400px;}
.height-410px{height: 410px;}
.height-420px{height: 420px;}
.height-430px{height: 430px;}
.height-440px{height: 440px;}
.height-450px{height: 450px;}
.height-460px{height: 460px;}
.height-470px{height: 470px;}
.height-480px{height: 480px;}
.height-490px{height: 490px;}
.height-500px{height: 500px;}
.height-510px{height: 510px;}
.height-520px{height: 520px;}
.height-530px{height: 530px;}
.height-540px{height: 540px;}
.height-550px{height: 550px;}
.height-560px{height: 560px;}
.height-570px{height: 570px;}
.height-580px{height: 580px;}
.height-590px{height: 590px;}
.height-600px{height: 600px;}
.height-610px{height: 610px;}
.height-620px{height: 620px;}
.height-630px{height: 630px;}
.height-640px{height: 640px;}
.height-650px{height: 650px;}
.height-660px{height: 660px;}
.height-670px{height: 670px;}
.height-680px{height: 680px;}
.height-690px{height: 690px;}
.height-700px{height: 700px;}
.height-710px{height: 710px;}
.height-720px{height: 720px;}
.height-730px{height: 730px;}
.height-740px{height: 740px;}
.height-750px{height: 750px;}
.height-760px{height: 760px;}
.height-770px{height: 770px;}
.height-780px{height: 780px;}
.height-790px{height: 790px;}
.height-800px{height: 800px;}
.height-810px{height: 810px;}
.height-820px{height: 820px;}
.height-830px{height: 830px;}
.height-840px{height: 840px;}
.height-850px{height: 850px;}
.height-860px{height: 860px;}
.height-870px{height: 870px;}
.height-880px{height: 880px;}
.height-890px{height: 890px;}
.height-900px{height: 900px;}
.height-910px{height: 910px;}
.height-920px{height: 920px;}
.height-930px{height: 930px;}
.height-940px{height: 940px;}
.height-950px{height: 950px;}
.height-960px{height: 960px;}
.height-970px{height: 970px;}
.height-980px{height: 980px;}
.height-990px{height: 990px;}
.height-1000px{height: 1000px;}
.height-1050px{height: 1050px;}
.height-1100px{height: 1100px;}
.height-1150px{height: 1150px;}
.height-1200px{height: 1200px;}
.height-1250px{height: 1250px;}
.height-1300px{height: 1300px;}
.height-1350px{height: 1350px;}
.height-1400px{height: 1400px;}
.height-1450px{height: 1450px;}
.height-1500px{height: 1500px;}
.height-1550px{height: 1550px;}
.height-1600px{height: 1600px;}
.height-1650px{height: 1650px;}
.height-1700px{height: 1700px;}
.height-1750px{height: 1750px;}
.height-1800px{height: 1800px;}
.height-1850px{height: 1850px;}
.height-1900px{height: 1900px;}
.height-1950px{height: 1950px;}
.height-2000px{height: 2000px;}
.height-2500px{height: 2500px;}
.height-3000px{height: 3000px;}
.height-3500px{height: 3500px;}
.height-4000px{height: 4000px;}
.height-4500px{height: 4500px;}
.height-5000px{height: 5000px;}
.height-5500px{height: 5500px;}
.height-6000px{height: 6000px;}
.height-6500px{height: 6500px;}
.height-7000px{height: 7000px;}
.height-7500px{height: 7500px;}
.height-8000px{height: 8000px;}
.height-8500px{height: 8500px;}
.height-9000px{height: 9000px;}
.height-9500px{height: 9500px;}
.height-10000px{height: 10000px;}


/* min-height-per */
.min-height-10{min-height: 10%;}
.min-height-15{min-height: 15%;}
.min-height-20{min-height: 20%;}
.min-height-25{min-height: 25%;}
.min-height-30{min-height: 30%;}
.min-height-35{min-height: 35%;}
.min-height-40{min-height: 40%;}
.min-height-45{min-height: 45%;}
.min-height-50{min-height: 50%;}
.min-height-55{min-height: 55%;}
.min-height-60{min-height: 60%;}
.min-height-65{min-height: 65%;}
.min-height-70{min-height: 70%;}
.min-height-75{min-height: 75%;}
.min-height-80{min-height: 80%;}
.min-height-85{min-height: 85%;}
.min-height-90{min-height: 90%;}
.min-height-95{min-height: 95%;}
.min-height-100{min-height: 100%;}


/* min-height-px */
.min-height-5px{min-height: 5px;}
.min-height-10px{min-height: 10px;}
.min-height-15px{min-height: 15px;}
.min-height-20px{min-height: 20px;}
.min-height-25px{min-height: 25px;}
.min-height-30px{min-height: 30px;}
.min-height-35px{min-height: 35px;}
.min-height-40px{min-height: 40px;}
.min-height-45px{min-height: 45px;}
.min-height-50px{min-height: 50px;}
.min-height-55px{min-height: 55px;}
.min-height-60px{min-height: 60px;}
.min-height-65px{min-height: 65px;}
.min-height-70px{min-height: 70px;}
.min-height-75px{min-height: 75px;}
.min-height-80px{min-height: 80px;}
.min-height-85px{min-height: 85px;}
.min-height-90px{min-height: 90px;}
.min-height-95px{min-height: 95px;}
.min-height-100px{min-height: 100px;}
.min-height-110px{min-height: 110px;}
.min-height-120px{min-height: 120px;}
.min-height-130px{min-height: 130px;}
.min-height-140px{min-height: 140px;}
.min-height-150px{min-height: 150px;}
.min-height-160px{min-height: 160px;}
.min-height-170px{min-height: 170px;}
.min-height-180px{min-height: 180px;}
.min-height-190px{min-height: 190px;}
.min-height-200px{min-height: 200px;}
.min-height-210px{min-height: 210px;}
.min-height-220px{min-height: 220px;}
.min-height-230px{min-height: 230px;}
.min-height-240px{min-height: 240px;}
.min-height-250px{min-height: 250px;}
.min-height-260px{min-height: 260px;}
.min-height-270px{min-height: 270px;}
.min-height-280px{min-height: 280px;}
.min-height-290px{min-height: 290px;}
.min-height-300px{min-height: 300px;}
.min-height-310px{min-height: 310px;}
.min-height-320px{min-height: 320px;}
.min-height-330px{min-height: 330px;}
.min-height-340px{min-height: 340px;}
.min-height-350px{min-height: 350px;}
.min-height-360px{min-height: 360px;}
.min-height-370px{min-height: 370px;}
.min-height-380px{min-height: 380px;}
.min-height-390px{min-height: 390px;}
.min-height-400px{min-height: 400px;}
.min-height-410px{min-height: 410px;}
.min-height-420px{min-height: 420px;}
.min-height-430px{min-height: 430px;}
.min-height-440px{min-height: 440px;}
.min-height-450px{min-height: 450px;}
.min-height-460px{min-height: 460px;}
.min-height-470px{min-height: 470px;}
.min-height-480px{min-height: 480px;}
.min-height-490px{min-height: 490px;}
.min-height-500px{min-height: 500px;}
.min-height-510px{min-height: 510px;}
.min-height-520px{min-height: 520px;}
.min-height-530px{min-height: 530px;}
.min-height-540px{min-height: 540px;}
.min-height-550px{min-height: 550px;}
.min-height-560px{min-height: 560px;}
.min-height-570px{min-height: 570px;}
.min-height-580px{min-height: 580px;}
.min-height-590px{min-height: 590px;}
.min-height-600px{min-height: 600px;}
.min-height-610px{min-height: 610px;}
.min-height-620px{min-height: 620px;}
.min-height-630px{min-height: 630px;}
.min-height-640px{min-height: 640px;}
.min-height-650px{min-height: 650px;}
.min-height-660px{min-height: 660px;}
.min-height-670px{min-height: 670px;}
.min-height-680px{min-height: 680px;}
.min-height-690px{min-height: 690px;}
.min-height-700px{min-height: 700px;}
.min-height-710px{min-height: 710px;}
.min-height-720px{min-height: 720px;}
.min-height-730px{min-height: 730px;}
.min-height-740px{min-height: 740px;}
.min-height-750px{min-height: 750px;}
.min-height-760px{min-height: 760px;}
.min-height-770px{min-height: 770px;}
.min-height-780px{min-height: 780px;}
.min-height-790px{min-height: 790px;}
.min-height-800px{min-height: 800px;}
.min-height-810px{min-height: 810px;}
.min-height-820px{min-height: 820px;}
.min-height-830px{min-height: 830px;}
.min-height-840px{min-height: 840px;}
.min-height-850px{min-height: 850px;}
.min-height-860px{min-height: 860px;}
.min-height-870px{min-height: 870px;}
.min-height-880px{min-height: 880px;}
.min-height-890px{min-height: 890px;}
.min-height-900px{min-height: 900px;}
.min-height-910px{min-height: 910px;}
.min-height-920px{min-height: 920px;}
.min-height-930px{min-height: 930px;}
.min-height-940px{min-height: 940px;}
.min-height-950px{min-height: 950px;}
.min-height-960px{min-height: 960px;}
.min-height-970px{min-height: 970px;}
.min-height-980px{min-height: 980px;}
.min-height-990px{min-height: 990px;}
.min-height-1000px{min-height: 1000px;}
.min-height-1050px{min-height: 1050px;}
.min-height-1100px{min-height: 1100px;}
.min-height-1150px{min-height: 1150px;}
.min-height-1200px{min-height: 1200px;}
.min-height-1250px{min-height: 1250px;}
.min-height-1300px{min-height: 1300px;}
.min-height-1350px{min-height: 1350px;}
.min-height-1400px{min-height: 1400px;}
.min-height-1450px{min-height: 1450px;}
.min-height-1500px{min-height: 1500px;}
.min-height-1550px{min-height: 1550px;}
.min-height-1600px{min-height: 1600px;}
.min-height-1650px{min-height: 1650px;}
.min-height-1700px{min-height: 1700px;}
.min-height-1750px{min-height: 1750px;}
.min-height-1800px{min-height: 1800px;}
.min-height-1850px{min-height: 1850px;}
.min-height-1900px{min-height: 1900px;}
.min-height-1950px{min-height: 1950px;}
.min-height-2000px{min-height: 2000px;}
.min-height-2500px{min-height: 2500px;}
.min-height-3000px{min-height: 3000px;}
.min-height-3500px{min-height: 3500px;}
.min-height-4000px{min-height: 4000px;}
.min-height-4500px{min-height: 4500px;}
.min-height-5000px{min-height: 5000px;}
.min-height-5500px{min-height: 5500px;}
.min-height-6000px{min-height: 6000px;}
.min-height-6500px{min-height: 6500px;}
.min-height-7000px{min-height: 7000px;}
.min-height-7500px{min-height: 7500px;}
.min-height-8000px{min-height: 8000px;}
.min-height-8500px{min-height: 8500px;}
.min-height-9000px{min-height: 9000px;}
.min-height-9500px{min-height: 9500px;}
.min-height-10000px{min-height: 10000px;}


/* max-height-per */
.max-height-10{max-height: 10%;}
.max-height-15{max-height: 15%;}
.max-height-20{max-height: 20%;}
.max-height-25{max-height: 25%;}
.max-height-30{max-height: 30%;}
.max-height-35{max-height: 35%;}
.max-height-40{max-height: 40%;}
.max-height-45{max-height: 45%;}
.max-height-50{max-height: 50%;}
.max-height-55{max-height: 55%;}
.max-height-60{max-height: 60%;}
.max-height-65{max-height: 65%;}
.max-height-70{max-height: 70%;}
.max-height-75{max-height: 75%;}
.max-height-80{max-height: 80%;}
.max-height-85{max-height: 85%;}
.max-height-90{max-height: 90%;}
.max-height-95{max-height: 95%;}
.max-height-100{max-height: 100%;}


/* max-height-px */
.max-height-5px{max-height: 5px;}
.max-height-10px{max-height: 10px;}
.max-height-15px{max-height: 15px;}
.max-height-20px{max-height: 20px;}
.max-height-25px{max-height: 25px;}
.max-height-30px{max-height: 30px;}
.max-height-35px{max-height: 35px;}
.max-height-40px{max-height: 40px;}
.max-height-45px{max-height: 45px;}
.max-height-50px{max-height: 50px;}
.max-height-55px{max-height: 55px;}
.max-height-60px{max-height: 60px;}
.max-height-65px{max-height: 65px;}
.max-height-70px{max-height: 70px;}
.max-height-75px{max-height: 75px;}
.max-height-80px{max-height: 80px;}
.max-height-85px{max-height: 85px;}
.max-height-90px{max-height: 90px;}
.max-height-95px{max-height: 95px;}
.max-height-100px{max-height: 100px;}
.max-height-110px{max-height: 110px;}
.max-height-120px{max-height: 120px;}
.max-height-130px{max-height: 130px;}
.max-height-140px{max-height: 140px;}
.max-height-150px{max-height: 150px;}
.max-height-160px{max-height: 160px;}
.max-height-170px{max-height: 170px;}
.max-height-180px{max-height: 180px;}
.max-height-190px{max-height: 190px;}
.max-height-200px{max-height: 200px;}
.max-height-210px{max-height: 210px;}
.max-height-220px{max-height: 220px;}
.max-height-230px{max-height: 230px;}
.max-height-240px{max-height: 240px;}
.max-height-250px{max-height: 250px;}
.max-height-260px{max-height: 260px;}
.max-height-270px{max-height: 270px;}
.max-height-280px{max-height: 280px;}
.max-height-290px{max-height: 290px;}
.max-height-300px{max-height: 300px;}
.max-height-310px{max-height: 310px;}
.max-height-320px{max-height: 320px;}
.max-height-330px{max-height: 330px;}
.max-height-340px{max-height: 340px;}
.max-height-350px{max-height: 350px;}
.max-height-360px{max-height: 360px;}
.max-height-370px{max-height: 370px;}
.max-height-380px{max-height: 380px;}
.max-height-390px{max-height: 390px;}
.max-height-400px{max-height: 400px;}
.max-height-410px{max-height: 410px;}
.max-height-420px{max-height: 420px;}
.max-height-430px{max-height: 430px;}
.max-height-440px{max-height: 440px;}
.max-height-450px{max-height: 450px;}
.max-height-460px{max-height: 460px;}
.max-height-470px{max-height: 470px;}
.max-height-480px{max-height: 480px;}
.max-height-490px{max-height: 490px;}
.max-height-500px{max-height: 500px;}
.max-height-510px{max-height: 510px;}
.max-height-520px{max-height: 520px;}
.max-height-530px{max-height: 530px;}
.max-height-540px{max-height: 540px;}
.max-height-550px{max-height: 550px;}
.max-height-560px{max-height: 560px;}
.max-height-570px{max-height: 570px;}
.max-height-580px{max-height: 580px;}
.max-height-590px{max-height: 590px;}
.max-height-600px{max-height: 600px;}
.max-height-610px{max-height: 610px;}
.max-height-620px{max-height: 620px;}
.max-height-630px{max-height: 630px;}
.max-height-640px{max-height: 640px;}
.max-height-650px{max-height: 650px;}
.max-height-660px{max-height: 660px;}
.max-height-670px{max-height: 670px;}
.max-height-680px{max-height: 680px;}
.max-height-690px{max-height: 690px;}
.max-height-700px{max-height: 700px;}
.max-height-710px{max-height: 710px;}
.max-height-720px{max-height: 720px;}
.max-height-730px{max-height: 730px;}
.max-height-740px{max-height: 740px;}
.max-height-750px{max-height: 750px;}
.max-height-760px{max-height: 760px;}
.max-height-770px{max-height: 770px;}
.max-height-780px{max-height: 780px;}
.max-height-790px{max-height: 790px;}
.max-height-800px{max-height: 800px;}
.max-height-810px{max-height: 810px;}
.max-height-820px{max-height: 820px;}
.max-height-830px{max-height: 830px;}
.max-height-840px{max-height: 840px;}
.max-height-850px{max-height: 850px;}
.max-height-860px{max-height: 860px;}
.max-height-870px{max-height: 870px;}
.max-height-880px{max-height: 880px;}
.max-height-890px{max-height: 890px;}
.max-height-900px{max-height: 900px;}
.max-height-910px{max-height: 910px;}
.max-height-920px{max-height: 920px;}
.max-height-930px{max-height: 930px;}
.max-height-940px{max-height: 940px;}
.max-height-950px{max-height: 950px;}
.max-height-960px{max-height: 960px;}
.max-height-970px{max-height: 970px;}
.max-height-980px{max-height: 980px;}
.max-height-990px{max-height: 990px;}
.max-height-1000px{max-height: 1000px;}
.max-height-1050px{max-height: 1050px;}
.max-height-1100px{max-height: 1100px;}
.max-height-1150px{max-height: 1150px;}
.max-height-1200px{max-height: 1200px;}
.max-height-1250px{max-height: 1250px;}
.max-height-1300px{max-height: 1300px;}
.max-height-1350px{max-height: 1350px;}
.max-height-1400px{max-height: 1400px;}
.max-height-1450px{max-height: 1450px;}
.max-height-1500px{max-height: 1500px;}
.max-height-1550px{max-height: 1550px;}
.max-height-1600px{max-height: 1600px;}
.max-height-1650px{max-height: 1650px;}
.max-height-1700px{max-height: 1700px;}
.max-height-1750px{max-height: 1750px;}
.max-height-1800px{max-height: 1800px;}
.max-height-1850px{max-height: 1850px;}
.max-height-1900px{max-height: 1900px;}
.max-height-1950px{max-height: 1950px;}
.max-height-2000px{max-height: 2000px;}
.max-height-2500px{max-height: 2500px;}
.max-height-3000px{max-height: 3000px;}
.max-height-3500px{max-height: 3500px;}
.max-height-4000px{max-height: 4000px;}
.max-height-4500px{max-height: 4500px;}
.max-height-5000px{max-height: 5000px;}
.max-height-5500px{max-height: 5500px;}
.max-height-6000px{max-height: 6000px;}
.max-height-6500px{max-height: 6500px;}
.max-height-7000px{max-height: 7000px;}
.max-height-7500px{max-height: 7500px;}
.max-height-8000px{max-height: 8000px;}
.max-height-8500px{max-height: 8500px;}
.max-height-9000px{max-height: 9000px;}
.max-height-9500px{max-height: 9500px;}
.max-height-10000px{max-height: 10000px;}



/* ----------------------- */
/*         Box Mode        */
/* ----------------------- */

/* margin */
.margin-0px{margin: 0px;}
.margin-5px{margin: 5px;}
.margin-10px{margin: 10px;}
.margin-15px{margin: 15px;}
.margin-20px{margin: 20px;}
.margin-25px{margin: 25px;}
.margin-30px{margin: 30px;}
.margin-35px{margin: 35px;}
.margin-40px{margin: 40px;}
.margin-45px{margin: 45px;}
.margin-50px{margin: 50px;}
.margin-55px{margin: 55px;}
.margin-60px{margin: 60px;}
.margin-65px{margin: 65px;}
.margin-70px{margin: 70px;}
.margin-75px{margin: 75px;}
.margin-80px{margin: 80px;}
.margin-85px{margin: 85px;}
.margin-90px{margin: 90px;}
.margin-95px{margin: 95px;}
.margin-100px{margin: 100px;}
.margin-150px{margin: 150px;}
.margin-200px{margin: 200px;}
.margin-250px{margin: 250px;}
.margin-300px{margin: 300px;}
.margin-350px{margin: 350px;}
.margin-400px{margin: 400px;}
.margin-450px{margin: 450px;}
.margin-500px{margin: 500px;}
.margin-550px{margin: 550px;}
.margin-600px{margin: 600px;}
.margin-650px{margin: 650px;}
.margin-700px{margin: 700px;}
.margin-750px{margin: 750px;}
.margin-850px{margin: 850px;}
.margin-900px{margin: 900px;}
.margin-950px{margin: 950px;}
.margin-1000px{margin: 1000px;}


/* margin-top */
.margin-top-0px{margin-top: 0px;}
.margin-top-5px{margin-top: 5px;}
.margin-top-10px{margin-top: 10px;}
.margin-top-15px{margin-top: 15px;}
.margin-top-20px{margin-top: 20px;}
.margin-top-25px{margin-top: 25px;}
.margin-top-30px{margin-top: 30px;}
.margin-top-35px{margin-top: 35px;}
.margin-top-40px{margin-top: 40px;}
.margin-top-45px{margin-top: 45px;}
.margin-top-50px{margin-top: 50px;}
.margin-top-55px{margin-top: 55px;}
.margin-top-60px{margin-top: 60px;}
.margin-top-65px{margin-top: 65px;}
.margin-top-70px{margin-top: 70px;}
.margin-top-75px{margin-top: 75px;}
.margin-top-80px{margin-top: 80px;}
.margin-top-85px{margin-top: 85px;}
.margin-top-90px{margin-top: 90px;}
.margin-top-95px{margin-top: 95px;}
.margin-top-100px{margin-top: 100px;}
.margin-top-150px{margin-top: 150px;}
.margin-top-200px{margin-top: 200px;}
.margin-top-250px{margin-top: 250px;}
.margin-top-300px{margin-top: 300px;}
.margin-top-350px{margin-top: 350px;}
.margin-top-400px{margin-top: 400px;}
.margin-top-450px{margin-top: 450px;}
.margin-top-500px{margin-top: 500px;}
.margin-top-550px{margin-top: 550px;}
.margin-top-600px{margin-top: 600px;}
.margin-top-650px{margin-top: 650px;}
.margin-top-700px{margin-top: 700px;}
.margin-top-750px{margin-top: 750px;}
.margin-top-850px{margin-top: 850px;}
.margin-top-900px{margin-top: 900px;}
.margin-top-950px{margin-top: 950px;}
.margin-top-1000px{margin-top: 1000px;}


/* margin-bottom */
.margin-bottom-0px{margin-bottom: 0px;}
.margin-bottom-5px{margin-bottom: 5px;}
.margin-bottom-10px{margin-bottom: 10px;}
.margin-bottom-15px{margin-bottom: 15px;}
.margin-bottom-20px{margin-bottom: 20px;}
.margin-bottom-25px{margin-bottom: 25px;}
.margin-bottom-30px{margin-bottom: 30px;}
.margin-bottom-35px{margin-bottom: 35px;}
.margin-bottom-40px{margin-bottom: 40px;}
.margin-bottom-45px{margin-bottom: 45px;}
.margin-bottom-50px{margin-bottom: 50px;}
.margin-bottom-55px{margin-bottom: 55px;}
.margin-bottom-60px{margin-bottom: 60px;}
.margin-bottom-65px{margin-bottom: 65px;}
.margin-bottom-70px{margin-bottom: 70px;}
.margin-bottom-75px{margin-bottom: 75px;}
.margin-bottom-80px{margin-bottom: 80px;}
.margin-bottom-85px{margin-bottom: 85px;}
.margin-bottom-90px{margin-bottom: 90px;}
.margin-bottom-95px{margin-bottom: 95px;}
.margin-bottom-100px{margin-bottom: 100px;}
.margin-bottom-150px{margin-bottom: 150px;}
.margin-bottom-200px{margin-bottom: 200px;}
.margin-bottom-250px{margin-bottom: 250px;}
.margin-bottom-300px{margin-bottom: 300px;}
.margin-bottom-350px{margin-bottom: 350px;}
.margin-bottom-400px{margin-bottom: 400px;}
.margin-bottom-450px{margin-bottom: 450px;}
.margin-bottom-500px{margin-bottom: 500px;}
.margin-bottom-550px{margin-bottom: 550px;}
.margin-bottom-600px{margin-bottom: 600px;}
.margin-bottom-650px{margin-bottom: 650px;}
.margin-bottom-700px{margin-bottom: 700px;}
.margin-bottom-750px{margin-bottom: 750px;}
.margin-bottom-850px{margin-bottom: 850px;}
.margin-bottom-900px{margin-bottom: 900px;}
.margin-bottom-950px{margin-bottom: 950px;}
.margin-bottom-1000px{margin-bottom: 1000px;}


/* margin-left */
.margin-left-0px{margin-left: 0px;}
.margin-left-5px{margin-left: 5px;}
.margin-left-10px{margin-left: 10px;}
.margin-left-15px{margin-left: 15px;}
.margin-left-20px{margin-left: 20px;}
.margin-left-25px{margin-left: 25px;}
.margin-left-30px{margin-left: 30px;}
.margin-left-35px{margin-left: 35px;}
.margin-left-40px{margin-left: 40px;}
.margin-left-45px{margin-left: 45px;}
.margin-left-50px{margin-left: 50px;}
.margin-left-55px{margin-left: 55px;}
.margin-left-60px{margin-left: 60px;}
.margin-left-65px{margin-left: 65px;}
.margin-left-70px{margin-left: 70px;}
.margin-left-75px{margin-left: 75px;}
.margin-left-80px{margin-left: 80px;}
.margin-left-85px{margin-left: 85px;}
.margin-left-90px{margin-left: 90px;}
.margin-left-95px{margin-left: 95px;}
.margin-left-100px{margin-left: 100px;}
.margin-left-150px{margin-left: 150px;}
.margin-left-200px{margin-left: 200px;}
.margin-left-250px{margin-left: 250px;}
.margin-left-300px{margin-left: 300px;}
.margin-left-350px{margin-left: 350px;}
.margin-left-400px{margin-left: 400px;}
.margin-left-450px{margin-left: 450px;}
.margin-left-500px{margin-left: 500px;}
.margin-left-550px{margin-left: 550px;}
.margin-left-600px{margin-left: 600px;}
.margin-left-650px{margin-left: 650px;}
.margin-left-700px{margin-left: 700px;}
.margin-left-750px{margin-left: 750px;}
.margin-left-850px{margin-left: 850px;}
.margin-left-900px{margin-left: 900px;}
.margin-left-950px{margin-left: 950px;}
.margin-left-1000px{margin-left: 1000px;}


/* margin-right */
.margin-right-0px{margin-right: 0px;}
.margin-right-5px{margin-right: 5px;}
.margin-right-10px{margin-right: 10px;}
.margin-right-15px{margin-right: 15px;}
.margin-right-20px{margin-right: 20px;}
.margin-right-25px{margin-right: 25px;}
.margin-right-30px{margin-right: 30px;}
.margin-right-35px{margin-right: 35px;}
.margin-right-40px{margin-right: 40px;}
.margin-right-45px{margin-right: 45px;}
.margin-right-50px{margin-right: 50px;}
.margin-right-55px{margin-right: 55px;}
.margin-right-60px{margin-right: 60px;}
.margin-right-65px{margin-right: 65px;}
.margin-right-70px{margin-right: 70px;}
.margin-right-75px{margin-right: 75px;}
.margin-right-80px{margin-right: 80px;}
.margin-right-85px{margin-right: 85px;}
.margin-right-90px{margin-right: 90px;}
.margin-right-95px{margin-right: 95px;}
.margin-right-100px{margin-right: 100px;}
.margin-right-150px{margin-right: 150px;}
.margin-right-200px{margin-right: 200px;}
.margin-right-250px{margin-right: 250px;}
.margin-right-300px{margin-right: 300px;}
.margin-right-350px{margin-right: 350px;}
.margin-right-400px{margin-right: 400px;}
.margin-right-450px{margin-right: 450px;}
.margin-right-500px{margin-right: 500px;}
.margin-right-550px{margin-right: 550px;}
.margin-right-600px{margin-right: 600px;}
.margin-right-650px{margin-right: 650px;}
.margin-right-700px{margin-right: 700px;}
.margin-right-750px{margin-right: 750px;}
.margin-right-850px{margin-right: 850px;}
.margin-right-900px{margin-right: 900px;}
.margin-right-950px{margin-right: 950px;}
.margin-right-1000px{margin-right: 1000px;}


/* padding */
.padding-0px{padding: 0px;}
.padding-5px{padding: 5px;}
.padding-10px{padding: 10px;}
.padding-15px{padding: 15px;}
.padding-20px{padding: 20px;}
.padding-25px{padding: 25px;}
.padding-30px{padding: 30px;}
.padding-35px{padding: 35px;}
.padding-40px{padding: 40px;}
.padding-45px{padding: 45px;}
.padding-50px{padding: 50px;}
.padding-55px{padding: 55px;}
.padding-60px{padding: 60px;}
.padding-65px{padding: 65px;}
.padding-70px{padding: 70px;}
.padding-75px{padding: 75px;}
.padding-80px{padding: 80px;}
.padding-85px{padding: 85px;}
.padding-90px{padding: 90px;}
.padding-95px{padding: 95px;}
.padding-100px{padding: 100px;}
.padding-150px{padding: 150px;}
.padding-200px{padding: 200px;}
.padding-250px{padding: 250px;}
.padding-300px{padding: 300px;}
.padding-350px{padding: 350px;}
.padding-400px{padding: 400px;}
.padding-450px{padding: 450px;}
.padding-500px{padding: 500px;}
.padding-550px{padding: 550px;}
.padding-600px{padding: 600px;}
.padding-650px{padding: 650px;}
.padding-700px{padding: 700px;}
.padding-750px{padding: 750px;}
.padding-850px{padding: 850px;}
.padding-900px{padding: 900px;}
.padding-950px{padding: 950px;}
.padding-1000px{padding: 1000px;}


/* padding-top */
.padding-top-0px{padding-top: 0px;}
.padding-top-5px{padding-top: 5px;}
.padding-top-10px{padding-top: 10px;}
.padding-top-15px{padding-top: 15px;}
.padding-top-20px{padding-top: 20px;}
.padding-top-25px{padding-top: 25px;}
.padding-top-30px{padding-top: 30px;}
.padding-top-35px{padding-top: 35px;}
.padding-top-40px{padding-top: 40px;}
.padding-top-45px{padding-top: 45px;}
.padding-top-50px{padding-top: 50px;}
.padding-top-55px{padding-top: 55px;}
.padding-top-60px{padding-top: 60px;}
.padding-top-65px{padding-top: 65px;}
.padding-top-70px{padding-top: 70px;}
.padding-top-75px{padding-top: 75px;}
.padding-top-80px{padding-top: 80px;}
.padding-top-85px{padding-top: 85px;}
.padding-top-90px{padding-top: 90px;}
.padding-top-95px{padding-top: 95px;}
.padding-top-100px{padding-top: 100px;}
.padding-top-150px{padding-top: 150px;}
.padding-top-200px{padding-top: 200px;}
.padding-top-250px{padding-top: 250px;}
.padding-top-300px{padding-top: 300px;}
.padding-top-350px{padding-top: 350px;}
.padding-top-400px{padding-top: 400px;}
.padding-top-450px{padding-top: 450px;}
.padding-top-500px{padding-top: 500px;}
.padding-top-550px{padding-top: 550px;}
.padding-top-600px{padding-top: 600px;}
.padding-top-650px{padding-top: 650px;}
.padding-top-700px{padding-top: 700px;}
.padding-top-750px{padding-top: 750px;}
.padding-top-850px{padding-top: 850px;}
.padding-top-900px{padding-top: 900px;}
.padding-top-950px{padding-top: 950px;}
.padding-top-1000px{padding-top: 1000px;}


/* padding-bottom */
.padding-bottom-0px{padding-bottom: 0px;}
.padding-bottom-5px{padding-bottom: 5px;}
.padding-bottom-10px{padding-bottom: 10px;}
.padding-bottom-15px{padding-bottom: 15px;}
.padding-bottom-20px{padding-bottom: 20px;}
.padding-bottom-25px{padding-bottom: 25px;}
.padding-bottom-30px{padding-bottom: 30px;}
.padding-bottom-35px{padding-bottom: 35px;}
.padding-bottom-40px{padding-bottom: 40px;}
.padding-bottom-45px{padding-bottom: 45px;}
.padding-bottom-50px{padding-bottom: 50px;}
.padding-bottom-55px{padding-bottom: 55px;}
.padding-bottom-60px{padding-bottom: 60px;}
.padding-bottom-65px{padding-bottom: 65px;}
.padding-bottom-70px{padding-bottom: 70px;}
.padding-bottom-75px{padding-bottom: 75px;}
.padding-bottom-80px{padding-bottom: 80px;}
.padding-bottom-85px{padding-bottom: 85px;}
.padding-bottom-90px{padding-bottom: 90px;}
.padding-bottom-95px{padding-bottom: 95px;}
.padding-bottom-100px{padding-bottom: 100px;}
.padding-bottom-150px{padding-bottom: 150px;}
.padding-bottom-200px{padding-bottom: 200px;}
.padding-bottom-250px{padding-bottom: 250px;}
.padding-bottom-300px{padding-bottom: 300px;}
.padding-bottom-350px{padding-bottom: 350px;}
.padding-bottom-400px{padding-bottom: 400px;}
.padding-bottom-450px{padding-bottom: 450px;}
.padding-bottom-500px{padding-bottom: 500px;}
.padding-bottom-550px{padding-bottom: 550px;}
.padding-bottom-600px{padding-bottom: 600px;}
.padding-bottom-650px{padding-bottom: 650px;}
.padding-bottom-700px{padding-bottom: 700px;}
.padding-bottom-750px{padding-bottom: 750px;}
.padding-bottom-850px{padding-bottom: 850px;}
.padding-bottom-900px{padding-bottom: 900px;}
.padding-bottom-950px{padding-bottom: 950px;}
.padding-bottom-1000px{padding-bottom: 1000px;}


/* padding-left */
.padding-left-0px{padding-left: 0px;}
.padding-left-5px{padding-left: 5px;}
.padding-left-10px{padding-left: 10px;}
.padding-left-15px{padding-left: 15px;}
.padding-left-20px{padding-left: 20px;}
.padding-left-25px{padding-left: 25px;}
.padding-left-30px{padding-left: 30px;}
.padding-left-35px{padding-left: 35px;}
.padding-left-40px{padding-left: 40px;}
.padding-left-45px{padding-left: 45px;}
.padding-left-50px{padding-left: 50px;}
.padding-left-55px{padding-left: 55px;}
.padding-left-60px{padding-left: 60px;}
.padding-left-65px{padding-left: 65px;}
.padding-left-70px{padding-left: 70px;}
.padding-left-75px{padding-left: 75px;}
.padding-left-80px{padding-left: 80px;}
.padding-left-85px{padding-left: 85px;}
.padding-left-90px{padding-left: 90px;}
.padding-left-95px{padding-left: 95px;}
.padding-left-100px{padding-left: 100px;}
.padding-left-150px{padding-left: 150px;}
.padding-left-200px{padding-left: 200px;}
.padding-left-250px{padding-left: 250px;}
.padding-left-300px{padding-left: 300px;}
.padding-left-350px{padding-left: 350px;}
.padding-left-400px{padding-left: 400px;}
.padding-left-450px{padding-left: 450px;}
.padding-left-500px{padding-left: 500px;}
.padding-left-550px{padding-left: 550px;}
.padding-left-600px{padding-left: 600px;}
.padding-left-650px{padding-left: 650px;}
.padding-left-700px{padding-left: 700px;}
.padding-left-750px{padding-left: 750px;}
.padding-left-850px{padding-left: 850px;}
.padding-left-900px{padding-left: 900px;}
.padding-left-950px{padding-left: 950px;}
.padding-left-1000px{padding-left: 1000px;}


/* padding-right */
.padding-right-0px{padding-right: 0px;}
.padding-right-5px{padding-right: 5px;}
.padding-right-10px{padding-right: 10px;}
.padding-right-15px{padding-right: 15px;}
.padding-right-20px{padding-right: 20px;}
.padding-right-25px{padding-right: 25px;}
.padding-right-30px{padding-right: 30px;}
.padding-right-35px{padding-right: 35px;}
.padding-right-40px{padding-right: 40px;}
.padding-right-45px{padding-right: 45px;}
.padding-right-50px{padding-right: 50px;}
.padding-right-55px{padding-right: 55px;}
.padding-right-60px{padding-right: 60px;}
.padding-right-65px{padding-right: 65px;}
.padding-right-70px{padding-right: 70px;}
.padding-right-75px{padding-right: 75px;}
.padding-right-80px{padding-right: 80px;}
.padding-right-85px{padding-right: 85px;}
.padding-right-90px{padding-right: 90px;}
.padding-right-95px{padding-right: 95px;}
.padding-right-100px{padding-right: 100px;}
.padding-right-150px{padding-right: 150px;}
.padding-right-200px{padding-right: 200px;}
.padding-right-250px{padding-right: 250px;}
.padding-right-300px{padding-right: 300px;}
.padding-right-350px{padding-right: 350px;}
.padding-right-400px{padding-right: 400px;}
.padding-right-450px{padding-right: 450px;}
.padding-right-500px{padding-right: 500px;}
.padding-right-550px{padding-right: 550px;}
.padding-right-600px{padding-right: 600px;}
.padding-right-650px{padding-right: 650px;}
.padding-right-700px{padding-right: 700px;}
.padding-right-750px{padding-right: 750px;}
.padding-right-850px{padding-right: 850px;}
.padding-right-900px{padding-right: 900px;}
.padding-right-950px{padding-right: 950px;}
.padding-right-1000px{padding-right: 1000px;}


/* border-width */
.border-1px{ border-width: 1px;}
.border-2px{ border-width: 2px;}
.border-3px{ border-width: 3px;}
.border-4px{ border-width: 4px;}
.border-5px{ border-width: 5px;}
.border-6px{ border-width: 6px;}
.border-7px{ border-width: 7px;}
.border-8px{ border-width: 8px;}
.border-9px{ border-width: 9px;}
.border-10px{ border-width: 10px;}
.border-15px{ border-width: 15px;}
.border-20px{ border-width: 20px;}
.border-25px{ border-width: 25px;}
.border-30px{ border-width: 30px;}
.border-35px{ border-width: 35px;}
.border-40px{ border-width: 40px;}
.border-45px{ border-width: 45px;}
.border-50px{ border-width: 50px;}


/* border-top-width */
.border-top-1px{border-top-width: 1px;}
.border-top-2px{border-top-width: 2px;}
.border-top-3px{border-top-width: 3px;}
.border-top-4px{border-top-width: 4px;}
.border-top-5px{border-top-width: 5px;}
.border-top-6px{border-top-width: 6px;}
.border-top-7px{border-top-width: 7px;}
.border-top-8px{border-top-width: 8px;}
.border-top-9px{border-top-width: 9px;}
.border-top-10px{border-top-width: 10px;}
.border-top-15px{border-top-width: 15px;}
.border-top-20px{border-top-width: 20px;}
.border-top-25px{border-top-width: 25px;}
.border-top-30px{border-top-width: 30px;}
.border-top-35px{border-top-width: 35px;}
.border-top-40px{border-top-width: 40px;}
.border-top-45px{border-top-width: 45px;}
.border-top-50px{border-top-width: 50px;}


/* border-bottom-width */
.border-bottom-1px{border-bottom-width: 1px;}
.border-bottom-2px{border-bottom-width: 2px;}
.border-bottom-3px{border-bottom-width: 3px;}
.border-bottom-4px{border-bottom-width: 4px;}
.border-bottom-5px{border-bottom-width: 5px;}
.border-bottom-6px{border-bottom-width: 6px;}
.border-bottom-7px{border-bottom-width: 7px;}
.border-bottom-8px{border-bottom-width: 8px;}
.border-bottom-9px{border-bottom-width: 9px;}
.border-bottom-10px{border-bottom-width: 10px;}
.border-bottom-15px{border-bottom-width: 15px;}
.border-bottom-20px{border-bottom-width: 20px;}
.border-bottom-25px{border-bottom-width: 25px;}
.border-bottom-30px{border-bottom-width: 30px;}
.border-bottom-35px{border-bottom-width: 35px;}
.border-bottom-40px{border-bottom-width: 40px;}
.border-bottom-45px{border-bottom-width: 45px;}
.border-bottom-50px{border-bottom-width: 50px;}


/* border-left-width */
.border-left-1px{border-left-width: 1px;}
.border-left-2px{border-left-width: 2px;}
.border-left-3px{border-left-width: 3px;}
.border-left-4px{border-left-width: 4px;}
.border-left-5px{border-left-width: 5px;}
.border-left-6px{border-left-width: 6px;}
.border-left-7px{border-left-width: 7px;}
.border-left-8px{border-left-width: 8px;}
.border-left-9px{border-left-width: 9px;}
.border-left-10px{border-left-width: 10px;}
.border-left-15px{border-left-width: 15px;}
.border-left-20px{border-left-width: 20px;}
.border-left-25px{border-left-width: 25px;}
.border-left-30px{border-left-width: 30px;}
.border-left-35px{border-left-width: 35px;}
.border-left-40px{border-left-width: 40px;}
.border-left-45px{border-left-width: 45px;}
.border-left-50px{border-left-width: 50px;}


/* border-right-width */
.border-right-1px{border-right-width: 1px;}
.border-right-2px{border-right-width: 2px;}
.border-right-3px{border-right-width: 3px;}
.border-right-4px{border-right-width: 4px;}
.border-right-5px{border-right-width: 5px;}
.border-right-6px{border-right-width: 6px;}
.border-right-7px{border-right-width: 7px;}
.border-right-8px{border-right-width: 8px;}
.border-right-9px{border-right-width: 9px;}
.border-right-10px{border-right-width: 10px;}
.border-right-15px{border-right-width: 15px;}
.border-right-20px{border-right-width: 20px;}
.border-right-25px{border-right-width: 25px;}
.border-right-30px{border-right-width: 30px;}
.border-right-35px{border-right-width: 35px;}
.border-right-40px{border-right-width: 40px;}
.border-right-45px{border-right-width: 45px;}
.border-right-50px{border-right-width: 50px;}


/* border-style */
.border-solid{border-style: solid;}
.border-dashed{border-style: dashed;}
.border-dotted{border-style: dotted;}
.border-double{border-style: double;}
.border-groove{border-style: groove;}
.border-ridge{border-style: ridge;}
.border-inset{border-style: inset;}
.border-outse{border-style: outse;}


/* border-top-style */
.border-top-solid{border-top-style: solid;}
.border-top-dashed{border-top-style: dashed;}
.border-top-dotted{border-top-style: dotted;}
.border-top-double{border-top-style: double;}
.border-top-groove{border-top-style: groove;}
.border-top-ridge{border-top-style: ridge;}
.border-top-inset{border-top-style: inset;}
.border-top-outse{border-top-style: outse;}


/* border-bottom-style */
.border-bottom-solid{border-bottom-style: solid;}
.border-bottom-dashed{border-bottom-style: dashed;}
.border-bottom-dotted{border-bottom-style: dotted;}
.border-bottom-double{border-bottom-style: double;}
.border-bottom-groove{border-bottom-style: groove;}
.border-bottom-ridge{border-bottom-style: ridge;}
.border-bottom-inset{border-bottom-style: inset;}
.border-bottom-outse{border-bottom-style: outse;}


/* border-left-style */
.border-left-solid{border-left-style: solid;}
.border-left-dashed{border-left-style: dashed;}
.border-left-dotted{border-left-style: dotted;}
.border-left-double{border-left-style: double;}
.border-left-groove{border-left-style: groove;}
.border-left-ridge{border-left-style: ridge;}
.border-left-inset{border-left-style: inset;}
.border-left-outse{border-left-style: outse;}


/* border-right-style */
.border-right-solid{border-right-style: solid;}
.border-right-dashed{border-right-style: dashed;}
.border-right-dotted{border-right-style: dotted;}
.border-right-double{border-right-style: double;}
.border-right-groove{border-right-style: groove;}
.border-right-ridge{border-right-style: ridge;}
.border-right-inset{border-right-style: inset;}
.border-right-outse{border-right-style: outse;}


/* border-color */
.border-aliceblue{border-color: var(--gs-aliceblue);}
.border-antiquewhite{border-color: var(--gs-antiquewhite);}
.border-aqua{border-color: var(--gs-aqua);}
.border-aquamarine{border-color: var(--gs-aquamarine);}
.border-azure{border-color: var(--gs-azure);}
.border-beige{border-color: var(--gs-beige);}
.border-bisque{border-color: var(--gs-bisque);}
.border-black{border-color: var(--gs-black);}
.border-blanchedalmond{border-color: var(--gs-blanchedalmond);}
.border-blue{border-color: var(--gs-blue);}
.border-blueviolet{border-color: var(--gs-blueviolet);}
.border-brown{border-color: var(--gs-brown);}
.border-burlywood{border-color: var(--gs-burlywood);}
.border-cadetblue{border-color: var(--gs-cadetblue);}
.border-chartreuse{border-color: var(--gs-chartreuse);}
.border-chocolate{border-color: var(--gs-chocolate);}
.border-coral{border-color: var(--gs-coral);}
.border-cornflowerblue{border-color: var(--gs-cornflowerblue);}
.border-cornsilk{border-color: var(--gs-cornsilk);}
.border-crimson{border-color: var(--gs-crimson);}
.border-cyan{border-color: var(--gs-cyan);}
.border-darkblue{border-color: var(--gs-darkblue);}
.border-darkcyan{border-color: var(--gs-darkcyan);}
.border-darkgoldenrod{border-color: var(--gs-darkgoldenrod);}
.border-darkgray{border-color: var(--gs-darkgray);}
.border-darkgreen{border-color: var(--gs-darkgreen);}
.border-darkgrey{border-color: var(--gs-darkgrey);}
.border-darkkhaki{border-color: var(--gs-darkkhaki);}
.border-darkmagenta{border-color: var(--gs-darkmagenta);}
.border-darkolivegreen{border-color: var(--gs-darkolivegreen);}
.border-darkorange{border-color: var(--gs-darkorange);}
.border-darkorchid{border-color: var(--gs-darkorchid);}
.border-darkred{border-color: var(--gs-darkred);}
.border-darksalmon{border-color: var(--gs-darksalmon);}
.border-darkseagreen{border-color: var(--gs-darkseagreen);}
.border-darkslateblue{border-color: var(--gs-darkslateblue);}
.border-darkslategray{border-color: var(--gs-darkslategray);}
.border-darkslategrey{border-color: var(--gs-darkslategrey);}
.border-darkturquoise{border-color: var(--gs-darkturquoise);}
.border-darkviolet{border-color: var(--gs-darkviolet);}
.border-deeppink{border-color: var(--gs-deeppink);}
.border-deepskyblue{border-color: var(--gs-deepskyblue);}
.border-dimgray{border-color: var(--gs-dimgray);}
.border-dimgrey{border-color: var(--gs-dimgrey);}
.border-dodgerblue{border-color: var(--gs-dodgerblue);}
.border-firebrick{border-color: var(--gs-firebrick);}
.border-floralwhite{border-color: var(--gs-floralwhite);}
.border-forestgreen{border-color: var(--gs-forestgreen);}
.border-fuchsia{border-color: var(--gs-fuchsia);}
.border-gainsboro{border-color: var(--gs-gainsboro);}
.border-ghostwhite{border-color: var(--gs-ghostwhite);}
.border-gold{border-color: var(--gs-gold);}
.border-goldenrod{border-color: var(--gs-goldenrod);}
.border-gray{border-color: var(--gs-gray);}
.border-green{border-color: var(--gs-green);}
.border-greenyellow{border-color: var(--gs-greenyellow);}
.border-grey{border-color: var(--gs-grey);}
.border-honeydew{border-color: var(--gs-honeydew);}
.border-hotpink{border-color: var(--gs-hotpink);}
.border-indianred{border-color: var(--gs-indianred);}
.border-indigo{border-color: var(--gs-indigo);}
.border-ivory{border-color: var(--gs-ivory);}
.border-khaki{border-color: var(--gs-khaki);}
.border-lavender{border-color: var(--gs-lavender);}
.border-lavenderblush{border-color: var(--gs-lavenderblush);}
.border-lawngreen{border-color: var(--gs-lawngreen);}
.border-lemonchiffon{border-color: var(--gs-lemonchiffon);}
.border-lightblue{border-color: var(--gs-lightblue);}
.border-lightcoral{border-color: var(--gs-lightcoral);}
.border-lightcyan{border-color: var(--gs-lightcyan);}
.border-lightgoldenrodyellow{border-color: var(--gs-lightgoldenrodyellow);}
.border-lightgray{border-color: var(--gs-lightgray);}
.border-lightgreen{border-color: var(--gs-lightgreen);}
.border-lightgrey{border-color: var(--gs-lightgrey);}
.border-lightpink{border-color: var(--gs-lightpink);}
.border-lightsalmon{border-color: var(--gs-lightsalmon);}
.border-lightseagreen{border-color: var(--gs-lightseagreen);}
.border-lightskyblue{border-color: var(--gs-lightskyblue);}
.border-lightslategray{border-color: var(--gs-lightslategray);}
.border-lightslategrey{border-color: var(--gs-lightslategrey);}
.border-lightsteelblue{border-color: var(--gs-lightsteelblue);}
.border-lightyellow{border-color: var(--gs-lightyellow);}
.border-lime{border-color: var(--gs-lime);}
.border-limegreen{border-color: var(--gs-limegreen);}
.border-linen{border-color: var(--gs-linen);}
.border-magenta{border-color: var(--gs-magenta);}
.border-maroon{border-color: var(--gs-maroon);}
.border-mediumaquamarine{border-color: var(--gs-mediumaquamarine);}
.border-mediumblue{border-color: var(--gs-mediumblue);}
.border-mediumorchid{border-color: var(--gs-mediumorchid);}
.border-mediumpurple{border-color: var(--gs-mediumpurple);}
.border-mediumseagreen{border-color: var(--gs-mediumseagreen);}
.border-mediumslateblue{border-color: var(--gs-mediumslateblue);}
.border-mediumspringgreen{border-color: var(--gs-mediumspringgreen);}
.border-mediumturquoise{border-color: var(--gs-mediumturquoise);}
.border-mediumvioletred{border-color: var(--gs-mediumvioletred);}
.border-midnightblue{border-color: var(--gs-midnightblue);}
.border-mintcream{border-color: var(--gs-mintcream);}
.border-mistyrose{border-color: var(--gs-mistyrose);}
.border-moccasin{border-color: var(--gs-moccasin);}
.border-navajowhite{border-color: var(--gs-navajowhite);}
.border-navy{border-color: var(--gs-navy);}
.border-oldlace{border-color: var(--gs-oldlace);}
.border-olive{border-color: var(--gs-olive);}
.border-olivedrab{border-color: var(--gs-olivedrab);}
.border-orange{border-color: var(--gs-orange);}
.border-orangered{border-color: var(--gs-orangered);}
.border-orchid{border-color: var(--gs-orchid);}
.border-palegoldenrod{border-color: var(--gs-palegoldenrod);}
.border-palegreen{border-color: var(--gs-palegreen);}
.border-paleturquoise{border-color: var(--gs-paleturquoise);}
.border-palevioletred{border-color: var(--gs-palevioletred);}
.border-papayawhip{border-color: var(--gs-papayawhip);}
.border-peachpuff{border-color: var(--gs-peachpuff);}
.border-peru{border-color: var(--gs-peru);}
.border-pink{border-color: var(--gs-pink);}
.border-plum{border-color: var(--gs-plum);}
.border-powderblue{border-color: var(--gs-powderblue);}
.border-purple{border-color: var(--gs-purple);}
.border-rebeccapurple{border-color: var(--gs-rebeccapurple);}
.border-red{border-color: var(--gs-red);}
.border-rosybrown{border-color: var(--gs-rosybrown);}
.border-royalblue{border-color: var(--gs-royalblue);}
.border-saddlebrown{border-color: var(--gs-saddlebrown);}
.border-salmon{border-color: var(--gs-salmon);}
.border-sandybrown{border-color: var(--gs-sandybrown);}
.border-seagreen{border-color: var(--gs-seagreen);}
.border-seashell{border-color: var(--gs-seashell);}
.border-sienna{border-color: var(--gs-sienna);}
.border-silver{border-color: var(--gs-silver);}
.border-skyblue{border-color: var(--gs-skyblue);}
.border-slateblue{border-color: var(--gs-slateblue);}
.border-slategray{border-color: var(--gs-slategray);}
.border-slategrey{border-color: var(--gs-slategrey);}
.border-snow{border-color: var(--gs-snow);}
.border-springgreen{border-color: var(--gs-springgreen);}
.border-steelblue{border-color: var(--gs-steelblue);}
.border-tan{border-color: var(--gs-tan);}
.border-teal{border-color: var(--gs-teal);}
.border-thistle{border-color: var(--gs-thistle);}
.border-tomato{border-color: var(--gs-tomato);}
.border-turquoise{border-color: var(--gs-turquoise);}
.border-violet{border-color: var(--gs-violet);}
.border-wheat{border-color: var(--gs-wheat);}
.border-white{border-color: var(--gs-white);}
.border-whitesmoke{border-color: var(--gs-whitesmoke);}
.border-yellow{border-color: var(--gs-yellow);}
.border-yellowgreen{border-color: var(--gs-yellowgreen);}
.border-000{border-color: var(--gs-000);}
.border-111{border-color: var(--gs-111);}
.border-222{border-color: var(--gs-222);}
.border-333{border-color: var(--gs-333);}
.border-444{border-color: var(--gs-444);}
.border-555{border-color: var(--gs-555);}
.border-666{border-color: var(--gs-666);}
.border-777{border-color: var(--gs-777);}
.border-888{border-color: var(--gs-888);}
.border-999{border-color: var(--gs-999);}
.border-AAA{border-color: var(--gs-AAA);}
.border-BBB{border-color: var(--gs-BBB);}
.border-CCC{border-color: var(--gs-CCC);}
.border-DDD{border-color: var(--gs-DDD);}
.border-EEE{border-color: var(--gs-EEE);}
.border-FFF{border-color: var(--gs-FFF);}
.border-F1{border-color: var(--gs-F1);}
.border-F2{border-color: var(--gs-F2);}
.border-F3{border-color: var(--gs-F3);}
.border-F4{border-color: var(--gs-F4);}
.border-F5{border-color: var(--gs-F5);}
.border-F6{border-color: var(--gs-F6);}
.border-F7{border-color: var(--gs-F7);}
.border-F8{border-color: var(--gs-F8);}
.border-F9{border-color: var(--gs-F9);}


/* border-top-color */
.border-top-aliceblue{border-top-color: var(--gs-aliceblue);}
.border-top-antiquewhite{border-top-color: var(--gs-antiquewhite);}
.border-top-aqua{border-top-color: var(--gs-aqua);}
.border-top-aquamarine{border-top-color: var(--gs-aquamarine);}
.border-top-azure{border-top-color: var(--gs-azure);}
.border-top-beige{border-top-color: var(--gs-beige);}
.border-top-bisque{border-top-color: var(--gs-bisque);}
.border-top-black{border-top-color: var(--gs-black);}
.border-top-blanchedalmond{border-top-color: var(--gs-blanchedalmond);}
.border-top-blue{border-top-color: var(--gs-blue);}
.border-top-blueviolet{border-top-color: var(--gs-blueviolet);}
.border-top-brown{border-top-color: var(--gs-brown);}
.border-top-burlywood{border-top-color: var(--gs-burlywood);}
.border-top-cadetblue{border-top-color: var(--gs-cadetblue);}
.border-top-chartreuse{border-top-color: var(--gs-chartreuse);}
.border-top-chocolate{border-top-color: var(--gs-chocolate);}
.border-top-coral{border-top-color: var(--gs-coral);}
.border-top-cornflowerblue{border-top-color: var(--gs-cornflowerblue);}
.border-top-cornsilk{border-top-color: var(--gs-cornsilk);}
.border-top-crimson{border-top-color: var(--gs-crimson);}
.border-top-cyan{border-top-color: var(--gs-cyan);}
.border-top-darkblue{border-top-color: var(--gs-darkblue);}
.border-top-darkcyan{border-top-color: var(--gs-darkcyan);}
.border-top-darkgoldenrod{border-top-color: var(--gs-darkgoldenrod);}
.border-top-darkgray{border-top-color: var(--gs-darkgray);}
.border-top-darkgreen{border-top-color: var(--gs-darkgreen);}
.border-top-darkgrey{border-top-color: var(--gs-darkgrey);}
.border-top-darkkhaki{border-top-color: var(--gs-darkkhaki);}
.border-top-darkmagenta{border-top-color: var(--gs-darkmagenta);}
.border-top-darkolivegreen{border-top-color: var(--gs-darkolivegreen);}
.border-top-darkorange{border-top-color: var(--gs-darkorange);}
.border-top-darkorchid{border-top-color: var(--gs-darkorchid);}
.border-top-darkred{border-top-color: var(--gs-darkred);}
.border-top-darksalmon{border-top-color: var(--gs-darksalmon);}
.border-top-darkseagreen{border-top-color: var(--gs-darkseagreen);}
.border-top-darkslateblue{border-top-color: var(--gs-darkslateblue);}
.border-top-darkslategray{border-top-color: var(--gs-darkslategray);}
.border-top-darkslategrey{border-top-color: var(--gs-darkslategrey);}
.border-top-darkturquoise{border-top-color: var(--gs-darkturquoise);}
.border-top-darkviolet{border-top-color: var(--gs-darkviolet);}
.border-top-deeppink{border-top-color: var(--gs-deeppink);}
.border-top-deepskyblue{border-top-color: var(--gs-deepskyblue);}
.border-top-dimgray{border-top-color: var(--gs-dimgray);}
.border-top-dimgrey{border-top-color: var(--gs-dimgrey);}
.border-top-dodgerblue{border-top-color: var(--gs-dodgerblue);}
.border-top-firebrick{border-top-color: var(--gs-firebrick);}
.border-top-floralwhite{border-top-color: var(--gs-floralwhite);}
.border-top-forestgreen{border-top-color: var(--gs-forestgreen);}
.border-top-fuchsia{border-top-color: var(--gs-fuchsia);}
.border-top-gainsboro{border-top-color: var(--gs-gainsboro);}
.border-top-ghostwhite{border-top-color: var(--gs-ghostwhite);}
.border-top-gold{border-top-color: var(--gs-gold);}
.border-top-goldenrod{border-top-color: var(--gs-goldenrod);}
.border-top-gray{border-top-color: var(--gs-gray);}
.border-top-green{border-top-color: var(--gs-green);}
.border-top-greenyellow{border-top-color: var(--gs-greenyellow);}
.border-top-grey{border-top-color: var(--gs-grey);}
.border-top-honeydew{border-top-color: var(--gs-honeydew);}
.border-top-hotpink{border-top-color: var(--gs-hotpink);}
.border-top-indianred{border-top-color: var(--gs-indianred);}
.border-top-indigo{border-top-color: var(--gs-indigo);}
.border-top-ivory{border-top-color: var(--gs-ivory);}
.border-top-khaki{border-top-color: var(--gs-khaki);}
.border-top-lavender{border-top-color: var(--gs-lavender);}
.border-top-lavenderblush{border-top-color: var(--gs-lavenderblush);}
.border-top-lawngreen{border-top-color: var(--gs-lawngreen);}
.border-top-lemonchiffon{border-top-color: var(--gs-lemonchiffon);}
.border-top-lightblue{border-top-color: var(--gs-lightblue);}
.border-top-lightcoral{border-top-color: var(--gs-lightcoral);}
.border-top-lightcyan{border-top-color: var(--gs-lightcyan);}
.border-top-lightgoldenrodyellow{border-top-color: var(--gs-lightgoldenrodyellow);}
.border-top-lightgray{border-top-color: var(--gs-lightgray);}
.border-top-lightgreen{border-top-color: var(--gs-lightgreen);}
.border-top-lightgrey{border-top-color: var(--gs-lightgrey);}
.border-top-lightpink{border-top-color: var(--gs-lightpink);}
.border-top-lightsalmon{border-top-color: var(--gs-lightsalmon);}
.border-top-lightseagreen{border-top-color: var(--gs-lightseagreen);}
.border-top-lightskyblue{border-top-color: var(--gs-lightskyblue);}
.border-top-lightslategray{border-top-color: var(--gs-lightslategray);}
.border-top-lightslategrey{border-top-color: var(--gs-lightslategrey);}
.border-top-lightsteelblue{border-top-color: var(--gs-lightsteelblue);}
.border-top-lightyellow{border-top-color: var(--gs-lightyellow);}
.border-top-lime{border-top-color: var(--gs-lime);}
.border-top-limegreen{border-top-color: var(--gs-limegreen);}
.border-top-linen{border-top-color: var(--gs-linen);}
.border-top-magenta{border-top-color: var(--gs-magenta);}
.border-top-maroon{border-top-color: var(--gs-maroon);}
.border-top-mediumaquamarine{border-top-color: var(--gs-mediumaquamarine);}
.border-top-mediumblue{border-top-color: var(--gs-mediumblue);}
.border-top-mediumorchid{border-top-color: var(--gs-mediumorchid);}
.border-top-mediumpurple{border-top-color: var(--gs-mediumpurple);}
.border-top-mediumseagreen{border-top-color: var(--gs-mediumseagreen);}
.border-top-mediumslateblue{border-top-color: var(--gs-mediumslateblue);}
.border-top-mediumspringgreen{border-top-color: var(--gs-mediumspringgreen);}
.border-top-mediumturquoise{border-top-color: var(--gs-mediumturquoise);}
.border-top-mediumvioletred{border-top-color: var(--gs-mediumvioletred);}
.border-top-midnightblue{border-top-color: var(--gs-midnightblue);}
.border-top-mintcream{border-top-color: var(--gs-mintcream);}
.border-top-mistyrose{border-top-color: var(--gs-mistyrose);}
.border-top-moccasin{border-top-color: var(--gs-moccasin);}
.border-top-navajowhite{border-top-color: var(--gs-navajowhite);}
.border-top-navy{border-top-color: var(--gs-navy);}
.border-top-oldlace{border-top-color: var(--gs-oldlace);}
.border-top-olive{border-top-color: var(--gs-olive);}
.border-top-olivedrab{border-top-color: var(--gs-olivedrab);}
.border-top-orange{border-top-color: var(--gs-orange);}
.border-top-orangered{border-top-color: var(--gs-orangered);}
.border-top-orchid{border-top-color: var(--gs-orchid);}
.border-top-palegoldenrod{border-top-color: var(--gs-palegoldenrod);}
.border-top-palegreen{border-top-color: var(--gs-palegreen);}
.border-top-paleturquoise{border-top-color: var(--gs-paleturquoise);}
.border-top-palevioletred{border-top-color: var(--gs-palevioletred);}
.border-top-papayawhip{border-top-color: var(--gs-papayawhip);}
.border-top-peachpuff{border-top-color: var(--gs-peachpuff);}
.border-top-peru{border-top-color: var(--gs-peru);}
.border-top-pink{border-top-color: var(--gs-pink);}
.border-top-plum{border-top-color: var(--gs-plum);}
.border-top-powderblue{border-top-color: var(--gs-powderblue);}
.border-top-purple{border-top-color: var(--gs-purple);}
.border-top-rebeccapurple{border-top-color: var(--gs-rebeccapurple);}
.border-top-red{border-top-color: var(--gs-red);}
.border-top-rosybrown{border-top-color: var(--gs-rosybrown);}
.border-top-royalblue{border-top-color: var(--gs-royalblue);}
.border-top-saddlebrown{border-top-color: var(--gs-saddlebrown);}
.border-top-salmon{border-top-color: var(--gs-salmon);}
.border-top-sandybrown{border-top-color: var(--gs-sandybrown);}
.border-top-seagreen{border-top-color: var(--gs-seagreen);}
.border-top-seashell{border-top-color: var(--gs-seashell);}
.border-top-sienna{border-top-color: var(--gs-sienna);}
.border-top-silver{border-top-color: var(--gs-silver);}
.border-top-skyblue{border-top-color: var(--gs-skyblue);}
.border-top-slateblue{border-top-color: var(--gs-slateblue);}
.border-top-slategray{border-top-color: var(--gs-slategray);}
.border-top-slategrey{border-top-color: var(--gs-slategrey);}
.border-top-snow{border-top-color: var(--gs-snow);}
.border-top-springgreen{border-top-color: var(--gs-springgreen);}
.border-top-steelblue{border-top-color: var(--gs-steelblue);}
.border-top-tan{border-top-color: var(--gs-tan);}
.border-top-teal{border-top-color: var(--gs-teal);}
.border-top-thistle{border-top-color: var(--gs-thistle);}
.border-top-tomato{border-top-color: var(--gs-tomato);}
.border-top-turquoise{border-top-color: var(--gs-turquoise);}
.border-top-violet{border-top-color: var(--gs-violet);}
.border-top-wheat{border-top-color: var(--gs-wheat);}
.border-top-white{border-top-color: var(--gs-white);}
.border-top-whitesmoke{border-top-color: var(--gs-whitesmoke);}
.border-top-yellow{border-top-color: var(--gs-yellow);}
.border-top-yellowgreen{border-top-color: var(--gs-yellowgreen);}
.border-top-000{border-top-color: var(--gs-000);}
.border-top-111{border-top-color: var(--gs-111);}
.border-top-222{border-top-color: var(--gs-222);}
.border-top-333{border-top-color: var(--gs-333);}
.border-top-444{border-top-color: var(--gs-444);}
.border-top-555{border-top-color: var(--gs-555);}
.border-top-666{border-top-color: var(--gs-666);}
.border-top-777{border-top-color: var(--gs-777);}
.border-top-888{border-top-color: var(--gs-888);}
.border-top-999{border-top-color: var(--gs-999);}
.border-top-AAA{border-top-color: var(--gs-AAA);}
.border-top-BBB{border-top-color: var(--gs-BBB);}
.border-top-CCC{border-top-color: var(--gs-CCC);}
.border-top-DDD{border-top-color: var(--gs-DDD);}
.border-top-EEE{border-top-color: var(--gs-EEE);}
.border-top-FFF{border-top-color: var(--gs-FFF);}
.border-top-F1{border-top-color: var(--gs-F1);}
.border-top-F2{border-top-color: var(--gs-F2);}
.border-top-F3{border-top-color: var(--gs-F3);}
.border-top-F4{border-top-color: var(--gs-F4);}
.border-top-F5{border-top-color: var(--gs-F5);}
.border-top-F6{border-top-color: var(--gs-F6);}
.border-top-F7{border-top-color: var(--gs-F7);}
.border-top-F8{border-top-color: var(--gs-F8);}
.border-top-F9{border-top-color: var(--gs-F9);}


/* border-bottom-color */
.border-bottom-aliceblue{border-bottom-color: var(--gs-aliceblue);}
.border-bottom-antiquewhite{border-bottom-color: var(--gs-antiquewhite);}
.border-bottom-aqua{border-bottom-color: var(--gs-aqua);}
.border-bottom-aquamarine{border-bottom-color: var(--gs-aquamarine);}
.border-bottom-azure{border-bottom-color: var(--gs-azure);}
.border-bottom-beige{border-bottom-color: var(--gs-beige);}
.border-bottom-bisque{border-bottom-color: var(--gs-bisque);}
.border-bottom-black{border-bottom-color: var(--gs-black);}
.border-bottom-blanchedalmond{border-bottom-color: var(--gs-blanchedalmond);}
.border-bottom-blue{border-bottom-color: var(--gs-blue);}
.border-bottom-blueviolet{border-bottom-color: var(--gs-blueviolet);}
.border-bottom-brown{border-bottom-color: var(--gs-brown);}
.border-bottom-burlywood{border-bottom-color: var(--gs-burlywood);}
.border-bottom-cadetblue{border-bottom-color: var(--gs-cadetblue);}
.border-bottom-chartreuse{border-bottom-color: var(--gs-chartreuse);}
.border-bottom-chocolate{border-bottom-color: var(--gs-chocolate);}
.border-bottom-coral{border-bottom-color: var(--gs-coral);}
.border-bottom-cornflowerblue{border-bottom-color: var(--gs-cornflowerblue);}
.border-bottom-cornsilk{border-bottom-color: var(--gs-cornsilk);}
.border-bottom-crimson{border-bottom-color: var(--gs-crimson);}
.border-bottom-cyan{border-bottom-color: var(--gs-cyan);}
.border-bottom-darkblue{border-bottom-color: var(--gs-darkblue);}
.border-bottom-darkcyan{border-bottom-color: var(--gs-darkcyan);}
.border-bottom-darkgoldenrod{border-bottom-color: var(--gs-darkgoldenrod);}
.border-bottom-darkgray{border-bottom-color: var(--gs-darkgray);}
.border-bottom-darkgreen{border-bottom-color: var(--gs-darkgreen);}
.border-bottom-darkgrey{border-bottom-color: var(--gs-darkgrey);}
.border-bottom-darkkhaki{border-bottom-color: var(--gs-darkkhaki);}
.border-bottom-darkmagenta{border-bottom-color: var(--gs-darkmagenta);}
.border-bottom-darkolivegreen{border-bottom-color: var(--gs-darkolivegreen);}
.border-bottom-darkorange{border-bottom-color: var(--gs-darkorange);}
.border-bottom-darkorchid{border-bottom-color: var(--gs-darkorchid);}
.border-bottom-darkred{border-bottom-color: var(--gs-darkred);}
.border-bottom-darksalmon{border-bottom-color: var(--gs-darksalmon);}
.border-bottom-darkseagreen{border-bottom-color: var(--gs-darkseagreen);}
.border-bottom-darkslateblue{border-bottom-color: var(--gs-darkslateblue);}
.border-bottom-darkslategray{border-bottom-color: var(--gs-darkslategray);}
.border-bottom-darkslategrey{border-bottom-color: var(--gs-darkslategrey);}
.border-bottom-darkturquoise{border-bottom-color: var(--gs-darkturquoise);}
.border-bottom-darkviolet{border-bottom-color: var(--gs-darkviolet);}
.border-bottom-deeppink{border-bottom-color: var(--gs-deeppink);}
.border-bottom-deepskyblue{border-bottom-color: var(--gs-deepskyblue);}
.border-bottom-dimgray{border-bottom-color: var(--gs-dimgray);}
.border-bottom-dimgrey{border-bottom-color: var(--gs-dimgrey);}
.border-bottom-dodgerblue{border-bottom-color: var(--gs-dodgerblue);}
.border-bottom-firebrick{border-bottom-color: var(--gs-firebrick);}
.border-bottom-floralwhite{border-bottom-color: var(--gs-floralwhite);}
.border-bottom-forestgreen{border-bottom-color: var(--gs-forestgreen);}
.border-bottom-fuchsia{border-bottom-color: var(--gs-fuchsia);}
.border-bottom-gainsboro{border-bottom-color: var(--gs-gainsboro);}
.border-bottom-ghostwhite{border-bottom-color: var(--gs-ghostwhite);}
.border-bottom-gold{border-bottom-color: var(--gs-gold);}
.border-bottom-goldenrod{border-bottom-color: var(--gs-goldenrod);}
.border-bottom-gray{border-bottom-color: var(--gs-gray);}
.border-bottom-green{border-bottom-color: var(--gs-green);}
.border-bottom-greenyellow{border-bottom-color: var(--gs-greenyellow);}
.border-bottom-grey{border-bottom-color: var(--gs-grey);}
.border-bottom-honeydew{border-bottom-color: var(--gs-honeydew);}
.border-bottom-hotpink{border-bottom-color: var(--gs-hotpink);}
.border-bottom-indianred{border-bottom-color: var(--gs-indianred);}
.border-bottom-indigo{border-bottom-color: var(--gs-indigo);}
.border-bottom-ivory{border-bottom-color: var(--gs-ivory);}
.border-bottom-khaki{border-bottom-color: var(--gs-khaki);}
.border-bottom-lavender{border-bottom-color: var(--gs-lavender);}
.border-bottom-lavenderblush{border-bottom-color: var(--gs-lavenderblush);}
.border-bottom-lawngreen{border-bottom-color: var(--gs-lawngreen);}
.border-bottom-lemonchiffon{border-bottom-color: var(--gs-lemonchiffon);}
.border-bottom-lightblue{border-bottom-color: var(--gs-lightblue);}
.border-bottom-lightcoral{border-bottom-color: var(--gs-lightcoral);}
.border-bottom-lightcyan{border-bottom-color: var(--gs-lightcyan);}
.border-bottom-lightgoldenrodyellow{border-bottom-color: var(--gs-lightgoldenrodyellow);}
.border-bottom-lightgray{border-bottom-color: var(--gs-lightgray);}
.border-bottom-lightgreen{border-bottom-color: var(--gs-lightgreen);}
.border-bottom-lightgrey{border-bottom-color: var(--gs-lightgrey);}
.border-bottom-lightpink{border-bottom-color: var(--gs-lightpink);}
.border-bottom-lightsalmon{border-bottom-color: var(--gs-lightsalmon);}
.border-bottom-lightseagreen{border-bottom-color: var(--gs-lightseagreen);}
.border-bottom-lightskyblue{border-bottom-color: var(--gs-lightskyblue);}
.border-bottom-lightslategray{border-bottom-color: var(--gs-lightslategray);}
.border-bottom-lightslategrey{border-bottom-color: var(--gs-lightslategrey);}
.border-bottom-lightsteelblue{border-bottom-color: var(--gs-lightsteelblue);}
.border-bottom-lightyellow{border-bottom-color: var(--gs-lightyellow);}
.border-bottom-lime{border-bottom-color: var(--gs-lime);}
.border-bottom-limegreen{border-bottom-color: var(--gs-limegreen);}
.border-bottom-linen{border-bottom-color: var(--gs-linen);}
.border-bottom-magenta{border-bottom-color: var(--gs-magenta);}
.border-bottom-maroon{border-bottom-color: var(--gs-maroon);}
.border-bottom-mediumaquamarine{border-bottom-color: var(--gs-mediumaquamarine);}
.border-bottom-mediumblue{border-bottom-color: var(--gs-mediumblue);}
.border-bottom-mediumorchid{border-bottom-color: var(--gs-mediumorchid);}
.border-bottom-mediumpurple{border-bottom-color: var(--gs-mediumpurple);}
.border-bottom-mediumseagreen{border-bottom-color: var(--gs-mediumseagreen);}
.border-bottom-mediumslateblue{border-bottom-color: var(--gs-mediumslateblue);}
.border-bottom-mediumspringgreen{border-bottom-color: var(--gs-mediumspringgreen);}
.border-bottom-mediumturquoise{border-bottom-color: var(--gs-mediumturquoise);}
.border-bottom-mediumvioletred{border-bottom-color: var(--gs-mediumvioletred);}
.border-bottom-midnightblue{border-bottom-color: var(--gs-midnightblue);}
.border-bottom-mintcream{border-bottom-color: var(--gs-mintcream);}
.border-bottom-mistyrose{border-bottom-color: var(--gs-mistyrose);}
.border-bottom-moccasin{border-bottom-color: var(--gs-moccasin);}
.border-bottom-navajowhite{border-bottom-color: var(--gs-navajowhite);}
.border-bottom-navy{border-bottom-color: var(--gs-navy);}
.border-bottom-oldlace{border-bottom-color: var(--gs-oldlace);}
.border-bottom-olive{border-bottom-color: var(--gs-olive);}
.border-bottom-olivedrab{border-bottom-color: var(--gs-olivedrab);}
.border-bottom-orange{border-bottom-color: var(--gs-orange);}
.border-bottom-orangered{border-bottom-color: var(--gs-orangered);}
.border-bottom-orchid{border-bottom-color: var(--gs-orchid);}
.border-bottom-palegoldenrod{border-bottom-color: var(--gs-palegoldenrod);}
.border-bottom-palegreen{border-bottom-color: var(--gs-palegreen);}
.border-bottom-paleturquoise{border-bottom-color: var(--gs-paleturquoise);}
.border-bottom-palevioletred{border-bottom-color: var(--gs-palevioletred);}
.border-bottom-papayawhip{border-bottom-color: var(--gs-papayawhip);}
.border-bottom-peachpuff{border-bottom-color: var(--gs-peachpuff);}
.border-bottom-peru{border-bottom-color: var(--gs-peru);}
.border-bottom-pink{border-bottom-color: var(--gs-pink);}
.border-bottom-plum{border-bottom-color: var(--gs-plum);}
.border-bottom-powderblue{border-bottom-color: var(--gs-powderblue);}
.border-bottom-purple{border-bottom-color: var(--gs-purple);}
.border-bottom-rebeccapurple{border-bottom-color: var(--gs-rebeccapurple);}
.border-bottom-red{border-bottom-color: var(--gs-red);}
.border-bottom-rosybrown{border-bottom-color: var(--gs-rosybrown);}
.border-bottom-royalblue{border-bottom-color: var(--gs-royalblue);}
.border-bottom-saddlebrown{border-bottom-color: var(--gs-saddlebrown);}
.border-bottom-salmon{border-bottom-color: var(--gs-salmon);}
.border-bottom-sandybrown{border-bottom-color: var(--gs-sandybrown);}
.border-bottom-seagreen{border-bottom-color: var(--gs-seagreen);}
.border-bottom-seashell{border-bottom-color: var(--gs-seashell);}
.border-bottom-sienna{border-bottom-color: var(--gs-sienna);}
.border-bottom-silver{border-bottom-color: var(--gs-silver);}
.border-bottom-skyblue{border-bottom-color: var(--gs-skyblue);}
.border-bottom-slateblue{border-bottom-color: var(--gs-slateblue);}
.border-bottom-slategray{border-bottom-color: var(--gs-slategray);}
.border-bottom-slategrey{border-bottom-color: var(--gs-slategrey);}
.border-bottom-snow{border-bottom-color: var(--gs-snow);}
.border-bottom-springgreen{border-bottom-color: var(--gs-springgreen);}
.border-bottom-steelblue{border-bottom-color: var(--gs-steelblue);}
.border-bottom-tan{border-bottom-color: var(--gs-tan);}
.border-bottom-teal{border-bottom-color: var(--gs-teal);}
.border-bottom-thistle{border-bottom-color: var(--gs-thistle);}
.border-bottom-tomato{border-bottom-color: var(--gs-tomato);}
.border-bottom-turquoise{border-bottom-color: var(--gs-turquoise);}
.border-bottom-violet{border-bottom-color: var(--gs-violet);}
.border-bottom-wheat{border-bottom-color: var(--gs-wheat);}
.border-bottom-white{border-bottom-color: var(--gs-white);}
.border-bottom-whitesmoke{border-bottom-color: var(--gs-whitesmoke);}
.border-bottom-yellow{border-bottom-color: var(--gs-yellow);}
.border-bottom-yellowgreen{border-bottom-color: var(--gs-yellowgreen);}
.border-bottom-000{border-bottom-color: var(--gs-000);}
.border-bottom-111{border-bottom-color: var(--gs-111);}
.border-bottom-222{border-bottom-color: var(--gs-222);}
.border-bottom-333{border-bottom-color: var(--gs-333);}
.border-bottom-444{border-bottom-color: var(--gs-444);}
.border-bottom-555{border-bottom-color: var(--gs-555);}
.border-bottom-666{border-bottom-color: var(--gs-666);}
.border-bottom-777{border-bottom-color: var(--gs-777);}
.border-bottom-888{border-bottom-color: var(--gs-888);}
.border-bottom-999{border-bottom-color: var(--gs-999);}
.border-bottom-AAA{border-bottom-color: var(--gs-AAA);}
.border-bottom-BBB{border-bottom-color: var(--gs-BBB);}
.border-bottom-CCC{border-bottom-color: var(--gs-CCC);}
.border-bottom-DDD{border-bottom-color: var(--gs-DDD);}
.border-bottom-EEE{border-bottom-color: var(--gs-EEE);}
.border-bottom-FFF{border-bottom-color: var(--gs-FFF);}
.border-bottom-F1{border-bottom-color: var(--gs-F1);}
.border-bottom-F2{border-bottom-color: var(--gs-F2);}
.border-bottom-F3{border-bottom-color: var(--gs-F3);}
.border-bottom-F4{border-bottom-color: var(--gs-F4);}
.border-bottom-F5{border-bottom-color: var(--gs-F5);}
.border-bottom-F6{border-bottom-color: var(--gs-F6);}
.border-bottom-F7{border-bottom-color: var(--gs-F7);}
.border-bottom-F8{border-bottom-color: var(--gs-F8);}
.border-bottom-F9{border-bottom-color: var(--gs-F9);}


/* border-left-color */
.border-left-aliceblue{border-left-color: var(--gs-aliceblue);}
.border-left-antiquewhite{border-left-color: var(--gs-antiquewhite);}
.border-left-aqua{border-left-color: var(--gs-aqua);}
.border-left-aquamarine{border-left-color: var(--gs-aquamarine);}
.border-left-azure{border-left-color: var(--gs-azure);}
.border-left-beige{border-left-color: var(--gs-beige);}
.border-left-bisque{border-left-color: var(--gs-bisque);}
.border-left-black{border-left-color: var(--gs-black);}
.border-left-blanchedalmond{border-left-color: var(--gs-blanchedalmond);}
.border-left-blue{border-left-color: var(--gs-blue);}
.border-left-blueviolet{border-left-color: var(--gs-blueviolet);}
.border-left-brown{border-left-color: var(--gs-brown);}
.border-left-burlywood{border-left-color: var(--gs-burlywood);}
.border-left-cadetblue{border-left-color: var(--gs-cadetblue);}
.border-left-chartreuse{border-left-color: var(--gs-chartreuse);}
.border-left-chocolate{border-left-color: var(--gs-chocolate);}
.border-left-coral{border-left-color: var(--gs-coral);}
.border-left-cornflowerblue{border-left-color: var(--gs-cornflowerblue);}
.border-left-cornsilk{border-left-color: var(--gs-cornsilk);}
.border-left-crimson{border-left-color: var(--gs-crimson);}
.border-left-cyan{border-left-color: var(--gs-cyan);}
.border-left-darkblue{border-left-color: var(--gs-darkblue);}
.border-left-darkcyan{border-left-color: var(--gs-darkcyan);}
.border-left-darkgoldenrod{border-left-color: var(--gs-darkgoldenrod);}
.border-left-darkgray{border-left-color: var(--gs-darkgray);}
.border-left-darkgreen{border-left-color: var(--gs-darkgreen);}
.border-left-darkgrey{border-left-color: var(--gs-darkgrey);}
.border-left-darkkhaki{border-left-color: var(--gs-darkkhaki);}
.border-left-darkmagenta{border-left-color: var(--gs-darkmagenta);}
.border-left-darkolivegreen{border-left-color: var(--gs-darkolivegreen);}
.border-left-darkorange{border-left-color: var(--gs-darkorange);}
.border-left-darkorchid{border-left-color: var(--gs-darkorchid);}
.border-left-darkred{border-left-color: var(--gs-darkred);}
.border-left-darksalmon{border-left-color: var(--gs-darksalmon);}
.border-left-darkseagreen{border-left-color: var(--gs-darkseagreen);}
.border-left-darkslateblue{border-left-color: var(--gs-darkslateblue);}
.border-left-darkslategray{border-left-color: var(--gs-darkslategray);}
.border-left-darkslategrey{border-left-color: var(--gs-darkslategrey);}
.border-left-darkturquoise{border-left-color: var(--gs-darkturquoise);}
.border-left-darkviolet{border-left-color: var(--gs-darkviolet);}
.border-left-deeppink{border-left-color: var(--gs-deeppink);}
.border-left-deepskyblue{border-left-color: var(--gs-deepskyblue);}
.border-left-dimgray{border-left-color: var(--gs-dimgray);}
.border-left-dimgrey{border-left-color: var(--gs-dimgrey);}
.border-left-dodgerblue{border-left-color: var(--gs-dodgerblue);}
.border-left-firebrick{border-left-color: var(--gs-firebrick);}
.border-left-floralwhite{border-left-color: var(--gs-floralwhite);}
.border-left-forestgreen{border-left-color: var(--gs-forestgreen);}
.border-left-fuchsia{border-left-color: var(--gs-fuchsia);}
.border-left-gainsboro{border-left-color: var(--gs-gainsboro);}
.border-left-ghostwhite{border-left-color: var(--gs-ghostwhite);}
.border-left-gold{border-left-color: var(--gs-gold);}
.border-left-goldenrod{border-left-color: var(--gs-goldenrod);}
.border-left-gray{border-left-color: var(--gs-gray);}
.border-left-green{border-left-color: var(--gs-green);}
.border-left-greenyellow{border-left-color: var(--gs-greenyellow);}
.border-left-grey{border-left-color: var(--gs-grey);}
.border-left-honeydew{border-left-color: var(--gs-honeydew);}
.border-left-hotpink{border-left-color: var(--gs-hotpink);}
.border-left-indianred{border-left-color: var(--gs-indianred);}
.border-left-indigo{border-left-color: var(--gs-indigo);}
.border-left-ivory{border-left-color: var(--gs-ivory);}
.border-left-khaki{border-left-color: var(--gs-khaki);}
.border-left-lavender{border-left-color: var(--gs-lavender);}
.border-left-lavenderblush{border-left-color: var(--gs-lavenderblush);}
.border-left-lawngreen{border-left-color: var(--gs-lawngreen);}
.border-left-lemonchiffon{border-left-color: var(--gs-lemonchiffon);}
.border-left-lightblue{border-left-color: var(--gs-lightblue);}
.border-left-lightcoral{border-left-color: var(--gs-lightcoral);}
.border-left-lightcyan{border-left-color: var(--gs-lightcyan);}
.border-left-lightgoldenrodyellow{border-left-color: var(--gs-lightgoldenrodyellow);}
.border-left-lightgray{border-left-color: var(--gs-lightgray);}
.border-left-lightgreen{border-left-color: var(--gs-lightgreen);}
.border-left-lightgrey{border-left-color: var(--gs-lightgrey);}
.border-left-lightpink{border-left-color: var(--gs-lightpink);}
.border-left-lightsalmon{border-left-color: var(--gs-lightsalmon);}
.border-left-lightseagreen{border-left-color: var(--gs-lightseagreen);}
.border-left-lightskyblue{border-left-color: var(--gs-lightskyblue);}
.border-left-lightslategray{border-left-color: var(--gs-lightslategray);}
.border-left-lightslategrey{border-left-color: var(--gs-lightslategrey);}
.border-left-lightsteelblue{border-left-color: var(--gs-lightsteelblue);}
.border-left-lightyellow{border-left-color: var(--gs-lightyellow);}
.border-left-lime{border-left-color: var(--gs-lime);}
.border-left-limegreen{border-left-color: var(--gs-limegreen);}
.border-left-linen{border-left-color: var(--gs-linen);}
.border-left-magenta{border-left-color: var(--gs-magenta);}
.border-left-maroon{border-left-color: var(--gs-maroon);}
.border-left-mediumaquamarine{border-left-color: var(--gs-mediumaquamarine);}
.border-left-mediumblue{border-left-color: var(--gs-mediumblue);}
.border-left-mediumorchid{border-left-color: var(--gs-mediumorchid);}
.border-left-mediumpurple{border-left-color: var(--gs-mediumpurple);}
.border-left-mediumseagreen{border-left-color: var(--gs-mediumseagreen);}
.border-left-mediumslateblue{border-left-color: var(--gs-mediumslateblue);}
.border-left-mediumspringgreen{border-left-color: var(--gs-mediumspringgreen);}
.border-left-mediumturquoise{border-left-color: var(--gs-mediumturquoise);}
.border-left-mediumvioletred{border-left-color: var(--gs-mediumvioletred);}
.border-left-midnightblue{border-left-color: var(--gs-midnightblue);}
.border-left-mintcream{border-left-color: var(--gs-mintcream);}
.border-left-mistyrose{border-left-color: var(--gs-mistyrose);}
.border-left-moccasin{border-left-color: var(--gs-moccasin);}
.border-left-navajowhite{border-left-color: var(--gs-navajowhite);}
.border-left-navy{border-left-color: var(--gs-navy);}
.border-left-oldlace{border-left-color: var(--gs-oldlace);}
.border-left-olive{border-left-color: var(--gs-olive);}
.border-left-olivedrab{border-left-color: var(--gs-olivedrab);}
.border-left-orange{border-left-color: var(--gs-orange);}
.border-left-orangered{border-left-color: var(--gs-orangered);}
.border-left-orchid{border-left-color: var(--gs-orchid);}
.border-left-palegoldenrod{border-left-color: var(--gs-palegoldenrod);}
.border-left-palegreen{border-left-color: var(--gs-palegreen);}
.border-left-paleturquoise{border-left-color: var(--gs-paleturquoise);}
.border-left-palevioletred{border-left-color: var(--gs-palevioletred);}
.border-left-papayawhip{border-left-color: var(--gs-papayawhip);}
.border-left-peachpuff{border-left-color: var(--gs-peachpuff);}
.border-left-peru{border-left-color: var(--gs-peru);}
.border-left-pink{border-left-color: var(--gs-pink);}
.border-left-plum{border-left-color: var(--gs-plum);}
.border-left-powderblue{border-left-color: var(--gs-powderblue);}
.border-left-purple{border-left-color: var(--gs-purple);}
.border-left-rebeccapurple{border-left-color: var(--gs-rebeccapurple);}
.border-left-red{border-left-color: var(--gs-red);}
.border-left-rosybrown{border-left-color: var(--gs-rosybrown);}
.border-left-royalblue{border-left-color: var(--gs-royalblue);}
.border-left-saddlebrown{border-left-color: var(--gs-saddlebrown);}
.border-left-salmon{border-left-color: var(--gs-salmon);}
.border-left-sandybrown{border-left-color: var(--gs-sandybrown);}
.border-left-seagreen{border-left-color: var(--gs-seagreen);}
.border-left-seashell{border-left-color: var(--gs-seashell);}
.border-left-sienna{border-left-color: var(--gs-sienna);}
.border-left-silver{border-left-color: var(--gs-silver);}
.border-left-skyblue{border-left-color: var(--gs-skyblue);}
.border-left-slateblue{border-left-color: var(--gs-slateblue);}
.border-left-slategray{border-left-color: var(--gs-slategray);}
.border-left-slategrey{border-left-color: var(--gs-slategrey);}
.border-left-snow{border-left-color: var(--gs-snow);}
.border-left-springgreen{border-left-color: var(--gs-springgreen);}
.border-left-steelblue{border-left-color: var(--gs-steelblue);}
.border-left-tan{border-left-color: var(--gs-tan);}
.border-left-teal{border-left-color: var(--gs-teal);}
.border-left-thistle{border-left-color: var(--gs-thistle);}
.border-left-tomato{border-left-color: var(--gs-tomato);}
.border-left-turquoise{border-left-color: var(--gs-turquoise);}
.border-left-violet{border-left-color: var(--gs-violet);}
.border-left-wheat{border-left-color: var(--gs-wheat);}
.border-left-white{border-left-color: var(--gs-white);}
.border-left-whitesmoke{border-left-color: var(--gs-whitesmoke);}
.border-left-yellow{border-left-color: var(--gs-yellow);}
.border-left-yellowgreen{border-left-color: var(--gs-yellowgreen);}
.border-left-000{border-left-color: var(--gs-000);}
.border-left-111{border-left-color: var(--gs-111);}
.border-left-222{border-left-color: var(--gs-222);}
.border-left-333{border-left-color: var(--gs-333);}
.border-left-444{border-left-color: var(--gs-444);}
.border-left-555{border-left-color: var(--gs-555);}
.border-left-666{border-left-color: var(--gs-666);}
.border-left-777{border-left-color: var(--gs-777);}
.border-left-888{border-left-color: var(--gs-888);}
.border-left-999{border-left-color: var(--gs-999);}
.border-left-AAA{border-left-color: var(--gs-AAA);}
.border-left-BBB{border-left-color: var(--gs-BBB);}
.border-left-CCC{border-left-color: var(--gs-CCC);}
.border-left-DDD{border-left-color: var(--gs-DDD);}
.border-left-EEE{border-left-color: var(--gs-EEE);}
.border-left-FFF{border-left-color: var(--gs-FFF);}
.border-left-F1{border-left-color: var(--gs-F1);}
.border-left-F2{border-left-color: var(--gs-F2);}
.border-left-F3{border-left-color: var(--gs-F3);}
.border-left-F4{border-left-color: var(--gs-F4);}
.border-left-F5{border-left-color: var(--gs-F5);}
.border-left-F6{border-left-color: var(--gs-F6);}
.border-left-F7{border-left-color: var(--gs-F7);}
.border-left-F8{border-left-color: var(--gs-F8);}
.border-left-F9{border-left-color: var(--gs-F9);}


/* border-right-color */
.border-right-aliceblue{border-right-color: var(--gs-aliceblue);}
.border-right-antiquewhite{border-right-color: var(--gs-antiquewhite);}
.border-right-aqua{border-right-color: var(--gs-aqua);}
.border-right-aquamarine{border-right-color: var(--gs-aquamarine);}
.border-right-azure{border-right-color: var(--gs-azure);}
.border-right-beige{border-right-color: var(--gs-beige);}
.border-right-bisque{border-right-color: var(--gs-bisque);}
.border-right-black{border-right-color: var(--gs-black);}
.border-right-blanchedalmond{border-right-color: var(--gs-blanchedalmond);}
.border-right-blue{border-right-color: var(--gs-blue);}
.border-right-blueviolet{border-right-color: var(--gs-blueviolet);}
.border-right-brown{border-right-color: var(--gs-brown);}
.border-right-burlywood{border-right-color: var(--gs-burlywood);}
.border-right-cadetblue{border-right-color: var(--gs-cadetblue);}
.border-right-chartreuse{border-right-color: var(--gs-chartreuse);}
.border-right-chocolate{border-right-color: var(--gs-chocolate);}
.border-right-coral{border-right-color: var(--gs-coral);}
.border-right-cornflowerblue{border-right-color: var(--gs-cornflowerblue);}
.border-right-cornsilk{border-right-color: var(--gs-cornsilk);}
.border-right-crimson{border-right-color: var(--gs-crimson);}
.border-right-cyan{border-right-color: var(--gs-cyan);}
.border-right-darkblue{border-right-color: var(--gs-darkblue);}
.border-right-darkcyan{border-right-color: var(--gs-darkcyan);}
.border-right-darkgoldenrod{border-right-color: var(--gs-darkgoldenrod);}
.border-right-darkgray{border-right-color: var(--gs-darkgray);}
.border-right-darkgreen{border-right-color: var(--gs-darkgreen);}
.border-right-darkgrey{border-right-color: var(--gs-darkgrey);}
.border-right-darkkhaki{border-right-color: var(--gs-darkkhaki);}
.border-right-darkmagenta{border-right-color: var(--gs-darkmagenta);}
.border-right-darkolivegreen{border-right-color: var(--gs-darkolivegreen);}
.border-right-darkorange{border-right-color: var(--gs-darkorange);}
.border-right-darkorchid{border-right-color: var(--gs-darkorchid);}
.border-right-darkred{border-right-color: var(--gs-darkred);}
.border-right-darksalmon{border-right-color: var(--gs-darksalmon);}
.border-right-darkseagreen{border-right-color: var(--gs-darkseagreen);}
.border-right-darkslateblue{border-right-color: var(--gs-darkslateblue);}
.border-right-darkslategray{border-right-color: var(--gs-darkslategray);}
.border-right-darkslategrey{border-right-color: var(--gs-darkslategrey);}
.border-right-darkturquoise{border-right-color: var(--gs-darkturquoise);}
.border-right-darkviolet{border-right-color: var(--gs-darkviolet);}
.border-right-deeppink{border-right-color: var(--gs-deeppink);}
.border-right-deepskyblue{border-right-color: var(--gs-deepskyblue);}
.border-right-dimgray{border-right-color: var(--gs-dimgray);}
.border-right-dimgrey{border-right-color: var(--gs-dimgrey);}
.border-right-dodgerblue{border-right-color: var(--gs-dodgerblue);}
.border-right-firebrick{border-right-color: var(--gs-firebrick);}
.border-right-floralwhite{border-right-color: var(--gs-floralwhite);}
.border-right-forestgreen{border-right-color: var(--gs-forestgreen);}
.border-right-fuchsia{border-right-color: var(--gs-fuchsia);}
.border-right-gainsboro{border-right-color: var(--gs-gainsboro);}
.border-right-ghostwhite{border-right-color: var(--gs-ghostwhite);}
.border-right-gold{border-right-color: var(--gs-gold);}
.border-right-goldenrod{border-right-color: var(--gs-goldenrod);}
.border-right-gray{border-right-color: var(--gs-gray);}
.border-right-green{border-right-color: var(--gs-green);}
.border-right-greenyellow{border-right-color: var(--gs-greenyellow);}
.border-right-grey{border-right-color: var(--gs-grey);}
.border-right-honeydew{border-right-color: var(--gs-honeydew);}
.border-right-hotpink{border-right-color: var(--gs-hotpink);}
.border-right-indianred{border-right-color: var(--gs-indianred);}
.border-right-indigo{border-right-color: var(--gs-indigo);}
.border-right-ivory{border-right-color: var(--gs-ivory);}
.border-right-khaki{border-right-color: var(--gs-khaki);}
.border-right-lavender{border-right-color: var(--gs-lavender);}
.border-right-lavenderblush{border-right-color: var(--gs-lavenderblush);}
.border-right-lawngreen{border-right-color: var(--gs-lawngreen);}
.border-right-lemonchiffon{border-right-color: var(--gs-lemonchiffon);}
.border-right-lightblue{border-right-color: var(--gs-lightblue);}
.border-right-lightcoral{border-right-color: var(--gs-lightcoral);}
.border-right-lightcyan{border-right-color: var(--gs-lightcyan);}
.border-right-lightgoldenrodyellow{border-right-color: var(--gs-lightgoldenrodyellow);}
.border-right-lightgray{border-right-color: var(--gs-lightgray);}
.border-right-lightgreen{border-right-color: var(--gs-lightgreen);}
.border-right-lightgrey{border-right-color: var(--gs-lightgrey);}
.border-right-lightpink{border-right-color: var(--gs-lightpink);}
.border-right-lightsalmon{border-right-color: var(--gs-lightsalmon);}
.border-right-lightseagreen{border-right-color: var(--gs-lightseagreen);}
.border-right-lightskyblue{border-right-color: var(--gs-lightskyblue);}
.border-right-lightslategray{border-right-color: var(--gs-lightslategray);}
.border-right-lightslategrey{border-right-color: var(--gs-lightslategrey);}
.border-right-lightsteelblue{border-right-color: var(--gs-lightsteelblue);}
.border-right-lightyellow{border-right-color: var(--gs-lightyellow);}
.border-right-lime{border-right-color: var(--gs-lime);}
.border-right-limegreen{border-right-color: var(--gs-limegreen);}
.border-right-linen{border-right-color: var(--gs-linen);}
.border-right-magenta{border-right-color: var(--gs-magenta);}
.border-right-maroon{border-right-color: var(--gs-maroon);}
.border-right-mediumaquamarine{border-right-color: var(--gs-mediumaquamarine);}
.border-right-mediumblue{border-right-color: var(--gs-mediumblue);}
.border-right-mediumorchid{border-right-color: var(--gs-mediumorchid);}
.border-right-mediumpurple{border-right-color: var(--gs-mediumpurple);}
.border-right-mediumseagreen{border-right-color: var(--gs-mediumseagreen);}
.border-right-mediumslateblue{border-right-color: var(--gs-mediumslateblue);}
.border-right-mediumspringgreen{border-right-color: var(--gs-mediumspringgreen);}
.border-right-mediumturquoise{border-right-color: var(--gs-mediumturquoise);}
.border-right-mediumvioletred{border-right-color: var(--gs-mediumvioletred);}
.border-right-midnightblue{border-right-color: var(--gs-midnightblue);}
.border-right-mintcream{border-right-color: var(--gs-mintcream);}
.border-right-mistyrose{border-right-color: var(--gs-mistyrose);}
.border-right-moccasin{border-right-color: var(--gs-moccasin);}
.border-right-navajowhite{border-right-color: var(--gs-navajowhite);}
.border-right-navy{border-right-color: var(--gs-navy);}
.border-right-oldlace{border-right-color: var(--gs-oldlace);}
.border-right-olive{border-right-color: var(--gs-olive);}
.border-right-olivedrab{border-right-color: var(--gs-olivedrab);}
.border-right-orange{border-right-color: var(--gs-orange);}
.border-right-orangered{border-right-color: var(--gs-orangered);}
.border-right-orchid{border-right-color: var(--gs-orchid);}
.border-right-palegoldenrod{border-right-color: var(--gs-palegoldenrod);}
.border-right-palegreen{border-right-color: var(--gs-palegreen);}
.border-right-paleturquoise{border-right-color: var(--gs-paleturquoise);}
.border-right-palevioletred{border-right-color: var(--gs-palevioletred);}
.border-right-papayawhip{border-right-color: var(--gs-papayawhip);}
.border-right-peachpuff{border-right-color: var(--gs-peachpuff);}
.border-right-peru{border-right-color: var(--gs-peru);}
.border-right-pink{border-right-color: var(--gs-pink);}
.border-right-plum{border-right-color: var(--gs-plum);}
.border-right-powderblue{border-right-color: var(--gs-powderblue);}
.border-right-purple{border-right-color: var(--gs-purple);}
.border-right-rebeccapurple{border-right-color: var(--gs-rebeccapurple);}
.border-right-red{border-right-color: var(--gs-red);}
.border-right-rosybrown{border-right-color: var(--gs-rosybrown);}
.border-right-royalblue{border-right-color: var(--gs-royalblue);}
.border-right-saddlebrown{border-right-color: var(--gs-saddlebrown);}
.border-right-salmon{border-right-color: var(--gs-salmon);}
.border-right-sandybrown{border-right-color: var(--gs-sandybrown);}
.border-right-seagreen{border-right-color: var(--gs-seagreen);}
.border-right-seashell{border-right-color: var(--gs-seashell);}
.border-right-sienna{border-right-color: var(--gs-sienna);}
.border-right-silver{border-right-color: var(--gs-silver);}
.border-right-skyblue{border-right-color: var(--gs-skyblue);}
.border-right-slateblue{border-right-color: var(--gs-slateblue);}
.border-right-slategray{border-right-color: var(--gs-slategray);}
.border-right-slategrey{border-right-color: var(--gs-slategrey);}
.border-right-snow{border-right-color: var(--gs-snow);}
.border-right-springgreen{border-right-color: var(--gs-springgreen);}
.border-right-steelblue{border-right-color: var(--gs-steelblue);}
.border-right-tan{border-right-color: var(--gs-tan);}
.border-right-teal{border-right-color: var(--gs-teal);}
.border-right-thistle{border-right-color: var(--gs-thistle);}
.border-right-tomato{border-right-color: var(--gs-tomato);}
.border-right-turquoise{border-right-color: var(--gs-turquoise);}
.border-right-violet{border-right-color: var(--gs-violet);}
.border-right-wheat{border-right-color: var(--gs-wheat);}
.border-right-white{border-right-color: var(--gs-white);}
.border-right-whitesmoke{border-right-color: var(--gs-whitesmoke);}
.border-right-yellow{border-right-color: var(--gs-yellow);}
.border-right-yellowgreen{border-right-color: var(--gs-yellowgreen);}
.border-right-000{border-right-color: var(--gs-000);}
.border-right-111{border-right-color: var(--gs-111);}
.border-right-222{border-right-color: var(--gs-222);}
.border-right-333{border-right-color: var(--gs-333);}
.border-right-444{border-right-color: var(--gs-444);}
.border-right-555{border-right-color: var(--gs-555);}
.border-right-666{border-right-color: var(--gs-666);}
.border-right-777{border-right-color: var(--gs-777);}
.border-right-888{border-right-color: var(--gs-888);}
.border-right-999{border-right-color: var(--gs-999);}
.border-right-AAA{border-right-color: var(--gs-AAA);}
.border-right-BBB{border-right-color: var(--gs-BBB);}
.border-right-CCC{border-right-color: var(--gs-CCC);}
.border-right-DDD{border-right-color: var(--gs-DDD);}
.border-right-EEE{border-right-color: var(--gs-EEE);}
.border-right-FFF{border-right-color: var(--gs-FFF);}
.border-right-F1{border-right-color: var(--gs-F1);}
.border-right-F2{border-right-color: var(--gs-F2);}
.border-right-F3{border-right-color: var(--gs-F3);}
.border-right-F4{border-right-color: var(--gs-F4);}
.border-right-F5{border-right-color: var(--gs-F5);}
.border-right-F6{border-right-color: var(--gs-F6);}
.border-right-F7{border-right-color: var(--gs-F7);}
.border-right-F8{border-right-color: var(--gs-F8);}
.border-right-F9{border-right-color: var(--gs-F9);}

/* border-radius */
.border-radius-1px{border-radius: 1px;}
.border-radius-2px{border-radius: 2px;}
.border-radius-3px{border-radius: 3px;}
.border-radius-4px{border-radius: 4px;}
.border-radius-5px{border-radius: 5px;}
.border-radius-6px{border-radius: 6px;}
.border-radius-7px{border-radius: 7px;}
.border-radius-8px{border-radius: 8px;}
.border-radius-9px{border-radius: 9px;}
.border-radius-10px{border-radius: 10px;}
.border-radius-15px{border-radius: 15px;}
.border-radius-20px{border-radius: 20px;}
.border-radius-25px{border-radius: 25px;}
.border-radius-30px{border-radius: 30px;}
.border-radius-35px{border-radius: 35px;}
.border-radius-40px{border-radius: 40px;}
.border-radius-45px{border-radius: 45px;}
.border-radius-50px{border-radius: 50px;}
.border-radius-50{border-radius: 50%;}



/* ----------------------- */
/*     Flexible layout     */
/* ----------------------- */

/* d-flex */
.d-flex-start-start{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.d-flex-start-center{
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.d-flex-start-end{
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}
.d-flex-center-start{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.d-flex-center-center{
	display: flex;
	align-items: center;
	justify-content: center;
}
.d-flex-center-end{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.d-flex-end-start{
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
}
.d-flex-end-center{
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.d-flex-end-end{
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

/* d-flex-row */
.d-flex-row-start-start{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
}
.d-flex-row-start-center{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
}
.d-flex-row-start-end{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-end;
}
.d-flex-row-start-between{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
}

.d-flex-row-center-start{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}
.d-flex-row-center-center{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.d-flex-row-center-end{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}
.d-flex-row-center-between{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.d-flex-row-end-start{
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: flex-start;
}
.d-flex-row-end-center{
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: center;
}
.d-flex-row-end-end{
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: flex-end;
}
.d-flex-row-end-between{
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: space-between;
}


/* d-flex-column */
.d-flex-column-start-start{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.d-flex-column-start-center{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.d-flex-column-start-end{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
}
.d-flex-column-start-between{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}

.d-flex-column-center-start{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}
.d-flex-column-center-center{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.d-flex-column-center-end{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
}
.d-flex-column-center-between{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.d-flex-column-end-start{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-start;
}
.d-flex-column-end-center{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
}
.d-flex-column-end-end{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
}
.d-flex-column-end-between{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-between;
}



/* ----------------------- */
/*          Font           */
/* ----------------------- */

/* font-family */
.font-yahei{font-family: "microsoft yahei";}

.font-montserrat{font-family: "montserrat";}
@font-face {font-family: "montserrat"; src: url(../font/Montserrat.ttf);}

.font-oswald{font-family: "Oswald";}
@font-face {font-family: "Oswald"; src: url(../font/Oswald.ttf);}

/* font-size */
.font-xxsmall{font-size: xx-small;}
.font-xsmall{font-size: x-small;}
.font-small{font-size: small;}
.font-medium{font-size: medium;}
.font-large{font-size: large;}
.font-xlarge{font-size: x-large;}
.font-xxlarge{font-size: xx-large;}
.font-smaller{font-size: smaller;}
.font-larger{font-size: larger;}
.font-12{font-size: 12px;}
.font-13{font-size: 13px;}
.font-14{font-size: 14px;}
.font-15{font-size: 15px;}
.font-16{font-size: 16px;}
.font-17{font-size: 17px;}
.font-18{font-size: 18px;}
.font-19{font-size: 19px;}
.font-20{font-size: 20px;}
.font-22{font-size: 22px;}
.font-24{font-size: 24px;}
.font-26{font-size: 26px;}
.font-28{font-size: 28px;}
.font-30{font-size: 30px;}
.font-32{font-size: 32px;}
.font-34{font-size: 34px;}
.font-36{font-size: 36px;}
.font-38{font-size: 38px;}
.font-40{font-size: 40px;}
.font-50{font-size: 50px;}
.font-60{font-size: 60px;}
.font-70{font-size: 70px;}
.font-75{font-size: 75px;}
.font-80{font-size: 80px;}
.font-85{font-size: 85px;}
.font-90{font-size: 90px;}

/* font-style */
.font-italic{font-style: italic;}
.font-oblique{font-style: oblique;}

/* font-weight */
.font-lighter{font-weight: lighter;}
.font-bold{font-weight: bold;}
.font-bolder{font-weight: bolder;}
.font-w100{font-weight: 100;}
.font-w200{font-weight: 200;}
.font-w300{font-weight: 300;}
.font-w400{font-weight: 400;}
.font-w500{font-weight: 500;}
.font-w600{font-weight: 600;}
.font-w700{font-weight: 700;}
.font-w800{font-weight: 800;}
.font-w900{font-weight: 900;}

/* font-variant */
.font-smallcaps{font-variant: small-caps;}

.font-normal{	
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.font-inherit{
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	font-variant: inherit;
}



/* ----------------------- */
/*      Text formatting    */
/* ----------------------- */

/* text-align */
.text-left{text-align: left;}
.text-right{text-align: right;}
.text-center{text-align: center;}
.text-justify{text-align: justify;}

/* text-overflow */
.text-overflow-single-line{
	overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis; 
	-o-text-overflow:ellipsis;    
}
.text-overflow-multi-line{
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
}
.text-overflow-line-2{-webkit-line-clamp: 2;}
.text-overflow-line-3{-webkit-line-clamp: 3;}
.text-overflow-line-4{-webkit-line-clamp: 4;}
.text-overflow-line-5{-webkit-line-clamp: 5;}
.text-overflow-line-6{-webkit-line-clamp: 6;}
.text-overflow-line-7{-webkit-line-clamp: 7;}
.text-overflow-line-8{-webkit-line-clamp: 8;}
.text-overflow-line-9{-webkit-line-clamp: 9;}
.text-overflow-line-10{-webkit-line-clamp: 10;}

/* text-decoration */
.text-underline{text-decoration: underline;}
.text-overline{text-decoration: overline;}
.text-line-through{text-decoration: line-through;}

/* text-transform */
.text-uppercase{text-transform: uppercase;}
.text-lowercase{text-transform: lowercase;}
.text-capitalize{text-transform: capitalize;}
.text-none{
	text-decoration: none;
	text-transform: none;
}

/* text-indent */
.text-2em{text-indent:2em;}

/* line-height */
.line-height-150{line-height: 150%;}
.line-height-160{line-height: 160%;}
.line-height-170{line-height: 170%;}
.line-height-180{line-height: 180%;}
.line-height-190{line-height: 190%;}
.line-height-200{line-height: 200%;}
.line-height-250{line-height: 250%;}

/* color */
.color-aliceblue{color: var(--gs-aliceblue);}
.color-antiquewhite{color: var(--gs-antiquewhite);}
.color-aqua{color: var(--gs-aqua);}
.color-aquamarine{color: var(--gs-aquamarine);}
.color-azure{color: var(--gs-azure);}
.color-beige{color: var(--gs-beige);}
.color-bisque{color: var(--gs-bisque);}
.color-black{color: var(--gs-black);}
.color-blanchedalmond{color: var(--gs-blanchedalmond);}
.color-blue{color: var(--gs-blue);}
.color-blueviolet{color: var(--gs-blueviolet);}
.color-brown{color: var(--gs-brown);}
.color-burlywood{color: var(--gs-burlywood);}
.color-cadetblue{color: var(--gs-cadetblue);}
.color-chartreuse{color: var(--gs-chartreuse);}
.color-chocolate{color: var(--gs-chocolate);}
.color-coral{color: var(--gs-coral);}
.color-cornflowerblue{color: var(--gs-cornflowerblue);}
.color-cornsilk{color: var(--gs-cornsilk);}
.color-crimson{color: var(--gs-crimson);}
.color-cyan{color: var(--gs-cyan);}
.color-darkblue{color: var(--gs-darkblue);}
.color-darkcyan{color: var(--gs-darkcyan);}
.color-darkgoldenrod{color: var(--gs-darkgoldenrod);}
.color-darkgray{color: var(--gs-darkgray);}
.color-darkgreen{color: var(--gs-darkgreen);}
.color-darkgrey{color: var(--gs-darkgrey);}
.color-darkkhaki{color: var(--gs-darkkhaki);}
.color-darkmagenta{color: var(--gs-darkmagenta);}
.color-darkolivegreen{color: var(--gs-darkolivegreen);}
.color-darkorange{color: var(--gs-darkorange);}
.color-darkorchid{color: var(--gs-darkorchid);}
.color-darkred{color: var(--gs-darkred);}
.color-darksalmon{color: var(--gs-darksalmon);}
.color-darkseagreen{color: var(--gs-darkseagreen);}
.color-darkslateblue{color: var(--gs-darkslateblue);}
.color-darkslategray{color: var(--gs-darkslategray);}
.color-darkslategrey{color: var(--gs-darkslategrey);}
.color-darkturquoise{color: var(--gs-darkturquoise);}
.color-darkviolet{color: var(--gs-darkviolet);}
.color-deeppink{color: var(--gs-deeppink);}
.color-deepskyblue{color: var(--gs-deepskyblue);}
.color-dimgray{color: var(--gs-dimgray);}
.color-dimgrey{color: var(--gs-dimgrey);}
.color-dodgerblue{color: var(--gs-dodgerblue);}
.color-firebrick{color: var(--gs-firebrick);}
.color-floralwhite{color: var(--gs-floralwhite);}
.color-forestgreen{color: var(--gs-forestgreen);}
.color-fuchsia{color: var(--gs-fuchsia);}
.color-gainsboro{color: var(--gs-gainsboro);}
.color-ghostwhite{color: var(--gs-ghostwhite);}
.color-gold{color: var(--gs-gold);}
.color-goldenrod{color: var(--gs-goldenrod);}
.color-gray{color: var(--gs-gray);}
.color-green{color: var(--gs-green);}
.color-greenyellow{color: var(--gs-greenyellow);}
.color-grey{color: var(--gs-grey);}
.color-honeydew{color: var(--gs-honeydew);}
.color-hotpink{color: var(--gs-hotpink);}
.color-indianred{color: var(--gs-indianred);}
.color-indigo{color: var(--gs-indigo);}
.color-ivory{color: var(--gs-ivory);}
.color-khaki{color: var(--gs-khaki);}
.color-lavender{color: var(--gs-lavender);}
.color-lavenderblush{color: var(--gs-lavenderblush);}
.color-lawngreen{color: var(--gs-lawngreen);}
.color-lemonchiffon{color: var(--gs-lemonchiffon);}
.color-lightblue{color: var(--gs-lightblue);}
.color-lightcoral{color: var(--gs-lightcoral);}
.color-lightcyan{color: var(--gs-lightcyan);}
.color-lightgoldenrodyellow{color: var(--gs-lightgoldenrodyellow);}
.color-lightgray{color: var(--gs-lightgray);}
.color-lightgreen{color: var(--gs-lightgreen);}
.color-lightgrey{color: var(--gs-lightgrey);}
.color-lightpink{color: var(--gs-lightpink);}
.color-lightsalmon{color: var(--gs-lightsalmon);}
.color-lightseagreen{color: var(--gs-lightseagreen);}
.color-lightskyblue{color: var(--gs-lightskyblue);}
.color-lightslategray{color: var(--gs-lightslategray);}
.color-lightslategrey{color: var(--gs-lightslategrey);}
.color-lightsteelblue{color: var(--gs-lightsteelblue);}
.color-lightyellow{color: var(--gs-lightyellow);}
.color-lime{color: var(--gs-lime);}
.color-limegreen{color: var(--gs-limegreen);}
.color-linen{color: var(--gs-linen);}
.color-magenta{color: var(--gs-magenta);}
.color-maroon{color: var(--gs-maroon);}
.color-mediumaquamarine{color: var(--gs-mediumaquamarine);}
.color-mediumblue{color: var(--gs-mediumblue);}
.color-mediumorchid{color: var(--gs-mediumorchid);}
.color-mediumpurple{color: var(--gs-mediumpurple);}
.color-mediumseagreen{color: var(--gs-mediumseagreen);}
.color-mediumslateblue{color: var(--gs-mediumslateblue);}
.color-mediumspringgreen{color: var(--gs-mediumspringgreen);}
.color-mediumturquoise{color: var(--gs-mediumturquoise);}
.color-mediumvioletred{color: var(--gs-mediumvioletred);}
.color-midnightblue{color: var(--gs-midnightblue);}
.color-mintcream{color: var(--gs-mintcream);}
.color-mistyrose{color: var(--gs-mistyrose);}
.color-moccasin{color: var(--gs-moccasin);}
.color-navajowhite{color: var(--gs-navajowhite);}
.color-navy{color: var(--gs-navy);}
.color-oldlace{color: var(--gs-oldlace);}
.color-olive{color: var(--gs-olive);}
.color-olivedrab{color: var(--gs-olivedrab);}
.color-orange{color: var(--gs-orange);}
.color-orangered{color: var(--gs-orangered);}
.color-orchid{color: var(--gs-orchid);}
.color-palegoldenrod{color: var(--gs-palegoldenrod);}
.color-palegreen{color: var(--gs-palegreen);}
.color-paleturquoise{color: var(--gs-paleturquoise);}
.color-palevioletred{color: var(--gs-palevioletred);}
.color-papayawhip{color: var(--gs-papayawhip);}
.color-peachpuff{color: var(--gs-peachpuff);}
.color-peru{color: var(--gs-peru);}
.color-pink{color: var(--gs-pink);}
.color-plum{color: var(--gs-plum);}
.color-powderblue{color: var(--gs-powderblue);}
.color-purple{color: var(--gs-purple);}
.color-rebeccapurple{color: var(--gs-rebeccapurple);}
.color-red{color: var(--gs-red);}
.color-rosybrown{color: var(--gs-rosybrown);}
.color-royalblue{color: var(--gs-royalblue);}
.color-saddlebrown{color: var(--gs-saddlebrown);}
.color-salmon{color: var(--gs-salmon);}
.color-sandybrown{color: var(--gs-sandybrown);}
.color-seagreen{color: var(--gs-seagreen);}
.color-seashell{color: var(--gs-seashell);}
.color-sienna{color: var(--gs-sienna);}
.color-silver{color: var(--gs-silver);}
.color-skyblue{color: var(--gs-skyblue);}
.color-slateblue{color: var(--gs-slateblue);}
.color-slategray{color: var(--gs-slategray);}
.color-slategrey{color: var(--gs-slategrey);}
.color-snow{color: var(--gs-snow);}
.color-springgreen{color: var(--gs-springgreen);}
.color-steelblue{color: var(--gs-steelblue);}
.color-tan{color: var(--gs-tan);}
.color-teal{color: var(--gs-teal);}
.color-thistle{color: var(--gs-thistle);}
.color-tomato{color: var(--gs-tomato);}
.color-turquoise{color: var(--gs-turquoise);}
.color-violet{color: var(--gs-violet);}
.color-wheat{color: var(--gs-wheat);}
.color-white{color: var(--gs-white);}
.color-whitesmoke{color: var(--gs-whitesmoke);}
.color-yellow{color: var(--gs-yellow);}
.color-yellowgreen{color: var(--gs-yellowgreen);}
.color-000{color: var(--gs-000);}
.color-111{color: var(--gs-111);}
.color-222{color: var(--gs-222);}
.color-333{color: var(--gs-333);}
.color-444{color: var(--gs-444);}
.color-555{color: var(--gs-555);}
.color-666{color: var(--gs-666);}
.color-777{color: var(--gs-777);}
.color-888{color: var(--gs-888);}
.color-999{color: var(--gs-999);}
.color-AAA{color: var(--gs-AAA);}
.color-BBB{color: var(--gs-BBB);}
.color-CCC{color: var(--gs-CCC);}
.color-DDD{color: var(--gs-DDD);}
.color-EEE{color: var(--gs-EEE);}
.color-FFF{color: var(--gs-FFF);}
.color-F1{color: var(--gs-F1);}
.color-F2{color: var(--gs-F2);}
.color-F3{color: var(--gs-F3);}
.color-F4{color: var(--gs-F4);}
.color-F5{color: var(--gs-F5);}
.color-F6{color: var(--gs-F6);}
.color-F7{color: var(--gs-F7);}
.color-F8{color: var(--gs-F8);}
.color-F9{color: var(--gs-F9);}


/* ----------------------- */
/*       Background        */
/* ----------------------- */

/* background-color */
.bg-aliceblue{background-color: var(--gs-aliceblue);}
.bg-antiquewhite{background-color: var(--gs-antiquewhite);}
.bg-aqua{background-color: var(--gs-aqua);}
.bg-aquamarine{background-color: var(--gs-aquamarine);}
.bg-azure{background-color: var(--gs-azure);}
.bg-beige{background-color: var(--gs-beige);}
.bg-bisque{background-color: var(--gs-bisque);}
.bg-black{background-color: var(--gs-black);}
.bg-blanchedalmond{background-color: var(--gs-blanchedalmond);}
.bg-blue{background-color: var(--gs-blue);}
.bg-blueviolet{background-color: var(--gs-blueviolet);}
.bg-brown{background-color: var(--gs-brown);}
.bg-burlywood{background-color: var(--gs-burlywood);}
.bg-cadetblue{background-color: var(--gs-cadetblue);}
.bg-chartreuse{background-color: var(--gs-chartreuse);}
.bg-chocolate{background-color: var(--gs-chocolate);}
.bg-coral{background-color: var(--gs-coral);}
.bg-cornflowerblue{background-color: var(--gs-cornflowerblue);}
.bg-cornsilk{background-color: var(--gs-cornsilk);}
.bg-crimson{background-color: var(--gs-crimson);}
.bg-cyan{background-color: var(--gs-cyan);}
.bg-darkblue{background-color: var(--gs-darkblue);}
.bg-darkcyan{background-color: var(--gs-darkcyan);}
.bg-darkgoldenrod{background-color: var(--gs-darkgoldenrod);}
.bg-darkgray{background-color: var(--gs-darkgray);}
.bg-darkgreen{background-color: var(--gs-darkgreen);}
.bg-darkgrey{background-color: var(--gs-darkgrey);}
.bg-darkkhaki{background-color: var(--gs-darkkhaki);}
.bg-darkmagenta{background-color: var(--gs-darkmagenta);}
.bg-darkolivegreen{background-color: var(--gs-darkolivegreen);}
.bg-darkorange{background-color: var(--gs-darkorange);}
.bg-darkorchid{background-color: var(--gs-darkorchid);}
.bg-darkred{background-color: var(--gs-darkred);}
.bg-darksalmon{background-color: var(--gs-darksalmon);}
.bg-darkseagreen{background-color: var(--gs-darkseagreen);}
.bg-darkslateblue{background-color: var(--gs-darkslateblue);}
.bg-darkslategray{background-color: var(--gs-darkslategray);}
.bg-darkslategrey{background-color: var(--gs-darkslategrey);}
.bg-darkturquoise{background-color: var(--gs-darkturquoise);}
.bg-darkviolet{background-color: var(--gs-darkviolet);}
.bg-deeppink{background-color: var(--gs-deeppink);}
.bg-deepskyblue{background-color: var(--gs-deepskyblue);}
.bg-dimgray{background-color: var(--gs-dimgray);}
.bg-dimgrey{background-color: var(--gs-dimgrey);}
.bg-dodgerblue{background-color: var(--gs-dodgerblue);}
.bg-firebrick{background-color: var(--gs-firebrick);}
.bg-floralwhite{background-color: var(--gs-floralwhite);}
.bg-forestgreen{background-color: var(--gs-forestgreen);}
.bg-fuchsia{background-color: var(--gs-fuchsia);}
.bg-gainsboro{background-color: var(--gs-gainsboro);}
.bg-ghostwhite{background-color: var(--gs-ghostwhite);}
.bg-gold{background-color: var(--gs-gold);}
.bg-goldenrod{background-color: var(--gs-goldenrod);}
.bg-gray{background-color: var(--gs-gray);}
.bg-green{background-color: var(--gs-green);}
.bg-greenyellow{background-color: var(--gs-greenyellow);}
.bg-grey{background-color: var(--gs-grey);}
.bg-honeydew{background-color: var(--gs-honeydew);}
.bg-hotpink{background-color: var(--gs-hotpink);}
.bg-indianred{background-color: var(--gs-indianred);}
.bg-indigo{background-color: var(--gs-indigo);}
.bg-ivory{background-color: var(--gs-ivory);}
.bg-khaki{background-color: var(--gs-khaki);}
.bg-lavender{background-color: var(--gs-lavender);}
.bg-lavenderblush{background-color: var(--gs-lavenderblush);}
.bg-lawngreen{background-color: var(--gs-lawngreen);}
.bg-lemonchiffon{background-color: var(--gs-lemonchiffon);}
.bg-lightblue{background-color: var(--gs-lightblue);}
.bg-lightcoral{background-color: var(--gs-lightcoral);}
.bg-lightcyan{background-color: var(--gs-lightcyan);}
.bg-lightgoldenrodyellow{background-color: var(--gs-lightgoldenrodyellow);}
.bg-lightgray{background-color: var(--gs-lightgray);}
.bg-lightgreen{background-color: var(--gs-lightgreen);}
.bg-lightgrey{background-color: var(--gs-lightgrey);}
.bg-lightpink{background-color: var(--gs-lightpink);}
.bg-lightsalmon{background-color: var(--gs-lightsalmon);}
.bg-lightseagreen{background-color: var(--gs-lightseagreen);}
.bg-lightskyblue{background-color: var(--gs-lightskyblue);}
.bg-lightslategray{background-color: var(--gs-lightslategray);}
.bg-lightslategrey{background-color: var(--gs-lightslategrey);}
.bg-lightsteelblue{background-color: var(--gs-lightsteelblue);}
.bg-lightyellow{background-color: var(--gs-lightyellow);}
.bg-lime{background-color: var(--gs-lime);}
.bg-limegreen{background-color: var(--gs-limegreen);}
.bg-linen{background-color: var(--gs-linen);}
.bg-magenta{background-color: var(--gs-magenta);}
.bg-maroon{background-color: var(--gs-maroon);}
.bg-mediumaquamarine{background-color: var(--gs-mediumaquamarine);}
.bg-mediumblue{background-color: var(--gs-mediumblue);}
.bg-mediumorchid{background-color: var(--gs-mediumorchid);}
.bg-mediumpurple{background-color: var(--gs-mediumpurple);}
.bg-mediumseagreen{background-color: var(--gs-mediumseagreen);}
.bg-mediumslateblue{background-color: var(--gs-mediumslateblue);}
.bg-mediumspringgreen{background-color: var(--gs-mediumspringgreen);}
.bg-mediumturquoise{background-color: var(--gs-mediumturquoise);}
.bg-mediumvioletred{background-color: var(--gs-mediumvioletred);}
.bg-midnightblue{background-color: var(--gs-midnightblue);}
.bg-mintcream{background-color: var(--gs-mintcream);}
.bg-mistyrose{background-color: var(--gs-mistyrose);}
.bg-moccasin{background-color: var(--gs-moccasin);}
.bg-navajowhite{background-color: var(--gs-navajowhite);}
.bg-navy{background-color: var(--gs-navy);}
.bg-oldlace{background-color: var(--gs-oldlace);}
.bg-olive{background-color: var(--gs-olive);}
.bg-olivedrab{background-color: var(--gs-olivedrab);}
.bg-orange{background-color: var(--gs-orange);}
.bg-orangered{background-color: var(--gs-orangered);}
.bg-orchid{background-color: var(--gs-orchid);}
.bg-palegoldenrod{background-color: var(--gs-palegoldenrod);}
.bg-palegreen{background-color: var(--gs-palegreen);}
.bg-paleturquoise{background-color: var(--gs-paleturquoise);}
.bg-palevioletred{background-color: var(--gs-palevioletred);}
.bg-papayawhip{background-color: var(--gs-papayawhip);}
.bg-peachpuff{background-color: var(--gs-peachpuff);}
.bg-peru{background-color: var(--gs-peru);}
.bg-pink{background-color: var(--gs-pink);}
.bg-plum{background-color: var(--gs-plum);}
.bg-powderblue{background-color: var(--gs-powderblue);}
.bg-purple{background-color: var(--gs-purple);}
.bg-rebeccapurple{background-color: var(--gs-rebeccapurple);}
.bg-red{background-color: var(--gs-red);}
.bg-rosybrown{background-color: var(--gs-rosybrown);}
.bg-royalblue{background-color: var(--gs-royalblue);}
.bg-saddlebrown{background-color: var(--gs-saddlebrown);}
.bg-salmon{background-color: var(--gs-salmon);}
.bg-sandybrown{background-color: var(--gs-sandybrown);}
.bg-seagreen{background-color: var(--gs-seagreen);}
.bg-seashell{background-color: var(--gs-seashell);}
.bg-sienna{background-color: var(--gs-sienna);}
.bg-silver{background-color: var(--gs-silver);}
.bg-skyblue{background-color: var(--gs-skyblue);}
.bg-slateblue{background-color: var(--gs-slateblue);}
.bg-slategray{background-color: var(--gs-slategray);}
.bg-slategrey{background-color: var(--gs-slategrey);}
.bg-snow{background-color: var(--gs-snow);}
.bg-springgreen{background-color: var(--gs-springgreen);}
.bg-steelblue{background-color: var(--gs-steelblue);}
.bg-tan{background-color: var(--gs-tan);}
.bg-teal{background-color: var(--gs-teal);}
.bg-thistle{background-color: var(--gs-thistle);}
.bg-tomato{background-color: var(--gs-tomato);}
.bg-turquoise{background-color: var(--gs-turquoise);}
.bg-violet{background-color: var(--gs-violet);}
.bg-wheat{background-color: var(--gs-wheat);}
.bg-white{background-color: var(--gs-white);}
.bg-whitesmoke{background-color: var(--gs-whitesmoke);}
.bg-yellow{background-color: var(--gs-yellow);}
.bg-yellowgreen{background-color: var(--gs-yellowgreen);}
.bg-000{background-color: var(--gs-000);}
.bg-111{background-color: var(--gs-111);}
.bg-222{background-color: var(--gs-222);}
.bg-333{background-color: var(--gs-333);}
.bg-444{background-color: var(--gs-444);}
.bg-555{background-color: var(--gs-555);}
.bg-666{background-color: var(--gs-666);}
.bg-777{background-color: var(--gs-777);}
.bg-888{background-color: var(--gs-888);}
.bg-999{background-color: var(--gs-999);}
.bg-AAA{background-color: var(--gs-AAA);}
.bg-BBB{background-color: var(--gs-BBB);}
.bg-CCC{background-color: var(--gs-CCC);}
.bg-DDD{background-color: var(--gs-DDD);}
.bg-EEE{background-color: var(--gs-EEE);}
.bg-FFF{background-color: var(--gs-FFF);}
.bg-F1{background-color: var(--gs-F1);}
.bg-F2{background-color: var(--gs-F2);}
.bg-F3{background-color: var(--gs-F3);}
.bg-F4{background-color: var(--gs-F4);}
.bg-F5{background-color: var(--gs-F5);}
.bg-F6{background-color: var(--gs-F6);}
.bg-F7{background-color: var(--gs-F7);}
.bg-F8{background-color: var(--gs-F8);}
.bg-F9{background-color: var(--gs-F9);}













