
.wbfadmin {
	font-size: 1.8rem;
}

.article-list  {
	text-align: left;
}

.article-list tr:hover {
	background-color: white;
}

.options-envelope {
	position: relative;
}

.options-envelope:hover .options-text {
	display:none;
}

.article-options  {
	list-style-type: none;
	display:none;
	position: absolute;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(46,95,194);
	z-index:20;
	background-color: white;
	top: -70px;
	padding-inline-start: 0px;
}

.article-options li {
	text-align: center;
}

.article-options li input {
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	background: none;
}

.options-envelope:hover .article-options {
	display:block;
}

/*.article-options:hover .options-popup {
	display:none
}

.article-options:not(:hover) .options-popup {
	display:block
}

.article-options:not(:hover) li:not(:first-child)  {
	display:none
} */

.article-options input[type="submit"] {
	border-style: none;
	cursor:pointer;
	text-transform: uppercase;
	font-weight: bold;
}

.article-options input[type="submit"]:hover {
	color: rgb(46,95,194);
	background-color: papayawhip;
}

.article-edit-envelope {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

.article-edit-item-list {
	list-style-type: none;
}

.article-edit-item-list li {
	text-align: left;
}

.article-edit-item-list li:not(:first-child) {
	margin-top: 20px;
}

.article-edit-item-list li label {
	width: 30%;
	display: inline-block;
}

.article-edit-item-list .article-cancel {
	margin-right: 50px;
}


