.showtimetable table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.showtimetable table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.showtimetable table .extrahead tr td {
    padding: 6px 10px 0px 10px !important;
}

.showtimetable .extrahead tr:first-child  {border-top:2px solid #fff;}

.showtimetable table .extrahead{ border-bottom: 3px solid #fff;}
.showtimetable table tr {
    padding: .35em;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top: 0px solid #fff;
}
.showtimetable p {
    font-size: 14px;
    padding-bottom: 7px;
    line-height: 1.6;
}
.showtimetable table th, .showtimetable table td {
    padding: .625em;
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
	padding:6px!important;
	border: none !important;
}
.showtimetable{margin-bottom:20px;}

.showtimetable table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
    background: #fff;
    color: #000;
    border: none !important;
}

@media screen and (max-width: 600px) {
  .showtimetable table {
    border: 0;
  }

  .showtimetable table caption {
    font-size: 1.3em;
  }
  
  .showtimetable table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
    .showtimetable td a{color:#ff2b2b;}
  .showtimetable table tr {    
    display: block;
    margin-bottom: 0em;
  }
  
  .showtimetable table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: left;
  }
  .showtimetable table .extrahead{border-bottom:3px solid #fff1f1 !important;;}
  .showtimetable table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;width:30%;
    text-transform: uppercase;
  }
  
  .showtimetable table td:last-child {
    border-bottom: 0;
  }
  
  /* Modal Content */
.modal-content {
  width: 80% !important;
}

}


.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}



.showtimetable button{transition: none;
transform: none;
border-radius: 4px;
padding: 6px 13px;
margin-bottom: 5px;}
.design-content h2 {
    font-size: 28px;
    font-weight: bold;
    width: 100%;
    line-height: 1.7;
    color: #ff2b2b;
}
.design-content p{
font-size: 16px;
font-weight: 600;
width: 100%;
line-height: 1.7;}
.design-content select {
    border: 1px solid #ddd;
    width: 260px;
    height: 33px;
    margin-left: 15px;
    margin-right: 15px;
}
.design-content label{min-width:170px;}
.design-content button{transition: none;
transform: none;
border-radius: 5px;}
.design-content span.textfont {
    margin-left: 5px;
    color: #ff2b2b;
	font-size:13px;
}
.shopping-card-dropdown .dropbtn i{font-size:16px;}
@media screen and (max-width: 767px) {
 .design-content h2 {
 font-size: 20px;}
 .dropbtndesign i{font-size:18px;}
  .design-content select{margin-left:0px !important;width:100%;}
  .showtimetable p{font-size:13px;padding:0px;}
  .workdescription .img-wrap {
  max-width: unset;
  float: left;
  padding-left: 0px;
  width: 100%;
  margin-bottom: 15px;
}
}

@media only screen and (max-width:1024px){
	 .design-content h2 {
 font-size: 20px;}
 .design-content span.textfont{display:block;}
  .design-content select{margin-left:0px !important;}
  
.resp_nav_content {
    display: flex;
    padding-top: 15px;
}
	  .dropbtndesign{ width: 50px;
padding-top: 12px;
padding-left: 15px;}
.dropbtndesign i{font-size:18px;}
.showtimetable p{font-size:13px;}
.showtimetable button {
    transition: none;
    transform: none;
    border-radius: 4px;
    padding: 5px 14px;
    margin-bottom: 5px;
    font-size: 9px;
    margin: 0px;
}
}

#bottom {
    position: relative;
    z-index: -1;
}
.img-wrap{max-width: unset;
float: right;
padding-left: 30px;
width: 35%;}

.greyedoutbtn{
	background-color:#d8d8d8 !important;
}
.bktable{
	margin-bottom:15px;
}