/**
 * @file
 * Subtheme specific CSS.
 */

 .view-content table {
   margin-bottom:2rem !important;
 }

 .view-content table caption {
   caption-side: top !important;
   margin: 0px !important;
   padding: 0px !important;
 }

 .view-content table caption ul.list-inline {
   margin:0px !important;
   padding: 0px !important;
}

.table-bordered thead th a {
   color:black !important;
}

.table-bordered thead th a:hover {
   color:black !important;
}

.table-bordered thead th a:active {
   color:black !important;
}

.ds-3col-stacked > .group-header {
   clear: both;
   margin-bottom: 20px;
}
.view-teacher-student-view tr {
   background: whitesmoke;
}

.view-student-webform-submissions td {
   vertical-align: center !important;
}

.view-student-webform-submissions td .webform-container{
   margin-top:10px;
   margin-left:10px;
   text-align: center;
}

.view-student-webform-submissions th {
   color:black;
}

#auth_box {
   width:50% !important;
}

.btn-orange {
   background-color: #fd7e14;
   border-color: #fd7e14;
   color: #fff;
}