.navbar-brand {
  background: url(/msalogo.png) no-repeat;
  background-size: 140px;
  width: 140px;
  padding-right: 50px;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: -10px;
}

body {
	padding-top: 110px;
	background: white;
}

.allbodies {
	margin: 0px 0px 20px 0px;
}

.mainbody {
	
}

.maintitle { 
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
} 

.carousel {
	margin-bottom: 10px;
}

.extendedbody {
	margin: 0px 10px 0px 10px;
}


.c3 line {
	stroke: #DCDCDC;
}
.c3 path {
	stroke: #FFF;
}
.c3-chart text {
	font-size: 13;
	font-weight: bold;
}
.c3-xgrids .c3-xgrid {
	stroke-width: 0;
}
.c3-ygrids .c3-ygrid {
	stroke-dasharray: 0;
}
.c3-ygrid-line line {
	stroke: #FFCC33;
	stroke-dasharray: 50 20;
	stroke-width: 3;
}
.c3-chart-arc text {
	fill: #EEE !important;
}
.c3-chart-arc .c3-arc {
	stroke-width: 0;
}
.c3-chart-line .c3-line {
	stroke-width: 2;
}
.c3-chart-line .c3-shapes circle {
	opacity: 0.001 !important;
}


.footercrown {
	height: 10px;
	background-image: -webkit-linear-gradient(bottom, #777777, white);
	background-image: -o-linear-gradient(bottom, #777777, white);
	background-image: linear-gradient(to top, #777777, white);
}

.footer {
	padding-bottom: 10px;
	background-image: -webkit-linear-gradient(bottom, white, #777777);
	background-image: -o-linear-gradient(bottom, white, #777777);
	background-image: linear-gradient(to top, white, #777777);
}

.footercontainer {
	
}

.footer a {
	color: black;
}

.footerright {
	text-align: right;
}

@media (max-width: 991px) {
	
}

@media (max-width: 767px) {
	
}

@media (max-width: 479px) {
	
}

@media print {
	a[href]:after {
		content: none !important;
	}
	
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
   }
   .col-md-12 {
        width: 100%;
   }
   .col-md-11 {
        width: 91.66666667%;
   }
   .col-md-10 {
        width: 83.33333333%;
   }
   .col-md-9 {
        width: 75%;
   }
   .col-md-8 {
        width: 66.66666667%;
   }
   .col-md-7 {
        width: 58.33333333%;
   }
   .col-md-6 {
        width: 50%;
   }
   .col-md-5 {
        width: 41.66666667%;
   }
   .col-md-4 {
        width: 33.33333333%;
   } 
   .col-md-3 {
        width: 25%;
   }
   .col-md-2 {
        width: 16.66666667%;
   }
   .col-md-1 {
        width: 8.33333333%;
   }
	

}
 