File: //proc/thread-self/cwd/wp-content/plugins/cyr2lat/css/cyr-to-lat-admin.css
.ctl-col {
	float: left;
}
.ctl-col.left {
	/* width: 70%; */
}
.ctl-col.right {
	width: 30%;
}
#ctl-options .form-table th {
	 display: none;
}
.ctl-table {
	display: none;
}
#ctl-options .nav-tab {
	cursor: pointer;
	margin-bottom: -1px;
}
#ctl-options .nav-tab-active {
	border-bottom: none;
	background: #f1f1f1;
}
.ctl-table.active {
	display: block;
}
.ctl-table-cell {
	float: left;
}
.ctl-table-cell label {
	width: 2.4em;
	display: inline-block;
	text-align: right;
	margin-right: 0.2em;
}
.ctl-table-cell input {
	width: 3em !important;
	display: inline-block !important;
}
.ctl-col.right form input[name="submit"] {
	cursor: pointer;
	padding: 0;
	margin: 0;
}
@media screen and (max-width: 767px) {
	.ctl-col.left, .ctl-col.right {
		width: 100%;
	}
}