 .accordion-format {
	 position: relative;
	 margin-top: 30px;
}
 @media only screen and (max-width: 767px) {
	 .accordion-format {
		 margin-top: -60px;
	}
}


.programPlanTable tr th:nth-of-type(1) {
    width: 60px !important;
}