/* Button styles */

.ac-button-wrap {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
}

.ac-button {    
	background-color: #c1c1c1;
	display: inline-block;
	padding: 10px;
	color: #0d1233;
	cursor: pointer;
	font-size: 14px;
	position: relative;
	right: -10px;
	min-width: 90px;
}    

/* Table styles */
.ac-table-wrap {
	display: none;
	position: relative;
	right: 10px;
    width: 102.2%;
}

.ac-table {
	position: absolute;
}

.ac-table-wrap a:hover {
	border: 0;
	font-weight: 600;
}

.ac-parent-category {
    width: 20%;
    background-color: #1d1231;
    text-align: center;
}

.ac-parent-category a {
	color: #d8d8d8;
}

.ac-parent-category a:hover {
	color: #d8d8d8;
}

.ac-child {
	background-color: #c1c1c1;
}

.ac-child a {
	display: inline;
	color: #6c6d6e;
	margin-right: 5px;
}

.ac-child a:hover {
	display: inline;
	color: #6c6d6e;
}

/*@-moz-document url-prefix() {
	
	.ac-button {
		right: -10px;
	}

}*/