﻿
/* remove the white border around fieldset*/
#content fieldset, fieldset {
    border: none;
    padding: 0;
    margin-bottom: 0;
}
/*Set th to default to centered to overwrite bootstrap*/
th {
    text-align: center;
}

#crumbs{
   margin:3.5em 0 0 0
}

h1, h2, h3, h4, h5, h6{ 
    font-weight:bold;
    font-family:inherit;
}

/*Other Styles that will most likely be used again*/
fieldset legend {
    font-size: 13px;
    margin-bottom: inherit;
}

.center {
    text-align: center;
    margin: auto;
}

.validation-error, .error {
    color: red;
}
label {
    font-weight: bold;
    padding-left: 0 !important;
}

.ActionLink.btn, .ActionLink.btn:visited{
   background-color: rgb(200,100,50);
}