.jumbotron .row{padding-bottom:20px;font-size:14px;}
.jumbotron h1{font-size:33px; font-weight:bold;}
.jumbotron p{font-size:15px;}
.jumbotron .boxline {
	color : black;
	padding : 15px 15px;
	border-width:1px  1px 1px 1px;
	border-color:#f47941;
	border-style: solid;
	font-size:14px; font-weight:plan;
}

#testresult{ font-size:19px;}
.panel-body{ font-size:17px;}

.container {
    margin-top: 20px;
}

/* Carousel Styles */
body {
    padding-top:20px
}
#custom_carousel .item {
    color:#000;
    background-color:#eee;
    padding:20px 0;
}
#custom_carousel .controls{
    overflow-x: auto;
    overflow-y: hidden;
    padding:0;
    margin:0;
    white-space: nowrap;
    text-align: center;
    position: relative;
    background:#ddd
}
#custom_carousel .controls li {
    display: table-cell;
    width: 1%;
    max-width:90px
}
#custom_carousel .controls li.active {
    background-color:#eee;
    border-top:3px solid orange;
}
#custom_carousel .controls a small {
    overflow:hidden;
    display:block;
    font-size:10px;
    margin-top:5px;
    font-weight:bold
}
.roundborder{
	border-style: solid;
	border-width: 1px;
  border-radius:15px;
	padding:15px;
	border-color: #dfdfdf;
}
.spacer10{height:10px;}
.spacer30{height:30px;}