@charset "UTF-8";
/* CSS Document */

section {
	padding: 20px;
	padding: 2rem;
}
#category {
    margin-bottom: 0;
    padding-bottom: 0;
}
#category dt {
    color: #333333;
    font-size: 20px;
    letter-spacing: 3px;
}
#category dt span {
    font-size: 12px;
}
#category dd ul li {
    display: inline-block;
    margin-top: 15px;
}
#category dd ul li a {
    font-weight: bold;
    display: block;
    padding: 7px 15px;
    background-color: #b9dfbc;
    border-radius: 7px;
    text-shadow: 1px 1px 0 #FFF;
}
#category dd ul li a:hover {
    background-color: #76C07C;
    color: #000000;
}


section table {
    width: 100%;
}
section table tr {
    border-bottom: 1px dotted #808080;
}
section table tr th,
section table tr td {
    padding: 5px;
}
section table tr th {
    width: 30%;
}

@media(max-width: 1199px){
}
@media(max-width: 767px){
section {
	padding: 0px;
	padding: 0rem;
}
#category dd ul li {
    width: 49%;
    margin-top: 10px;
}
#category dd ul li a {
    font-size: 12px;
    }
}
@media(max-width: 575px){
p, dd {
    text-align: justify;
}
section table tr th,
section table tr td {
    font-size: 85%;
}
    section table tr th {
    width: 40%;
}
}