/* Width */
.w-100 {
    width: 100%;
}
.max-w-100 { max-width: 100px;}
.max-w-200 { max-width: 200px;}
.max-w-250 { max-width: 250px;}
.max-w-300 { max-width: 300px;}
.max-w-400 { max-width: 400px;}
.max-w-500 { max-width: 500px;}

/* Text-Style */
.f-w-b { font-weight: bold !important; }
.f-w-1 { font-weight: 100 !important; }
.f-w-2 { font-weight: 200 !important; }

.l-s-0 { letter-spacing: 0px !important;}
.l-s-1 { letter-spacing: 1px !important;}
.l-s-2 { letter-spacing: 2px !important;}
.l-s-3 { letter-spacing: 3px !important;}
.l-s-4 { letter-spacing: 4px !important;}
.l-s-5 { letter-spacing: 5px !important;}
.l-s-8 { letter-spacing: 8px !important;}
.l-s-9 { letter-spacing: 9px !important;}
.l-s-10 { letter-spacing: 10px !important;}
.l-s-20 { letter-spacing: 20px !important;}

/* Font Size */
.f-8 { font-size:8pt !important; }
.f-9 { font-size:9pt !important; }
.f-10 { font-size:10pt !important; }
.f-11 { font-size:11pt !important; }
.f-12 { font-size:12pt !important; }
.f-13 { font-size:13pt !important; }
.f-14 { font-size:14pt !important; }
.f-15 { font-size:15pt !important; }
.f-16 { font-size:16pt !important; }
.f-17 { font-size:17pt !important; }
.f-18 { font-size:18pt !important; }
.f-19 { font-size:19pt !important; }
.f-20 { font-size:20pt !important; }
.f-25 { font-size:25pt !important; }
.f-30 { font-size:30pt !important; }
.f-35 { font-size:35pt !important; }
.f-40 { font-size:40pt !important; }
.f-50 { font-size:50pt !important; }
.f-60 { font-size:60pt !important; }
.f-70 { font-size:70pt !important; }

/* Position */
.p-relative { position: relative; }
.p-absolute { position: absolute; }

/* Background */
.bg-none { background: none !important; }

/* Overflow + Text */
.o-hidden { overflow: hidden; }
.o-visible { overflow: visible; }
.o-auto { overflow: auto; }
.t-overflow { width: 97%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; float: left; }

/* Border */
.br-5 { border-radius: 5px; }

/* Shadow */
.t-s-0 { text-shadow: none !important; }

.b-s-0 { box-shadow: none !important;; }

/* Paddings */
.p-0 { padding: 0 !important; }
.p-10 { padding: 10px !important; }
.p-15 { padding: 15px !important; }
.p-20 { padding: 20px !important; }

.p-t-0 { padding-top: 0 !important; }
.p-t-3 { padding-top: 3px !important; }
.p-t-5 { padding-top: 5px !important; }
.p-t-8 { padding-top: 8px !important; }
.p-t-10 { padding-top: 10px !important; }
.p-t-15 { padding-top: 15px !important; }
.p-t-20 { padding-top: 20px !important; }
.p-t-25 { padding-top: 25px !important; }
.p-t-30 { padding-top: 30px !important; }
.p-t-40 { padding-top: 40px !important; }
.p-t-45 { padding-top: 45px !important; }
.p-t-50 { padding-top: 50px !important; }

.p-b-0 { padding-bottom: 0 !important; }
.p-b-4 { padding-bottom: 4px !important; }
.p-b-5 { padding-bottom: 5px !important; }
.p-b-10 { padding-bottom: 10px !important; }
.p-b-15 { padding-bottom: 15px !important; }
.p-b-20 { padding-bottom: 20px !important; }

.p-l-0 { padding-left: 0 !important; }
.p-l-3 { padding-left: 3px !important; }
.p-l-4 { padding-left: 4px !important; }
.p-l-5 { padding-left: 5px !important; }
.p-l-10 { padding-left: 10px !important; }
.p-l-15 { padding-left: 15px !important; }
.p-l-18 { padding-left: 18px !important; }
.p-l-20 { padding-left: 20px !important; }

.p-r-0 { padding-right: 0 !important; }
.p-r-3 { padding-right: 3px !important; }
.p-r-5 { padding-right: 5px !important; }
.p-r-10 { padding-right: 10px !important; }
.p-r-15 { padding-right: 15px !important; }
.p-r-20 { padding-right: 20px !important; }

/* Margin */
.m-center { margin:0 auto; }
.m-10 { margin: 10px !important; }
.m-15 { margin: 15px !important; }
.m-20 { margin: 20px !important; }
.m-30 { margin: 30px !important; }

.m-t-0 { margin-top: 0 !important; }
.m-t-3 { margin-top: 3px !important; }
.m-t-5 { margin-top: 5px !important; }
.m-t-6 { margin-top: 6px !important; }
.m-t-10 { margin-top: 10px !important; }
.m-t-15 { margin-top: 15px !important; }
.m-t-20 { margin-top: 20px !important; }
.m-t-30 { margin-top: 30px !important; }
.m-t-36 { margin-top: 36px !important; }
.m-t-38 { margin-top: 38px !important; }
.m-t-39 { margin-top: 39px !important; }
.m-t-40 { margin-top: 40px !important; }
.m-t-50 { margin-top: 50px !important; }
.m-t-100 { margin-top: 100px !important; }

.m-b-0 { margin-bottom: 0 !important; }
.m-b-3 { margin-bottom: 3px !important; }
.m-b-5 { margin-bottom: 5px !important; }
.m-b-10 { margin-bottom: 10px !important; }
.m-b-15 { margin-bottom: 15px !important; }
.m-b-20 { margin-bottom: 20px !important; }
.m-b-25 { margin-bottom: 25px !important; }
.m-b-30 { margin-bottom: 30px !important; }
.m-b-40 { margin-bottom: 40px !important; }
.m-b-50 { margin-bottom: 50px !important; }
.m-b-100 { margin-bottom: 100px !important; }

.m-l-0 { margin-left: 0 !important; }
.m-l-5 { margin-left: 5px !important; }
.m-l-10 { margin-left: 10px !important; }
.m-l-15 { margin-left: 15px !important; }
.m-l-20 { margin-left: 20px !important; }

.m-r-0 { margin-right: 0 !important; }
.m-r-5 { margin-right: 5px !important; }
.m-r-10 { margin-right: 10px !important; }
.m-r-15 { margin-right: 15px !important; }
.m-r-20 { margin-right: 20px !important; }


