/* ==========  Non-Mobile First Method  ========== */

/* table */
	.tabs-table {
		width: 100%;
		margin-top: 30px;
		text-align: center;
		border-collapse: collapse;
		table-layout: fixed;
	}
	.tabs-table,
	.tabs-table th,
	.tabs-table td {
		border: 2px solid #fff;
		font-weight: normal;
	}
	.tabs-table th {
		height: 35px;
		font-size: 16px;
		text-align: center;
		color: #fff;
		background-color: #A2A2A2;
	}
	.tabs-table td {
		height: 35px;
		font-size: 14px;
		color: #666;
		word-break: break-all;
		word-wrap: break-word;
	}
	/* special */
	.tabs-table tr.special {
		background: #E7E7E7;
	}
	.tabs-table .tabs_link {
		font-size: 14px;
		color: #15338d;
	}
	.tabs-table .tabs_link:focus,
	.tabs-table .tabs_link:hover {
		color: #ff0000;
	}
