table.cssop-list-table {
	width: 100%;
	max-width: 100%;
	table-layout: auto;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.cssop-list-table pre {
	white-space: pre-wrap;
	margin: 0;
}

.cssop-list-table code {
	background: transparent;
	padding: 0;
}

.cssop-list-table td.column-status {
	white-space: nowrap;
	text-align: center;
}

.cssop-list-table td.column-cb,
.cssop-list-table tbody th {
	border-left: 4px solid transparent;
	font-weight: bold;
}

.cssop-list-table tbody td {
	border-left: 4px solid transparent;
}

.job-queue-status {
	margin: 10px 0 0;
	padding: 2px 10px;
	min-height: 45px;
	font-style: normal;
	border-left: solid;
	border-left-width: 5px;
	border-left-color: #00a0d2;
	background-color: white;
}

.cssop-main {
	float:left;
	width:69%;
}

.cssop-faq {
	float:right;
	width:30%;
	display:block;
}

.cssop-faq h2{
	margin-left:10px;
}

#cssop_accordion {
	margin-left:10px;
	margin-right:10px;
}


/**FAQ toggle***/
.cssop-faq h3.ui-accordion-header {
	font-size: 1.2em;
    padding: 10px 30px 10px 10px;
    background: #dcdcde;
	cursor: pointer;
    border: 1px solid #c3c4c7;
	margin-bottom: 0px;
	background-image: url(caret-down.png);
	background-size: 14px 9px;
	background-position: right 10px center;
	background-repeat: no-repeat;
}

	.cssop-faq h3.ui-state-active {
	background-image: none;
	}

.cssop-faq .ui-accordion-content > * {
	margin: 0px;
	padding: 10px 0;
}

.cssop-faq .ui-accordion-content {
	padding: 10px;	
	background: #fff;
	font-size: 1.2em;
	border: 1px solid #c3c4c7;
	margin-top: -1px;
}

.cssop-faq .ui-accordion-content-active {
	opacity: 1.0;
	height: auto !important;
	transition: all linear 0.4s;
}

.cssop-faq .ui-accordion-content:not(.ui-accordion-content-active) {
	opacity: 0;
	transition: all linear 0.4s;
}
