@media (min-width: 768px) {
  	.container {
    	width: 100%;
  	}
	.modal-sm {
	    width: 350px;
	}
}
@media (min-width: 992px) {
  	.container {
  		width: 980px;
  	}
}
@media (min-width: 1200px) {
	.container {
		width: 980px;
	}
}

.btn-success {
	background: #79a631;
	border: none;
	border-radius: 10px;
}

.btn-success:hover {
	background: #405d12
}

.btn-primary {
	background: #2196f3;
	border: none;
	border-radius: 10px;
}

.btn-primary:hover {
	background: #1167ab
}