.logo-thumbrio {
	max-width: 720px;
	width: 100%;
	height: 1px;
	margin-top: 25px;
	margin-bottom: 10px;
}
.logo-thumbrio img {
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 6px;
	height: 40px;
	float: right;
}
.th-container p {
	font-size: 15px;
}
.th-container h1 {
	margin-bottom: 35px;
	margin-top: 20px;
}
.hide {
	display: none;
}
.form-table th {
	width: 10%;
}
.remark {
	font-weight: bold;
}
.italic {
	font-style: 
}
p.th-inter {
	line-height: 0.5;
}
.th-label-text {
	text-align: right;
	font-size: 15px;
	width: 180px;
	margin-right: 10px;
	display:inline-block;
	margin-bottom: 10px;
}
.th-label-field {
	font-weight: bold;
	text-align: right;
	font-size: 15px;
	width: 200px;
	margin-right: 15px;
	display:inline-block;
	margin-bottom: 25px;
}
.th-row-form div {
	display: inline-block;
}
.th-input-field {
	width: 360px;
	font-size: 15px;
	text-align: left;
	display:inline-block;
}
.th-row-form {
	margin: 0;
	font-size: 15px;
}
.th-input-field input {
	width: 100%;
}
.th-button-container {
	margin-top: 20px;
	margin-bottom: 20px;
} 
#th-admin-loging {
	display: initial;
}
.bold {
	font-weight: bold;
}
p.font-small {
	font-size: 12px;
}
p.th-remark {
	font-style: italic;
    color: #666;
    font-size: 13px;
}
#th-submit-button {
	vertical-align: baseline;
} 
.th-options > p, .th-options > div {
	margin-left: 28px;
}
#th-amazon-options {
	display: none;
  	font-size: 80%;
  	padding: 12px 20px;
	margin-left: 50px;
}
#th-amazon-options label {
	font-weight: bold;
	display: inline-block;
	width: 130px;	
}

#th-amazon-options input {
	width: 320px;
}

#th-custom-origin {
	display: none;
	margin-left: 50px;
}

.th-highlight {
	-webkit-animation: th-highlight-animation 2s;
	animation: th-highlight-animation 2s;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes th-highlight-animation {
    0% { background: auto; }
    5% { background: #FFD700; }
    20% { background: #FFD700; }
    100% { background: auto; }
}

/* Standard syntax */
@keyframes th-highlight-animation {
    0% { background: auto; }
    5% { background: #FFD700; }
    20% { background: #FFD700; }
    100% { background: auto; }
}

.th-custom-origin-row {
	margin-bottom: 10px;
	padding: 8px 12px;
	transition: background-color 0.2s ease-in-out;
	position: relative;
}

.th-custom-origin-row:hover {
	margin-bottom: 10px;
	background-color: #fff;
	cursor: pointer;
}

.th-select-label {
	display: none;
	position: absolute;
	right: 100px;
	top: 10px;
	border-radius: 2px;
	background: #0074a2;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	padding: 6px 8px;
}

.th-custom-origin-row:hover .th-select-label {
	display: block;
}

input[name=thumbrio-custom-origin] {
	vertical-align: super;
}

.th-custom-origin-row-selected {
	background: #0074a2;
	color: #fff;
}

.th-sub-comment {
	font-size: 80%;
	font-style: italic;
	color: #888;
}
.th-amazon-options div {
	margin-top:10px;
	margin-bottom: 10px;
}
.th-h2 {
	font-size: 20px;
	font-weight: 500;
	line-height: 29px;
	color:#222;
}
