/* ----------------------------
 *
 * Your very own modification ;)
 *
 * --------------------------- */
img.avatar {
	width:100%;
}
.text-indent-20 {
	text-indent: 20px;
}
.text-indent-40 {
	text-indent: 40px;
}
.text-indent-60 {
	text-indent: 60px;
}
.btn-primary {
	color: #ffffff;
    background-color: #1abc9c;
    border-color: #19AE90;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #1AC7A4;
    border-color: #19AE90;
}
.btn-warning {
	color: #ffffff;
    background-color: #eb3663;
    border-color: #DB335D;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
    background: #ed5f70;
    border-color: #DB335D;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #1abc9c;
}
.control-label {
    margin-top: 7px;
}
.fs25 {
    font-size: 25px !important;
}
.max-width-450 {
    max-width: 450px !important;
}
