@charset "utf-8";
.terms-box {
    padding: 20px;
    background-color: #eee;
    margin-bottom: 30px;
}
.terms-box .terms {
    position: relative;
    height: 200px;
    padding: 15px;
    overflow-y: scroll;
    background-color: white;
    font-size: 12px;
    margin-bottom: 20px;
}
.terms-box .terms dd {
    margin: 1em;
}
form tr[data-name="category_id"] label {
	display: block;
}
form th {
	white-space: nowrap;
	width: 240px;
}
form select {
	width: 100%;
}

@media (max-width:767px){
	.terms-box {
		padding: 10px;
	}
	.terms-box .terms {
		height: 160px;
	}
}
