/*.alert {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999;
	
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	border-radius:0;
}
*/
html
{
    overflow-y: scroll;
}

.validation-summary-errors {
    list-style: none;
    background-color: #fcc;
    padding: 4px;
}

.navbar .btn-group {
    padding-left: 5px;
    padding-right: 5px;
}