/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 16:0 Unexpected "<"

**/
<style>
table {
color:black;
}
td, tr, th, thead {
color:black;
  padding: 10px;
}
th {text-align:center}
</style>

.column {
  float: left;
  width: 25%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.one-half-column-left {
width:48%;
float:left;
}

.one-half-column-right {
width:48%;
float:right;
}

@media only screen and (max-width: 600px) {
.one-half-column-left, .one-half-column-right, 
.one-third-column, .one-third-column-last {
float:none;
width:100%;
margin-right:0;
}
}

header.site-header.border-bottom.logo--left {
    border: 0;
}