/**
 * Theme Name:     Hebden Bridge Dental Care
 * Author:         Crawford Designworks
 * Template:       crawford-designworks
 * Text Domain:	   hebden-bridge-dental-care
 * Description:    Custom Theme by Crawford Designworks
 */

a {text-decoration: none !important;}

/* Selecting Text Colour */
::-moz-selection {
  color: #fff;
  background: #4F79A7;
}

::selection {
  color: #fff;
  background: #4F79A7;
}

/* Tables */
table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
    text-align: left;
    border-spacing: 2px;
}
th, td {padding: 12px 8px;
    border: 1px solid #dee2e6;
}
    th {font-weight: 600;}

.table-light {
    background-color: #D2E0EE;
    color: #203A53;
}
.table-responsive thead tr {background-color: #4F79A7;
    color: #fff;
}
.table-overflow {overflow-x:auto;}