@charset "UTF-8";

.panel{
	border-radius: 0px;
}
.panel-heading{
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.btn{
	border-radius: 0px;
}
.form-control{
	border-radius: 0px;
}
.modal-content{
	border-radius: 0px;	
}
.modal-header{
	background-color: #5cb85c;
	border-bottom: 2px solid #4cae4c; 
}
.form-group {
    margin-bottom:5px !important;
}
.alert{
	border-radius: 0px !important;
}
