/*
Theme Name: Own solicitors v1
Theme URI: http://www.websitesbymark.co.uk
Description: Default theme for Own solicitors.
Author: Mark Excell
*/

.table-scroll {
overflow: scroll;
margin: 0 0 2rem;
}

.table-scroll table {width: 100%;}

.table-scroll table tr {
	border: 10px solid #fff;
}

.table-scroll table th {
padding: 1rem 1.5rem;
background: #ED3224;
color: #ffffff;
text-align: left;
}

.table-scroll table td {
padding: 1.5rem;
background: #eaeff2;
color: #335365;
vertical-align: top;
font-weight: 600;
}

@media screen and (min-width: 481px) {
.menu li {width: 136.2px !important;}
.content p a {color: #00e !important;}
.content p a:visited {color:#551a8b !important;}
.content p a:hover {color: #06e !important;}
}