/*!
Theme Name: escortdirectorynew
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: escortdirectorynew
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

escortdirectorynew is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* table full style */

table {
    width: 100%;
    border-collapse: collapse;
}


/* table row */

table tr {
    border-bottom: 1px solid #ddd;
}


/* table cell */

table td {
    padding: 10px 12px;
    border: 1px solid #ddd;
    font-size: 14px;
}


/* header */

table th {
    padding: 12px;
    border: 1px solid #ddd;
    background: #f5f5f5;
    text-align: left;
}


/* zebra style */

table tr:nth-child(even) {
    background: #fafafa;
}


/* hover */

table tr:hover {
    background: #f1f1f1;
}

.contentsection h2{
	padding-bottom:15px;
}

.contentsection{margin-top:50px;}

.contentsection ul {
    list-style: none;
    padding: 0;
}

.contentsection ul li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 8px;
}

.contentsection ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #d0287d;
    font-size: 12px;
}
