@media only screen
and (max-width: 1200px)
{
  #kurtList .item {width: 100%; float: left;}
  #kurtList .item .hours {padding-bottom: 10px; overflow-x: auto;}
  #kurtList .item .hours .cell {flex: 0 0 55px;}
}



@media only screen
and (max-width: 800px)
{
  .dialogCont .dialogFrame {width: calc(100% - 20px); margin: 0 10px;}
  .dialogCont .dialogFrame .close {right: 0;}

  .grecaptcha-badge {display: none;}
}



@media only screen
and (max-width: 500px)
{
  
}