@media only screen and (max-width: 960px), (max-device-width: 760px)  {
  .WebApp .WebApp_ViewRegion {
    margin: 0px auto 0 auto;
    /* padding: 20px; */
    width: 100%;
  } 

  .panel_content > .WebCon_Sizer {
    /* padding: 15px 15px 15px 15px; */
    padding: 15px 5px;
  }
  
  .WebControl.WebBreadcrumb {
    width: 95% !important;
  }

  .WebCrumbs_Body.WebCrumbs_DropDown {
    min-height: 0px;
  }

  .WebButton.WebBack_Icon button:before {
    content: "b";
    color: #fff;
    padding-top: 5px;
  }

  .WebButton.WebBack_Icon button {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    background: #163647;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    font-size: 12px;
    font-family: 'cclaw';
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    height: 38px;
    margin-top: -2px !important;
  }

  .WebButton.WebBack_Icon button {
    font-size: 16px;
  }

  .WebButton.WebBack_Icon button:active {
    background: #163647;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #c85500;
}

  .WebCrumbs_Body.WebCrumbs_DropDown > div.WebCrumb_DropDownBtn:after {
    top: 20px;
  }

  WebCrumb_Caption  WebCrumb_DropDownBtn {
    padding-bottom: 9px;
  }

  .HoursCalendar table col.HC_WeekNr {
     width: 25px;
  }

  .HoursCalendar .HC_WeekNr {
    color: #6F7C85;
    max-width: 25px;
    width: 25px;
  }

  .groep-uren-totalen.WebGroup > div.WebCon_Inner > div > div.WebContainer > div.WebCon_Sizer > .WebCon_Content {
    background-color: #163647;
    color: #fff;
    padding: 5px;
    margin: 0 5px;
  }

  .groep-uren-totalen-calendar.WebGroup > div.WebCon_Inner > div > div.WebContainer > div.WebCon_Sizer > .WebCon_Content {
    background-color: #163647;
    color: #fff;
    padding: 5px;
  }

  .label-uren-totalen.WebLabel .WebLabel_content{
    font-size: 12px;
  }
}