.background {
    fill: none;
    pointer-events: all;
}            

/* map */
#states {
    fill: lightslategray;
}

#states:hover {
    cursor: pointer;
}

#states .active {
    fill: crimson;
    fill-opacity: 0.9;
}

#state-borders {
    fill: none;
    stroke: #fff;
    stroke-width: 1px;
    stroke-linejoin: round;
    stroke-linecap: round;
    pointer-events: none;
}

/* titles */
h1 {
    position: absolute;
    font-family: Tahoma;
    top: -5px;
    color: #333;
    font-weight: normal;
    font-size: 24pt;
}

h2 {
    position: absolute;
    font-family: Verdana;
    font-size: 14pt;
    top: 420px;
    margin-left: 50px;
    color: #333;
    padding: 10px;
}

#stateselector {
	margin-left: 10px;
	margin-top: 10px;
	font-family: Verdana;
    font-size: 10pt;
}

/* table */
#example {
    font-family: Verdana;
    font-size: 9pt;
    width: 700px !Important;
}

table {
    border-collapse: collapse;
}

th {
    background-color: lightslategray;
    color: white;
    font-family: Verdana;
    font-size: 9pt;
    font-weight: normal;
    text-align: center;
    padding: 7px;
}

tr:nth-child(even) {
    height: 30px;
    background-color: whitesmoke;
}

tr:nth-child(odd) {
    background-color: rgba(119, 136, 153, 0.2);
}

td {
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    padding: 8px;
    text-align: center;
}

/* search box */
.dataTables_filter input {
    margin-left: 5px;
    box-shadow: .5px .5px 1px lightgrey;
    border-radius: 4px;
    outline: 0;
    width: 300px;
    height: 30px;
    font-family: Verdana;
    font-size: 10pt;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* search label */
#example_filter {
    font-family: Verdana;
    font-size: 10pt;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 140px;
}

/* header row */
.dataTables_scrollHead:hover {
    cursor: pointer;
}
