.medication, .onMeds, .allergies {
	display: none;
}
.title {
	background: #333;
	padding: 15px;
}
.title a {
	color: white;
}
.patient-details th {
	width: 50%;
}
h1, h2, h3 {
	text-align: center;
}
h2 {
	margin-bottom: 20px;
}
select {
    color: #333;
}
.home-button-list {
	padding: 0;
	list-style: none;
	text-align: center;
	margin-top: 20px;
}
.home-button-list li {
	display: inline-block;
}
.home-button {
	font-size: 24px;
	padding: 150px 0;
	width: 400px;
	display: inline-block;
}
.go-back {
	text-align: center;
	margin-top: 20px;
}
.treatment-btn {
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
.duplicate-treatment .form-group {
	background: #F9F9F9;
	padding: 10px 10px 10px 10px;
	margin-bottom: 0;
}
.duplicate-treatment .form-group:last-child {
	margin-bottom: 15px;
}
.other-treatments {
    clear: both;
}
.ui-datepicker-next, .ui-datepicker-prev {
	background: white;
}
.receipt-container {
	width: 80%;
	margin: auto;
}
.receipt-titles {
	text-align: center;
	width: 100%;
}
.receipt-table {
	width: 100%;
}
.receipt-table tr td, .receipt-table tr th {
	padding: 5px;
}
.underlined-row th {
	text-align: left;
	border-bottom: 1px dotted black;
	width: 60%;
}
.underlined-row td {
	border-bottom: 1px dotted black;
}
#content {
	display: none;
}
#cmd {
	margin: 20px auto;
	padding: 10px;
	font-size: 20px;
	display: block;
}
.assessment-table-receipt {
	width: 100%;
	margin-top: 20px;
}
.assessment-table-receipt th {
	text-align: left;
}
.assessment-table-receipt { 
	border: 1px dotted #ddd;	
}
.assessment-table {
	border: 1px solid #ddd;
}
.assessment-table tr:first-child, .assessment-table-receipt tr:first-child {
	background: #F9F9F9;
}
.rom-stuff2, .rom-stuff3, .rom-stuff4, .rom-stuff5, .rom-stuff6, .rom-stuff7, .rom-stuff8, .rom-stuff9, .rom-stuff10, .oa-stuff2, .oa-stuff3, .oa-stuff4, .oa-stuff5, .oa-stuff6, .oa-stuff7, .oa-stuff8, .oa-stuff9, .oa-stuff10 {
	display: none;
}
@media (max-width: 991px) {
	.time-style .form-control {
		display: inline-block;
	}
}
.time-style label {
	display: block;
}
.time-style .form-control {
	width: auto;
}
@media print {
    #cmd {
	    display: none;
    }
}