body {
    font-family: 'Noto Sans', sans-serif, 'Comfortaa', cursive;
    font-size: 12px;
    margin: 0;
    padding: 0;
    color: #333333;
}
a{
	color:#F25415;
	text-decoration: none;
}
a img{
	border: none;
}
table{
	font-size: 12px;
}
#MainContent{
	padding-bottom: 20px;
}
.MainMenu{
    background-color: #2f7eb9;
    background-image: -moz-linear-gradient(center top , #F47063, #F47063);
    display: block;
    height: 40px;
    margin: 0;
    padding: 0;
    box-shadow: 1px 1px 1px #999999;
}
#LeftPannel{
	border-right: 1px dotted #CCCCCC;
    float: left;
    margin-right: 10px;
    
    min-height: 200px;
    padding-left: 10px;
    width: 20%;
}
#ContentPannel {
    margin-left: 22%;
    margin-top: 20px;
    width: 78%;
    padding-right: 10px;
    box-sizing: border-box;
}
div#ContentPannel{
    position: relative;
}
div#ContentPannel:before {
    border-left: 1px solid #d6d6d6;
    content: "";
    display: block;
    height: 100%;
    width: 10px;
    /* background: #ff0000; */
    z-index: 1;
    position: absolute;
    left: -20px;
}

/*TEMPORARY*/
.footer {
    margin-top: 40px;
    border-top: 1px solid #CCCCCC;
    padding-top: 23px;
    box-sizing: border-box;
    margin-bottom: 100px;
}
.customer {
    align-items: center;
    display: flex;
    float: left;
    justify-content: center;
    padding: 0 10px;
    text-align: center;
    width: 18%;
}
.customer__image {
    width: 140px;
}
.footer-content {
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}
