﻿
div.one-third-second {
	margin: 0;
}

div.one-third {
	width: 45%;
}

div.one-third {
	width: 30%;
	float: left;
	margin-right: 3%;
}

td.main-caption {
    color: rgb(55,118,69);
    text-align: center;
    font-size:larger;
    font-weight: bold;
}

p.caption {
    text-decoration:underline;
    font-weight:bold;
}

table {
    border:solid; 
    border-width:thin; 
    border-color:#4C84C7; 
    background-color:#F2F2F2; 
    width:100%;
}

td {
    vertical-align:top;
    border-right-style:solid;
    border-right-color:#4C84C7;
    border-right-width:thin;

    border-bottom-style:solid;
    border-bottom-color:#4C84C7;
    border-bottom-width:thin;

    padding-right:5px;
    padding-left:5px;
}

th {
    font-size: 16px;
    color: #007300;
    border-right-style:solid;
    border-right-color:#4C84C7;
    border-right-width:thin;
}

@media screen and (max-width: 600px) {
    table#products caption { background-image: none; }
    table#products thead { display: none; }
    table#products tbody td { display: block; padding: .6rem; }
    table#products tbody td:before {
        content: attr(data-th); 
        color: #007300;
        font-size: 16px;
        font-weight: bold;
        white-space:nowrap;
        display: inline-block; width: 6rem;
    }
}