  .well.well-md {
    font-family: Arial, sans-serif;
	font-size: 14px;
    text-transform: none;
    color: #000;
    padding: 10px;
}
.well.well-md.white {
    background-color: #fff;
	border: 1px;
}
.well-md{
	border-radius: 0;
    height: auto;
    -moz-border-radius: 0;
}

  .well.well-lg {
    font-style: italic;
    font-family: 'Oswald', Arial, sans-serif;
	font-size: 24px;
    text-transform: none;
    border-radius: 0;
    color: #ffffff;
    padding: 10px;
}
.well.well-lg {
    height: auto;
    border-radius: 0;
}
.well.well-lg a{
    color: white;
    text-decoration: none;
}
.well.well-lg a:hover{
    text-decoration: underline;
    color: #333333;
}
.well-lg {
    border-radius: 0;
    height: 50px;
    -moz-border-radius: 0;
}
.well {
    margin-bottom: 18px;
    -moz-box-sizing: border-box;
    padding: 0;
}
.well.well-lg.outline {
    color: #666666;
	border-color: #006699;
	background-color:#f5e9ca;
	border: 2px;
	padding: 30px;
	width: auto;
	}
.well.well-lg.orange {
    background-color: #bf5700;
}
.well.well-lg.tan {
    background-color: #83785c;
    /* background-color: #333F48; */
}
.well.well-lg.emerald {
    background-color: #336666;
    /* background-color: #333F48; */
}
.well.well-lg.red {
    background-color: #cc3300;
    /* background-color: #333F48; */
}
.well.well-lg.blue {
    background-color: #006699;
    /* background-color: #333F48; */
}
.well.well-lg.gold {
    background-color: #cc9900;
    /* background-color: #333F48; */
}
.well.well-lg.plum {
    background-color: #993300;
    /* background-color: #333F48; */
}
.well.well-lg.charcoal {
    background-color: #666666;
    /* background-color: #333F48; */
}