/*Override bootstrap styles here*/

.row{
	margin-left:0;
	margin-right:0;
}

.form-group {
	margin-bottom: 5px;
}

.container-fluid {
	margin-bottom: 15px;
}

.btn-success {
  background-color: #2e872e;
}
.btn-warning {
  background-color: #ffc300;
}
.btn-danger {
  background-color: #ce4844;
}

.well {
  background-color: #fbfbfb;
  margin-bottom: 10px;
}
.caret-right {
    width: 0;
    height: 0;
  	margin-top: 6px;
    float: right;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid;
    opacity: 0.5;
}