table {
	border-collapse: collapse;
}

.table-row {
	border-top: 1px solid #666;
}

.status-col {
	text-align: center;
	width: 10%;
}

#invalid-asins {
	color: red;
	margin-bottom: 0;
}

#bulkAsinModal {
	width: 500px;
	height: 500px;
}

#txtAsins {
	width: 450px;
	height: 400px;
}

#invalid-asin-list li {
	font-size: 14px;
}

.account-col {
	text-wrap: nowrap;
	width: 20%;
}

.err-warn-col {
	width: 70%;
}

.error-icon {
    background-image: url('../img/error.png');
    width: 16px;
    height: 16px;
    display: inline-block;
}

.success-icon {
    background-image: url('../img/checkmark.png');
    width: 16px;
    height: 16px;
    display: inline-block;
}

.td,
.account-col,
.status-col,
.err-warn-col {
	padding: .5em !important;
}

.response-table-warning {
	background-color: rgba(255, 191, 0, 0.3);
	padding: 0.3em;
}

.response-block {
	width: 100%
}

.response-table-error {
	background-color: rgb(210, 34, 45, 0.3);
	padding: 0.3em;
}
