table.periodtable {
	width:800px;
	margin-bottom:30px;
}
table.periodtable tr {
	border-bottom:solid 1px #cfcfcf;
}
table.periodtable tr:first-child {
	border-top:solid 1px #cfcfcf;
}
table.periodtable th {
width:180px;
	background-color:#eeeeee;
	font-weight:normal;
}
table.periodtable td {
	width:710px;
	padding:.5em 1em;
}
.l_text {
    margin-bottom: 20px;
    padding: 2px 0px;
}
.l_text a {
    text-decoration: none;
    background: #b29b53;
    color: #FFF;
    padding: 3px 5px;
    border-bottom: none;
}

@media screen and (max-width:700px) {
	table.periodtable {
		width:100%;
		margin-bottom:30px;
	}
	table.periodtable tr {
		border-bottom:solid 1px #cfcfcf;
	}
	table.periodtable tr:first-child {
		border-top:solid 1px #cfcfcf;
	}
	table.periodtable th {
		display:block;
		width:100%;
		padding:.5em 0;
		background-color:#eeeeee;
	}
	table.periodtable td {
		display:block;
		width:100%;
		padding:1em 0;
	}
}