body {
  font-size:12px;
}

form {
	margin: 0 0 2px;
}

.well {
	min-height: 20px;
	padding: 8px;
	margin-bottom: 6px;
	background-color: #f5f5ff;
	border: 1px solid #e3e3f3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

div.mod-languages img {
	border: 1px solid #000020 !important;

}


.nav-pills > .active > a, 
.nav-pills > .active > a:hover, 
.nav-pills > .active > a:focus {
    background-color: #FFF !important;
    color: #004;
}

.nav-pills > .current > a, 
.nav-pills > .current > a:hover, 
.nav-pills > .current > a:focus {
    background-color: #003852 !important;
    color: #FFF;
}

div.mod-languages li.lang-active {
  background-color: #444 !important;
  box-shadow: 1px 4px 3px #444;
}

div.mod-languages a {
 margin: 0px;
  padding: 0px;
}


