.highlight {
	background-color:#FDFAE2;
	border:1px solid #E8D5B7;
	color:#CD6F0B;	
}
@-webkit-keyframes colorCycle {
     0% {color: #F65148;}
     25% {color: #A558A6;}
     50% {color: #AEF648;}
     75% {color: #48CBF6;}
    100% {color: #F65148;}

}
@-moz-keyframes colorCycle {
      0% {color: #F65148;}
     25% {color: #A558A6;}
     50% {color: #AEF648;}
     75% {color: #48CBF6;}
    100% {color: #F65148;}

}

.colorCycle {
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: colorCycle;
    -webkit-animation-timing-function: ease;
    -moz-animation-direction: normal;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: colorCycle;
    -moz-animation-timing-function: ease;
}
.no-padding			{	padding:0!important;		}
.no-pad				{	padding:0!important;		}
.no-pad-left 		{	padding-left:0!important;	}
.no-pad-right		{	padding-right:0!important;	}
.no-pad-top			{	padding-top:0!important;	}
.no-pad-bot			{	padding-bottom:0!important;	}
.pad-5				{	padding:5px!important;		}
.no-margin			{	margin:0!important;			}
.no-margin-left 	{	margin-left:0!important;	}
.no-margin-right	{	margin-right:0!important;	}
.no-margin-top		{	margin-top:0!important;		}
.no-margin-bot		{	margin-bottom:0!important;	}

.conjure-small-text {
	font-size:9pt;
}
.text-center { text-align:center; }
.text-left { text-align:left; }
.text-right { text-align:right; }

.text-blue 			{	color:#3CAFF6;		}
.text-blue1		{	color:#75bcff; 		}
.text-blue2		{	color:#55c9db; 		}
.text-blue3, 
.text-info			{	color:#22b794; 		}
.text-green		{	color:#06C400;		}
.text-gray, 
.text-grey, 
.text-mute, 
.text-muted		{	color:#CACACA; 	}
.text-yellow		{	color:#F6BF48;		}
.text-orange	{	color:#F78605;		}
.text-purple		{	color:#7D16A3;		}
.text-danger	{ 	color:#DF6161;		}
.text-right 		{	text-align:right!important; }

.text-shadow-hairline {
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
}
.text-shadow-thin {
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
.text-shadow {
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 1);
}
.text-shadow-bold {
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 1);
}

.resize-vertical {
	resize: vertical!important;
}
.resize-horizontal {
	resize: horizontal!important;
}
.font-slabo {
	font-family: 'Slabo 27px', serif!important;
}
.font-railway {
	font-family: 'Raleway', sans-serif!important;
}

.login-background {
	background-color:#478189!important;
}

.background-rainbow-animated {
	background: linear-gradient(270deg, #a24bcf, #4b79cf, #4bc5cf);
	background-size: 300% 300%;

	-webkit-animation: AnimationName 7s ease infinite;
	-moz-animation: AnimationName 7s ease infinite;
	animation: AnimationName 7s ease infinite;

	@-webkit-keyframes AnimationName {
		0%{background-position:0% 50%}
		50%{background-position:100% 50%}
		100%{background-position:0% 50%}
	}
	@-moz-keyframes AnimationName {
		0%{background-position:0% 50%}
		50%{background-position:100% 50%}
		100%{background-position:0% 50%}
	}
	@keyframes AnimationName {
		0%{background-position:0% 50%}
		50%{background-position:100% 50%}
		100%{background-position:0% 50%}
	}
}

.background0-animated {
	background: linear-gradient(299deg, #aeaeae, #a1a2a3, #dadbda, #a8a8a8, #d9d9d9);
	background-size: 1000% 1000%;

	-webkit-animation: AnimationName 39s ease infinite;
	-moz-animation: AnimationName 39s ease infinite;
	-o-animation: AnimationName 39s ease infinite;
	animation: AnimationName 39s ease infinite;

	@-webkit-keyframes AnimationName {
		0%{background-position:84% 0%}
		50%{background-position:17% 100%}
		100%{background-position:84% 0%}
	}
	@-moz-keyframes AnimationName {
		0%{background-position:84% 0%}
		50%{background-position:17% 100%}
		100%{background-position:84% 0%}
	}
	@-o-keyframes AnimationName {
		0%{background-position:84% 0%}
		50%{background-position:17% 100%}
		100%{background-position:84% 0%}
	}
	@keyframes AnimationName {
		0%{background-position:84% 0%}
		50%{background-position:17% 100%}
		100%{background-position:84% 0%}
	}
}

.background-1 {
	background: #282537;
	background-image: -webkit-radial-gradient(top, circle cover, #3c3b52 0%, #252233 80%);
	background-image: -moz-radial-gradient(top, circle cover, #3c3b52 0%, #252233 80%);
	background-image: -o-radial-gradient(top, circle cover, #3c3b52 0%, #252233 80%);
	background-image: radial-gradient(top, circle cover, #3c3b52 0%, #252233 80%);
}

.background-2 { 
	background: #092756;
	background: -moz-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%),-moz-linear-gradient(top, rgba(57,173,219,.25) 0%, rgba(42,60,87,.4) 100%), -moz-linear-gradient(-45deg, #670d10 0%, #092756 100%);
	background: -webkit-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), -webkit-linear-gradient(top, rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), -webkit-linear-gradient(-45deg, #670d10 0%,#092756 100%);
	background: -o-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), -o-linear-gradient(top, rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), -o-linear-gradient(-45deg, #670d10 0%,#092756 100%);
	background: -ms-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), -ms-linear-gradient(top, rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), -ms-linear-gradient(-45deg, #670d10 0%,#092756 100%);
	background: -webkit-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), linear-gradient(to bottom, rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), linear-gradient(135deg, #670d10 0%,#092756 100%);
}

.background-3 {
	background-image: linear-gradient(#8b9da9, #fff6e4);
	box-shadow: inset 0 0 100px hsla(0,0%,0%,.3);
}

.background-4 {
	background: rgb(105,155,200);
	background: -moz-radial-gradient(top left, ellipse cover, rgba(105,155,200,1) 0%, rgba(181,197,216,1) 57%);
	background: -webkit-gradient(radial, top left, 0px, top left, 100%, color-stop(0%,rgba(105,155,200,1)), color-stop(57%,rgba(181,197,216,1)));
	background: -webkit-radial-gradient(top left, ellipse cover, rgba(105,155,200,1) 0%,rgba(181,197,216,1) 57%);
	background: -o-radial-gradient(top left, ellipse cover, rgba(105,155,200,1) 0%,rgba(181,197,216,1) 57%);
	background: -ms-radial-gradient(top left, ellipse cover, rgba(105,155,200,1) 0%,rgba(181,197,216,1) 57%);
	background: radial-gradient(ellipse at top left, rgba(105,155,200,1) 0%,rgba(181,197,216,1) 57%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#699bc8', endColorstr='#b5c5d8',GradientType=1 );
}
.background-5 {
	background-image: linear-gradient(45deg, rgba(194, 233, 221, 0.5) 1%, rgba(104, 119, 132, 0.5) 100%), linear-gradient(-45deg, #494d71 0%, rgba(217, 230, 185, 0.5) 80%);
}

.background-6 {
	background: rgb(244,226,156);
	background: -moz-linear-gradient(-45deg, rgba(244,226,156,0) 0%, rgba(59,41,58,1) 100%), -moz-linear-gradient(left, rgba(244,226,156,1) 0%, rgba(130,96,87,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(244,226,156,0) 0%,rgba(59,41,58,1) 100%), -webkit-linear-gradient(left, rgba(244,226,156,1) 0%,rgba(130,96,87,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(244,226,156,0) 0%,rgba(59,41,58,1) 100%), -o-linear-gradient(left, rgba(244,226,156,1) 0%,rgba(130,96,87,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(244,226,156,0) 0%,rgba(59,41,58,1) 100%), -ms-linear-gradient(left, rgba(244,226,156,1) 0%,rgba(130,96,87,1) 100%);
	background: linear-gradient(135deg, rgba(244,226,156,0) 0%,rgba(59,41,58,1) 100%), linear-gradient(to right, rgba(244,226,156,1) 0%,rgba(130,96,87,1) 100%);
}


/* Curved Corners (Increments of 5 Max:25) */
.curve-bot-right-0 {
	-webkit-border-bottom-right-radius: 0px!important;
	-moz-border-radius-bottomright: 0px!important;
	border-bottom-right-radius: 0px!important;
}

.curve-top-left-0 {
	-webkit-border-top-left-radius: 0px!important;
	-moz-border-radius-topleft: 0px!important;
	border-top-left-radius: 0px!important;
}

.curve-bot-left-0 {
	-webkit-border-bottom-left-radius: 0px!important;
	-moz-border-radius-bottomleft: 0px!important;
	border-bottom-left-radius: 0px!important;
}

.curve-top-right-0 {
	-webkit-border-top-right-radius: 0px!important;
	-moz-border-radius-topright: 0px!important;
	border-top-right-radius: 0px!important;
}

.curve-bot-right-5 {
	-webkit-border-bottom-right-radius: 5px!important;
	-moz-border-radius-bottomright: 5px!important;
	border-bottom-right-radius: 5px!important;
}

.curve-top-left-5 {
	-webkit-border-top-left-radius: 5px!important;
	-moz-border-radius-topleft: 5px!important;
	border-top-left-radius: 5px!important;
}

.curve-bot-left-5 {
	-webkit-border-bottom-left-radius: 5px!important;
	-moz-border-radius-bottomleft: 5px!important;
	border-bottom-left-radius: 5px!important;
}

.curve-top-right-5 {
	-webkit-border-top-right-radius: 5px!important;
	-moz-border-radius-topright: 5px!important;
	border-top-right-radius: 5px!important;
}

.curve-bot-right-10 {
	-webkit-border-bottom-right-radius: 10px!important;
	-moz-border-radius-bottomright: 10px!important;
	border-bottom-right-radius: 10px!important;
}

.curve-top-left-10 {
	-webkit-border-top-left-radius: 10px!important;
	-moz-border-radius-topleft: 10px!important;
	border-top-left-radius: 10px!important;
}

.curve-bot-left-10 {
	-webkit-border-bottom-left-radius: 10px!important;
	-moz-border-radius-bottomleft: 10px!important;
	border-bottom-left-radius: 10px!important;
}

.curve-top-right-10 {
	-webkit-border-top-right-radius: 10px!important;
	-moz-border-radius-topright: 10px!important;
	border-top-right-radius: 10px!important;
}

.curve-bot-right-15 {
	-webkit-border-bottom-right-radius: 15px!important;
	-moz-border-radius-bottomright: 15px!important;
	border-bottom-right-radius: 15px!important;
}

.curve-top-left-15 {
	-webkit-border-top-left-radius: 15px!important;
	-moz-border-radius-topleft: 15px!important;
	border-top-left-radius: 15px!important;
}

.curve-bot-left-15 {
	-webkit-border-bottom-left-radius: 15px!important;
	-moz-border-radius-bottomleft: 15px!important;
	border-bottom-left-radius: 15px!important;
}

.curve-top-right-15 {
	-webkit-border-top-right-radius: 15px!important;
	-moz-border-radius-topright: 15px!important;
	border-top-right-radius: 15px!important;
}

.curve-bot-right-20 {
	-webkit-border-bottom-right-radius: 20px!important;
	-moz-border-radius-bottomright: 20px!important;
	border-bottom-right-radius: 20px!important;
}

.curve-top-left-20 {
	-webkit-border-top-left-radius: 20px!important;
	-moz-border-radius-topleft: 20px!important;
	border-top-left-radius: 20px!important;
}

.curve-bot-left-20 {
	-webkit-border-bottom-left-radius: 20px!important;
	-moz-border-radius-bottomleft: 20px!important;
	border-bottom-left-radius: 20px!important;
}

.curve-top-right-20 {
	-webkit-border-top-right-radius: 20px!important;
	-moz-border-radius-topright: 20px!important;
	border-top-right-radius: 20px!important;
}

.curve-bot-right-25 {
	-webkit-border-bottom-right-radius: 25px!important;
	-moz-border-radius-bottomright: 25px!important;
	border-bottom-right-radius: 25px!important;
}

.curve-top-left-25 {
	-webkit-border-top-left-radius: 25px!important;
	-moz-border-radius-topleft: 25px!important;
	border-top-left-radius: 25px!important;
}

.curve-bot-left-25 {
	-webkit-border-bottom-left-radius: 25px!important;
	-moz-border-radius-bottomleft: 25px!important;
	border-bottom-left-radius: 25px!important;
}

.curve-top-right-25 {
	-webkit-border-top-right-radius: 25px!important;
	-moz-border-radius-topright: 25px!important;
	border-top-right-radius: 25px!important;
}

.curve-right-0 {
	-webkit-border-top-right-radius: 0px!important;
	-webkit-border-bottom-right-radius: 0px!important;
	-moz-border-radius-topright: 0px!important;
	-moz-border-radius-bottomright: 0px!important;
	border-top-right-radius: 0px!important;
	border-bottom-right-radius: 0px!important;
}

.curve-left-0 {
	-webkit-border-top-left-radius: 0px!important;
	-webkit-border-bottom-left-radius: 0px!important;
	-moz-border-radius-topleft: 0px!important;
	-moz-border-radius-bottomleft: 0px!important;
	border-top-left-radius: 0px!important;
	border-bottom-left-radius: 0px!important;
}

.curve-top-0 {
	-webkit-border-top-left-radius: 0px!important;
	-webkit-border-top-right-radius: 0px!important;
	-moz-border-radius-topleft: 0px!important;
	-moz-border-radius-topright: 0px!important;
	border-top-left-radius: 0px!important;
	border-top-right-radius: 0px!important;
}

.curve-bot-0 {
	-webkit-border-bottom-right-radius: 0px!important;
	-webkit-border-bottom-left-radius: 0px!important;
	-moz-border-radius-bottomright: 0px!important;
	-moz-border-radius-bottomleft: 0px!important;
	border-bottom-right-radius: 0px!important;
	border-bottom-left-radius: 0px!important;
}

.curve-0 {
	-webkit-border-radius: 0px!important;
	-moz-border-radius: 0px!important;
	border-radius: 0px!important;
}

.curve-right-5 {
	-webkit-border-top-right-radius: 5px!important;
	-webkit-border-bottom-right-radius: 5px!important;
	-moz-border-radius-topright: 5px!important;
	-moz-border-radius-bottomright: 5px!important;
	border-top-right-radius: 5px!important;
	border-bottom-right-radius: 5px!important;
}

.curve-left-5 {
	-webkit-border-top-left-radius: 5px!important;
	-webkit-border-bottom-left-radius: 5px!important;
	-moz-border-radius-topleft: 5px!important;
	-moz-border-radius-bottomleft: 5px!important;
	border-top-left-radius: 5px!important;
	border-bottom-left-radius: 5px!important;
}

.curve-top-5 {
	-webkit-border-top-left-radius: 5px!important;
	-webkit-border-top-right-radius: 5px!important;
	-moz-border-radius-topleft: 5px!important;
	-moz-border-radius-topright: 5px!important;
	border-top-left-radius: 5px!important;
	border-top-right-radius: 5px!important;
}

.curve-bot-5 {
	-webkit-border-bottom-right-radius: 5px!important;
	-webkit-border-bottom-left-radius: 5px!important;
	-moz-border-radius-bottomright: 5px!important;
	-moz-border-radius-bottomleft: 5px!important;
	border-bottom-right-radius: 5px!important;
	border-bottom-left-radius: 5px!important;
}

.curve-5 {
	-webkit-border-radius: 5px!important;
	-moz-border-radius: 5px!important;
	border-radius: 5px!important;
}

.curve-right-10 {
	-webkit-border-top-right-radius: 10px!important;
	-webkit-border-bottom-right-radius: 10px!important;
	-moz-border-radius-topright: 10px!important;
	-moz-border-radius-bottomright: 10px!important;
	border-top-right-radius: 10px!important;
	border-bottom-right-radius: 10px!important;
}

.curve-left-10 {
	-webkit-border-top-left-radius: 10px!important;
	-webkit-border-bottom-left-radius: 10px!important;
	-moz-border-radius-topleft: 10px!important;
	-moz-border-radius-bottomleft: 10px!important;
	border-top-left-radius: 10px!important;
	border-bottom-left-radius: 10px!important;
}

.curve-top-10 {
	-webkit-border-top-left-radius: 10px!important;
	-webkit-border-top-right-radius: 10px!important;
	-moz-border-radius-topleft: 10px!important;
	-moz-border-radius-topright: 10px!important;
	border-top-left-radius: 10px!important;
	border-top-right-radius: 10px!important;
}

.curve-bot-10 {
	-webkit-border-bottom-right-radius: 10px!important;
	-webkit-border-bottom-left-radius: 10px!important;
	-moz-border-radius-bottomright: 10px!important;
	-moz-border-radius-bottomleft: 10px!important;
	border-bottom-right-radius: 10px!important;
	border-bottom-left-radius: 10px!important;
}

.curve-10 {
	-webkit-border-radius: 10px!important;
	-moz-border-radius: 10px!important;
	border-radius: 10px!important;
}

.curve-right-15 {
	-webkit-border-top-right-radius: 15px!important;
	-webkit-border-bottom-right-radius: 15px!important;
	-moz-border-radius-topright: 15px!important;
	-moz-border-radius-bottomright: 15px!important;
	border-top-right-radius: 15px!important;
	border-bottom-right-radius: 15px!important;
}

.curve-left-15 {
	-webkit-border-top-left-radius: 15px!important;
	-webkit-border-bottom-left-radius: 15px!important;
	-moz-border-radius-topleft: 15px!important;
	-moz-border-radius-bottomleft: 15px!important;
	border-top-left-radius: 15px!important;
	border-bottom-left-radius: 15px!important;
}

.curve-top-15 {
	-webkit-border-top-left-radius: 15px!important;
	-webkit-border-top-right-radius: 15px!important;
	-moz-border-radius-topleft: 15px!important;
	-moz-border-radius-topright: 15px!important;
	border-top-left-radius: 15px!important;
	border-top-right-radius: 15px!important;
}

.curve-bot-15 {
	-webkit-border-bottom-right-radius: 15px!important;
	-webkit-border-bottom-left-radius: 15px!important;
	-moz-border-radius-bottomright: 15px!important;
	-moz-border-radius-bottomleft: 15px!important;
	border-bottom-right-radius: 15px!important;
	border-bottom-left-radius: 15px!important;
}

.curve-15 {
	-webkit-border-radius: 15px!important;
	-moz-border-radius: 15px!important;
	border-radius: 15px!important;
}

.curve-right-20 {
	-webkit-border-top-right-radius: 20px!important;
	-webkit-border-bottom-right-radius: 20px!important;
	-moz-border-radius-topright: 20px!important;
	-moz-border-radius-bottomright: 20px!important;
	border-top-right-radius: 20px!important;
	border-bottom-right-radius: 20px!important;
}

.curve-left-20 {
	-webkit-border-top-left-radius: 20px!important;
	-webkit-border-bottom-left-radius: 20px!important;
	-moz-border-radius-topleft: 20px!important;
	-moz-border-radius-bottomleft: 20px!important;
	border-top-left-radius: 20px!important;
	border-bottom-left-radius: 20px!important;
}

.curve-top-20 {
	-webkit-border-top-left-radius: 20px!important;
	-webkit-border-top-right-radius: 20px!important;
	-moz-border-radius-topleft: 20px!important;
	-moz-border-radius-topright: 20px!important;
	border-top-left-radius: 20px!important;
	border-top-right-radius: 20px!important;
}

.curve-bot-20 {
	-webkit-border-bottom-right-radius: 20px!important;
	-webkit-border-bottom-left-radius: 20px!important;
	-moz-border-radius-bottomright: 20px!important;
	-moz-border-radius-bottomleft: 20px!important;
	border-bottom-right-radius: 20px!important;
	border-bottom-left-radius: 20px!important;
}

.curve-20 {
	-webkit-border-radius: 20px!important;
	-moz-border-radius: 20px!important;
	border-radius: 20px!important;
}

.curve-right-25 {
	-webkit-border-top-right-radius: 25px!important;
	-webkit-border-bottom-right-radius: 25px!important;
	-moz-border-radius-topright: 25px!important;
	-moz-border-radius-bottomright: 25px!important;
	border-top-right-radius: 25px!important;
	border-bottom-right-radius: 25px!important;
}

.curve-left-25 {
	-webkit-border-top-left-radius: 25px!important;
	-webkit-border-bottom-left-radius: 25px!important;
	-moz-border-radius-topleft: 25px!important;
	-moz-border-radius-bottomleft: 25px!important;
	border-top-left-radius: 25px!important;
	border-bottom-left-radius: 25px!important;
}

.curve-top-25 {
	-webkit-border-top-left-radius: 25px!important;
	-webkit-border-top-right-radius: 25px!important;
	-moz-border-radius-topleft: 25px!important;
	-moz-border-radius-topright: 25px!important;
	border-top-left-radius: 25px!important;
	border-top-right-radius: 25px!important;
}

.curve-bot-25 {
	-webkit-border-bottom-right-radius: 25px!important;
	-webkit-border-bottom-left-radius: 25px!important;
	-moz-border-radius-bottomright: 25px!important;
	-moz-border-radius-bottomleft: 25px!important;
	border-bottom-right-radius: 25px!important;
	border-bottom-left-radius: 25px!important;
}

.curve-25 {
	-webkit-border-radius: 25px!important;
	-moz-border-radius: 25px!important;
	border-radius: 25px!important;
}

/* FONT SIZING */
.font-1	{ font-size:1pt!important; }
.font-2	{ font-size:2pt!important; }
.font-4	{ font-size:3pt!important; }
.font-5	{ font-size:4pt!important; }
.font-6	{ font-size:5pt!important; }
.font-7	{ font-size:6pt!important; }
.font-8	{ font-size:7pt!important; }
.font-9	{ font-size:8pt!important; }
.font-10{ font-size:10pt!important; }
.font-11{ font-size:11pt!important; }
.font-12{ font-size:12pt!important; }
.font-14{ font-size:13pt!important; }
.font-15{ font-size:14pt!important; }
.font-16{ font-size:15pt!important; }
.font-17{ font-size:16pt!important; }
.font-18{ font-size:17pt!important; }
.font-19{ font-size:18pt!important; }
.font-20{ font-size:20pt!important; }
.font-21{ font-size:21pt!important; }
.font-22{ font-size:22pt!important; }
.font-24{ font-size:23pt!important; }
.font-25{ font-size:24pt!important; }
.font-26{ font-size:25pt!important; }
.font-27{ font-size:26pt!important; }
.font-28{ font-size:27pt!important; }
.font-29{ font-size:28pt!important; }
.font-30{ font-size:30pt!important; }
.font-31{ font-size:31pt!important; }
.font-32{ font-size:32pt!important; }
.font-34{ font-size:33pt!important; }
.font-35{ font-size:34pt!important; }
.font-36{ font-size:35pt!important; }
.font-37{ font-size:36pt!important; }
.font-38{ font-size:37pt!important; }
.font-39{ font-size:38pt!important; }
.font-40{ font-size:40pt!important; }
.font-41{ font-size:41pt!important; }
.font-42{ font-size:42pt!important; }
.font-44{ font-size:43pt!important; }
.font-45{ font-size:44pt!important; }
.font-46{ font-size:45pt!important; }
.font-47{ font-size:46pt!important; }
.font-48{ font-size:47pt!important; }
.font-49{ font-size:48pt!important; }
.font-50{ font-size:50pt!important; }
.font-51{ font-size:51pt!important; }
.font-52{ font-size:52pt!important; }
.font-54{ font-size:53pt!important; }
.font-55{ font-size:54pt!important; }
.font-56{ font-size:55pt!important; }
.font-57{ font-size:56pt!important; }
.font-58{ font-size:57pt!important; }
.font-59{ font-size:58pt!important; }
.font-60{ font-size:60pt!important; }
.font-61{ font-size:61pt!important; }
.font-62{ font-size:62pt!important; }
.font-64{ font-size:63pt!important; }
.font-65{ font-size:64pt!important; }
.font-66{ font-size:65pt!important; }
.font-67{ font-size:66pt!important; }
.font-68{ font-size:67pt!important; }
.font-69{ font-size:68pt!important; }
.font-70{ font-size:70pt!important; }
.font-71{ font-size:71pt!important; }
.font-72{ font-size:72pt!important; }
.font-74{ font-size:73pt!important; }
.font-75{ font-size:74pt!important; }
.font-76{ font-size:75pt!important; }
.font-77{ font-size:76pt!important; }
.font-78{ font-size:77pt!important; }
.font-79{ font-size:78pt!important; }
.font-80{ font-size:80pt!important; }
.font-81{ font-size:81pt!important; }
.font-82{ font-size:82pt!important; }
.font-84{ font-size:83pt!important; }
.font-85{ font-size:84pt!important; }
.font-86{ font-size:85pt!important; }
.font-87{ font-size:86pt!important; }
.font-88{ font-size:87pt!important; }
.font-89{ font-size:88pt!important; }
.font-90{ font-size:90pt!important; }
.font-91{ font-size:91pt!important; }
.font-92{ font-size:92pt!important; }
.font-94{ font-size:93pt!important; }
.font-95{ font-size:94pt!important; }
.font-96{ font-size:95pt!important; }
.font-97{ font-size:96pt!important; }
.font-98{ font-size:97pt!important; }
.font-99{ font-size:98pt!important; }

