.container-profile {
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
  overflow: hidden;
  border: 2px solid #BF9A5C;
  border-radius: 2px;
  background-color: #FFFFFF;
}

.container-small {
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
  overflow: hidden;
  border: 2px solid #BF9A5C;
  border-radius: 2px;
  background-color: #FFFFFF;
}

.light-dark-top {
  background-color: #FBFBFB;
  border-bottom: 1px solid #EEE;
  padding-bottom: 15px;
}

.light-dark-bottom {
  background-color: #FBFBFB;
  border-top: 1px solid #EEE;
  padding-top: 20px;
  margin-bottom: 0px;
}

.light-dark-special {
  padding-bottom: 0px;
}

.btn-large {
  width: 80%;
  font-size: 18px;
}

.borderless thead tr td {
  border: none;
}
.btn-primary {
    background-image: none;
    filter: none;
	background-color: #BF9A5C;
    border-color: #BF9A5C;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:visited, .btn-primary:checked, .btn-primary[disabled], .btn-primary[disabled]:hover {
    background-image: none;
    filter: none;
	background-color: #A0824F;
    border-color: #A0824F;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline-color: #BF9A5C;
}
.form-control:focus {
	border-color: #BF9A5C;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #A0824F;
    border-color: #A0824F;
}
a {
	color: #BF9A5C;
}
a:hover, a:active, a:focus {
	color: #A0824F;
}
body {
    background-image: none;
}