#aglEditor{
	z-index: 99998;
	position: fixed;
	max-height: calc(100% - 60px);
	overflow-y: auto;
	right: 0;
	top: 0;
	margin: 5px;
}

.image-section img{
	width: 90%;
}

.image-section{
	display: flex;
	margin-bottom: 20px;
}

.agl-column{
	width: 20%;
	display: inline-block;
}

.agl-preset-preview{
	width: 100%;
}

#agl-default-preview{
	width: 300px;
}

.agl-addons{
    display: block;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 -10px 0 -10px;
}

.agl-addon{
	border: 1px solid #e6e6e6;
    border-radius: 3px;
    -webkit-box-flex: 1;
    flex: 1;
    margin: 1em;
    min-width: 200px;
    width: 30%;
	background-color: #fff;
}

.agl-addon-content{
	display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: 184px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 24px;
}

.agl-addon-content .button-primary{
	margin-right: 12px;
}

.agl-preset{
	/* margin: 10px; */
	display: inline-block;
	padding: 10px;
	max-width: 17%;
}

.agl-preset-info{
	display: flex;
    align-items: center;
	justify-content: space-around;
}

.agl-preview-info{
	display: flex;
    align-items: center;
}

#default-entrance table.widefat {
    width: calc(100% - 260px);
}

#default-entrance .row-actions {
    color: #ccc;
    padding: 0.5em 0;
}

#default-entrance .row-actions a {
    color: #0073aa;
}

#default-entrance .row-actions a:hover {
    color: #00a0d2;
}

#default-entrance .row-actions a.trash {
    color: #a00;
}

#default-entrance .row-actions a.trash:hover {
    color: #dc3232;
}

#default-entrance th {
    background: #f1f1f1;
    padding: 10px;
    font-weight: 600;
}

#default-entrance table.widefat tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

#default-entrance table.widefat tbody tr:nth-child(even) {
    background-color: #fff;
}

#default-entrance table.widefat tbody tr td:nth-child(2) {
    width: 15%;
    min-width: 150px;
}