.my-outer-box-input{
	background-color:#eee;
	padding: 10px 9px;
	border:1px solid #ccc;
	border-radius:1px;
	margin-bottom:10px;
	
}

.my-outer-box-input h1, 
.my-outer-box-input h2, 
.my-outer-box-input h3, 
.my-outer-box-input h4, 
.my-outer-box-input h5, 
.my-outer-box-input h6{
	
	color:#0C5CC2;
}

input, select {
	border:1px solid #999 !important;
}

.form-bg{
	background-color:#bbb !important;
	padding:10px 15px;
	margin-bottom:20px;
	border-radius:5px;
}

.bold-label{
	font-weight:700;
	color:#DA241B;
}

label {
	padding:10px;
	color:#E12A21 !important;
	font-weight:700;
}



.events-table {
  background-color: #fff;
  border: none;
  border-spacing: 0;
}
@media screen and (min-width: 600px) {
  .events-table {
    margin: 0;
    padding: 0;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
}
.events-table__headings {
  display: none;
  color: #fff;
  background-color: #34495e;
}
@media screen and (min-width: 600px) {
  .events-table__headings {
    display: table-header-group;
    background-color: color(navBlue);
  }
}
.events-table__row {
  display: block;
  padding: 20px 0 10px;
  margin: 10px 0 10px 0;
  border: 1px solid #ff0000;
  border-radius:10px;
}



@media screen and (min-width: 600px) {
  .events-table__row {
    display: table-row;
    padding: 5px;
	 margin: 0 0 10px 0;
  }
}
.events-table__row:after {
  content: "";
  clear: both;
  display: table;
}
.events-table__row:before {
  display: block;
}
.events-table__cell {
  clear: left;
  display: block;
  float: left;
  padding: 20px 10px;
  border: 0;
}
@media screen and (min-width: 600px) {
  .events-table__cell {
    text-align: center;
  }
}
.events-table__cell:before {
  /*content: attr(data-label) ":";*/
  content: attr(data-label) "";
  display: block;
  float: left;
  margin-right: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (min-width: 600px) {
  .events-table__cell:before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .events-table__cell--date {
    width: 14%;
	background-color:#F2F5A9;
	 font-size: 1.5rem;
	font-weight:600;
  }
  .events-table__cell--date span {
    margin-bottom: 3px;
    font-size: 2.1rem;
    display: block;
	font-weight:700;
  }
}
@media screen and (max-width: 768px) {
  .events-table__cell--date {
    width: 80%;
	font-size: 1.2rem;
	background-color:#F2F5A9;
	font-weight:900;
  }
  .events-table__cell--date span {
    margin-bottom: 3px;
    font-size: 1.7rem;
    display: inline-block;
	font-weight:900;
  }
}
.events-table__cell--description:before {
  float: none;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .events-table__cell--description {
    text-align: left;
  }
}
@media screen and (min-width: 600px) {
  .events-table__heading, .events-table__cell {
    display: table-cell;
    float: none;
    clear: none;
  }
}
@media screen and (min-width: 600px) {
  .events-table__heading {
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    background-color: color(navBlue);
    border: 0;
  }
  .events-table__heading--description {
    padding-left: 10px;
    text-align: left;
  }
}

.event__cta {
  position: relative;
  bottom: 10px;
  display: block;
  padding: 10px;
  width: 120px;
  overflow: hidden;
  color: #34495e;
  text-align: center;
  text-decoration: none;
  border: 1px solid #34495e;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.event__cta:hover {
  color: #fff;
  background-color: #34495e;
}
@media screen and (min-width: 600px) {
  .event__cta {
    bottom: 0;
  }
}

.small_img {
	width:220px;
	height:auto;
	margin:10px;
	padding:10px;
}

.hideContent {
  overflow: hidden;
  height: 100px;
}

.showContent {
  max-height: 200px;
  overflow-y: auto;
}

.show-more {
  padding: 10px 0;
  text-align: left;
}




 /* Mobile-specific styles using a media query */
        @media (max-width: 768px) {
            /* Hide the main table header on mobile */
            .table-responsive thead {
                display: none;
            }

            /* Make each table row a block-level element */
            .table-responsive tr {
                display: block;
                margin-bottom: 1rem;
                border: 1px solid #dee2e6;
                border-radius: .25rem;
            }

            /* Make each cell a block and add a label */
            .table-responsive td {
                display: block;
                text-align: right;
                font-size: 0.9rem;
                border-bottom: 1px solid #dee2e6;
                position: relative;
                padding-left: 50%;
                text-align: left;
            }

            /* The pseudo-element to display the column header as a label */
            .table-responsive td::before {
                content: attr(data-label);
                position: absolute;
                left: 10px;
                width: 45%;
                font-weight: bold;
                color: #495057;
            }
            
            /* Styles for the nested tables inside the main table */
            .table-responsive td > table.table {
                margin-bottom: 0;
            }
            .table-responsive td > table.table td {
                display: table-cell;
                text-align: left;
                padding-left: 0.75rem;
            }
            .table-responsive td > table.table td::before {
                content: none; /* Hide pseudo-element for nested table cells */
            }
        }
		
		/* Ensure the student box has the correct padding and borders on mobile */
            .table-responsive .student-box {
                padding: 0.5rem;
                border-top: 1px transparent #d1e7dd;
                border-left: 1px transparent #d1e7dd;
                border-right: 1px transparent #d1e7dd;
				background:#d1e7dd !important;
            }