body {
	font-family: 'Roboto Slab';
}

.event-time-M{
	color: #1B75BB;
    font-size: 14px;
	font-weight: 600;
}

.event-area-M{
	color: #1B75BB;
    font-size: 11px;
}

.event-name .event-name-M{
	color: #000;
    font-size: 11px;
	padding-left: 2px;
	padding-right: 2px;
}

table {
    max-width: 100%;
    background-color: #dedade;
    border-collapse: collapse;
    border-spacing: 0;
	border: none;
}
.table-bordered th:first-child {
    border-left: 1px solid #333399;
}
.table-bordered {
    border: none;
}
.table-bordered th, .table-bordered td:first-child {
	 border-left: none;
}

.table-bordered th, .table-bordered td {
    border-left: 1px solid #fff;
}
.page-block-header {
	padding: 15px 60px 40px 60px;
    font-size: 18px;
    font-weight: 200;
    line-height: 30px;
    color: inherit;
    background-color: #eeeeee;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.page-block-header h1 {
    margin-bottom: 0;
    font-size: 60px;
    line-height: 1;
    letter-spacing: -1px;
    color: inherit;
}
.block-title {
	font-size: 24px;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 15px;
	color: #666666;
}
.guide {
	color: #666;
	margin-bottom: 40px;
}
h4 {
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 8px;
	color: #245269;
	margin-top: 20px;
}
.code {
	background-color: #f5f5f5;
    border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 15px;
	color: #5AA4A3;
}
.code-title {
	color: #f0c674;
}
.code-attribute {
	color: #567BD2;
}
.code-value {
	color: #de935f;
}