
/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}


textarea {
padding-left: 10px;
}


.bigbox {
	font-size: 18pt;
	font-weight: bold;
	display: inline-block;
	margin-top: 5px;
	text-align: right;
padding-bottom: 0;
}

.bigbox span {
font-size: 10px;
font-style: italic;
}


.littlebox {
	font-weight: bold;
	display: inline-block;
	margin-top: 5px;
width: 100%;
}

.colored_box {
    color: #fff;
    font-size: 20px;
    margin: 0 0 10px;
    padding: 12px;
    display: inline-block;
    border-radius: 4px;
    font-weight: bold;
}

.colored_box span {
font-size: 10px;
font-style: italic;
float: right;
}

.periwinkle { background-color: #598bd0; }
.vistablue { background-color: #168995; }
.skyblue { background-color: #7ec1ee; }
.dodgerblue { background-color: #1e90ff; }
.cornflowerblue { background-color: #6497ed; }
.noaablue { background-color: #0095C4; }
.teal { background-color: #4da597; }
.forestgreen { background-color: #218B21; }
.seagreen { background-color: #2D8B56; }
.springgreen { background-color: #00C563; }
.frenchgreen { background-color: #58837c; }
.indianred { background-color: #CD5C5C; }
.purple { background-color: #9270DB; }
.violetred { background-color: #D01F92; }
.wood { background-color: #CDA97D; }
.firebrick { background-color: #CD2525; }
.lemonchiffon { background-color: #FFFACD; color: #333;}

.bluebox {
    background-color: #008bc6;
    background-image: -moz-linear-gradient(center top , #008bc6, #003c70);
    box-shadow: 0 0 0 1px #008bc6, 0 0 0 2px #003c70;
}

@media (max-width: 480px) {

        .colored_box {
                font-size: 16px;
        }

}


/*
@media (max-width: 991px) {
.nav-tabs > li {
        width: 100%;
}

.nav-tabs > li > a {
margin-right: 0px;
}
}
*/
