.swod {
	color: rgb(129, 138, 145);
	font-size: 0.875rem;
}

.tob tr td {
	padding: 5px;
}

.tob tr th {
	text-align: center;
}

.tko {
	padding: 15px;
	width: 100%;
	margin-bottom: 20px;
	float: left;
	background-color: rgb(238, 238, 238);
}

.kword {
	width: 80%;
	float: left;
	display: block;
}

.kwords {
	border: 1px solid transparent;
	border-image: none;
	width: 20%;
	text-align: center;
	float: left;
	display: block;
	background-color: rgb(214, 49, 5);
}

.kwords a {
	color: rgb(255, 255, 255);
}

.add-pb {
	width: calc(50% - 2px);
	display: inline-block;
}

.add-pb img {
	width: 200px;
	height: 200px;
	display: block;
	margin: 20px 20px 20px 40px;
}

.add-pb .kwords {
	width: 200px;
}

.add-pb .kwords a {
	display: inline-block;
	width: 100%;
	height: 100%;
}