@import '_'; table.datatables-table { border-collapse: collapse !important; position: relative !important; border-spacing: 0 !important; border: 0 !important; background-clip: padding-box; //background-repeat: no-repeat; //background-position: center top; th, td { border: 0 !important; //background-clip: content-box !important; } thead tr th { background-color: $clarin_blue !important; border-collapse: collapse !important; //background-clip: content-box !important; background-attachment: scroll !important; //border-bottom: 0px !important; color: #fff !important; text-align: center; } thead { tr th:first-child { border-top-left-radius: 6px !important; border-bottom-left-radius: 6px !important; } tr { //padding: $indent $indent !important; font-weight: bolder !important; text-align: left !important; border: 0 !important; } tr th a { color: #fff !important; text-decoration: underline !important; } tr th:last-child { border-top-right-radius: 6px !important; border-bottom-right-radius: 6px !important; } } }