/* Shortcut Labs AB 2016-04-12 */

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline;}
a:active { text-decoration: underline;}

b {font-weight: 300;}
code {font-size: 14px !important;}

.container {
    z-index: 10;
    width:100%;
	background: #6f8efa;
    height: 60px;
}

body{background:#f2f2f2;}

.main-div {
    z-index: 5;
	font-family: -apple-system-font,"Helvetica Neue",Helvetica,sans-serif;
    border: 1px solid #e9e9e9;
	border-top:none;
    background:#fff;
    width:90%;
	min-width:600px;
	max-width:980px;
    margin:auto;
    padding:8px;
	position: relative;
	overflow: auto;
}
.main-div p {font-weight: 300;}
.main-div li {font-weight: 300;}
.main-div h1 { color: #555; font-size:18px;}
.boxtext {color: #fff !important; font-size:14px !important; background:#333; padding:4px; text-align:center;}

#imageofmediv {
	float:left;
	width: 24.99%;
	height: 120px;
}

#textaboutmediv {
	float:left;
	width: 74.99%;
	height: 120px;
}
#textaboutmediv p {color:#777; font-size:14px;}

.hedline {width: 100%; text-align: center;}

.textSection {
	float:left;
	margin-top:8px;
	width: 97%;
	margin-left: 1.49%;
	margin-right: 1.49%;
	line-height: 120%;
}
.textSection p {color:#444; font-size:14px; line-height: 1.5; /*font-weight: 300;*/}

.footerSection {
	float:left;
	margin-top:8px;
	width: 100%;
}

.footerSection p {color:#888; font-size:10px; text-align:center;}
.txtAlignL {text-align:right;}

.codeBox {
	font-family: Source Code Pro,Monaco,Menlo,Consolas,monospace;
	background-color:#4badac;
	background-color:#f9f9f9;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.c222 {color:#222 !important;}
.c333 {color:#333 !important;}
.c444 {color:#444 !important;}
.c555 {color:#555 !important;}
.c666 {color:#666 !important;}

.tsz12 {font-size: 12px !important;}
.tsz13 {font-size: 13px !important;}
.tsz14 {font-size: 14px !important;}
.tsz15 {font-size: 15px !important;}
.tsz16 {font-size: 16px !important;}
.tsz20 {font-size: 20px !important;}
.tsz24 {font-size: 24px !important;}
.tsz28 {font-size: 28px !important;}

.mb2 {margin-bottom: 2px;}
.mb4 {margin-bottom: 4px;}
.mb8 {margin-bottom: 8px;}
.mb16 {margin-bottom: 16px;}
.mb24 {margin-bottom: 24px;}
.mb32 {margin-bottom: 32px;}

.mt16 {margin-top: 16px;}

.ml8 {margin-left: 8px;}
.ml16 {margin-left: 16px;}
.ml22 {margin-left: 22px;}

.pl8 {padding-left: 8px;}
.pl16 {padding-left: 16px;}
.pl32 {padding-left: 32px;}
.pl64 {padding-left: 64px;}
.pl96 {padding-left: 96px;}

.sclGreen {color: #6f8efa !important; }
.lightblue { color: #3498db !important; }
.darkblue { color: #2980b9 !important; }
.lightgreen { color: #1edc61 !important; }
.lightred { color: #fc5656 !important; }
.pumpkin { color: #d35400 !important; }
.greensea { color: #16a085 !important; }
.nephritis { color: #27ae60 !important; }
.amethyst { color: #9b59b6 !important; }
.priver { color: #3498db !important; }

.linkcolor { color: #6f8efa !important; }
.thinDottedLeft {border-left:thin dotted #ccc;}
.thinDottedRight {border-right:thin dotted #ccc;}
.thinDotted {border-bottom:thin dotted #ccc; margin-bottom:4px}
.thinSolid {border-bottom:thin solid #ccc; margin-bottom:4px}
