
.ORPS-padding .container
{
    padding: 0px !important;
}


@media (min-width:1200px), (min-width:960px) and (-webkit-min-device-pixel-ratio: 1.25){
  html {
    zoom: 0.75;
  }
}

@media (min-width:1200px), (min-width:960px) and (-webkit-min-device-pixel-ratio: 1){
  html {
    zoom: 0.80;
  }
}
/* Added code to test cookies pages updates */

.student-page-tabs .tabscomp {
  display: flex;
  justify-content: center;
}

.student-page-tabs .tabscomp .tabs {
  max-width: 950px;
  border: 0 !important;
}
.student-page-tabs .tabscomp .tabs .tab-link
{
  border: 0 !important;
}

.student-page-tabs .tabscomp .tab-link span {
  padding-left: 5px;
}
.student-page-tabs.vertical-tabs .tabs .tab-menu .tab-link {
  padding: 10px 5px !important;
}
.tabs-student-page .tabs .tab-content {
  border: .0625rem solid #ecedee;
  margin-top: 50px;
}
