﻿.main {
	margin-top: 20px;
}

.mainbox {
	display: flex;
	justify-content: space-around;
	
}

ul.expmenu {
	width: 170px;
	font-size: 14px;
}

ul.expmenu * {
	list-style: none;
}

ul.expmenu >li >div.menu-header {
	padding: 12px;
	border-bottom: 1px solid #ccc;
	font-weight: 700;
	color:#727272;
}

/* ul.expmenu>li:last-child>div.menu-header {
	border-bottom: none;
} */

ul.expmenu > li ul li {
	background-color: #fff;
	padding: 12px;
	padding-left: 52px;
	border-bottom: 1px solid #dcdcdc;
	border-top: 1px solid #fff;
	color: #727272;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
}

/* ul.expmenu>li ul li:last-child {
	border-bottom: none;
} */

ul.expmenu>li ul li.selected {
	background-color: #f4f4f4;
}

ul.expmenu div.menu-header {
	font-size: 16px;
	color: #727272;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
	background: #fff;
	height: 55px;
	text-align: left;
}

ul.expmenu>li>div.menu-header>.label {
	padding-left: 24px;
	background: no-repeat;
	float: left;
}

ul.expmenu>li>div.menu-header>.arrow {
	display: block;
	width: 16px;
	height: 16px;
	background: no-repeat center;
	float: right;
	
}

/* Mouse Events */
ul.expmenu div.menu-header:hover {
	background: #C4DCFC;
	cursor: pointer;
}

ul.expmenu>li ul li:not(.selected):hover {
	background: #f1f1f1;
	/* Old browsers */

	cursor: pointer;
}

ul.expmenu>li ul li:not(.selected):active {
	background: #f1f1f1;
	/* Old browsers */

	cursor: pointer;
}

/**
 *  END FREEBIE STYLES
 */


/**
 *	Not important styles
 */

ul#pagination-freebie {
	list-style: none;
}

ul#pagination-freebie:last-child {
	padding-right: 0;
}

ul#pagination-freebie li {
	float: left;
	margin-bottom: 20px
}

ul#pagination-freebie li:last-child {
	margin-right: 0;
}

div#text {
	text-align: center;
	font-size: 48px;
	width: 610px;
	margin: 0 auto;
	margin-top: 80px;
}

div#smalltext {
	text-align: center;
	font-size: 15px;
	width: 600px;
	margin: 0 auto;
}

.main-content {
	width: 80%;
	max-width: 1200px;
	min-height: 300px;
	background-color: #fff;
}

.SideMenu{
    font-size: 16px;
    color: #203f61;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
    background: #fff;
    height: 55px;
    padding: 12px;
    border-bottom: 1px solid #ccc;
}
.SideMenu span{
    padding-left: 24px;
    background: no-repeat;
    float: left;

}


