/*
Module Name: EMR Checklist Home (Desktop CSS)
Author: Prosoft Phils
Author URL: http://prosoft-phils.com/
Description: Main CSS for Global Partials
*/

@media (min-width: 992px) {
	

} /* END of @media 992px and above*/

/*--------------------------------------------------------------
CUSTOM BREAK POINTS
--------------------------------------------------------------*/
@media (min-width: 993px) and (max-width: 1199px) {
	.add-patient-btn a {
		font-size: 14px;
		padding: 8px;
	}
} /*end of 993px - 1199px*/