@media screen and (min-width: 740px) {
}
@media screen and (max-width: 739px) {
}
.striped>tbody>:nth-child(odd), ul.striped>:nth-child(odd) {
    background-color: #f9f9f9;
}
table.fixed {
    table-layout: fixed;
}
table.widefat {
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
}
.widefat {
    border-spacing: 0;
    width: 100%;
    clear: both;
    margin: 0;
}
table.widefat h3 {
    margin: 0;
    color: #333;
    font-size: 80%;
    text-align: left;
}
.widefat th {
	width: 29%;
}
.widefat tr:nth-child(odd) th {
    background: #ECECEC;
}
#content .entry-header {
	padding: 3% 1%;
}
#content .entry-header h1 {
	margin: 0;
}
#content .entry-content {
	padding: 2% 0;
}
