/*bootstrap overrides*/
body {
    font-family: Arial;
    font-size: 17px;
}
img{
	margin: 0;
}
a{
	text-decoration:underline;
}/*
.btn-primary {
    color: #fff;
    background-color: #001F5B;

    background-image: -webkit-linear-gradient(top,#337ab7 0,#001F5B 100%);
    background-image: -o-linear-gradient(top,#337ab7 0,#001F5B 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#001F5B));
    background-image: linear-gradient(to bottom,#337ab7 0,#001F5B 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff001F5B', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #001F5B;
}*/
.label {
    display: inherit;
    padding: inherit;
    font-size: inherit;
    /*font-weight: 700;
    line-height: 1;*/
    white-space: normal;
    color: inherit;/*fixes bootstrap white*/
    text-align: inherit;
    /*vertical-align: baseline;
    border-radius: .25em;*/
}
div.panel{
	margin: 15px;
}
#r_container .columnbox h2, #r_container .columnbox h3 {
    font-size: 1.3em;
    /*background: #001F5B;*/
    /*color: white;*/
    font-weight: bold;
    margin: .2em;
    margin-left: 0;
    padding: .2em;
}
@media (min-width: 1500px){
	.container {
	    width: 1400px;
	}
}