font-face {
	    font-family: "Cooper Black Regular";
	    src: url("C:\Users\DwightPeachey\Desktop\Website/cooperblackregular.eot");
	    src: url("C:\Users\DwightPeachey\Desktop\Website/cooperblackregular.eot?#iefix") format("embedded-opentype"),
	        url("C:\Users\DwightPeachey\Desktop\Website/cooperblackregular.woff") format("woff"),
	        url("C:\Users\DwightPeachey\Desktop\Website/cooperblackregular.ttf") format("truetype"),
	        url("C:\Users\DwightPeachey\Desktop\Website/cooperblackregular.svg#fontname") format("svg");
}
h1, h2, h3, h4, h5, h6, a, p, span {
	font-family: "cooper black regular";
}
@font-face {
  font-family: "Cooper Black";
  src: url("/fonts/cooper-black.otf");
}

.h1 {
  font-family: "Cooper Black", serif;
}
.tablepress-id-N .column-2 {
	padding: 4px;
}
.tablepress-id-N .column-2 {
	width: 100px;
}
* {
    box-sizing: border-box;
}

.column {
    float: left;
    width: 33.33%;
    padding: 5px;
}

/* Clearfix (clear floats) */
.row::after {
    content: "";
    clear: both;
    display: table;
}
