.largePostTitle * {
    float: left;
}

.largePostTitle strong {
    font-size: 16px;
    text-align: center;
    display: block;
    float: none;
}

.largePostTitle {
    overflow: hidden;
}

.albumPictureWrapper img {
    /*width: 21%;*/
}
div.rating-cancel {
    display: none !important;
}
/*
#picturebits td.smallfont a img {
    width: 22%;
}*/

.vbpmal_info_forums_post_count {
	margin-bottom: 1em;
}
.vbpmal_info_forums_post_count span{
	padding: 4px;
	background-color: #ccc;
	display: inline-block;
}

label.search-icons-and-or {
	display: block;
	padding: 2px;
}
.search-icons-and-or input[type="radio"] {
	margin-top: -1px;
	margin-bottom: 0;
	vertical-align: middle;
}
div.adminPopupControl > img {
	display: none;
}

.adminToolsPopup tr.loading {
	text-align: center;
}
.adminToolsPopup tr.result {
	display: none;
}

.adminToolsPopup .adminPlaceholder {
	display: none;
}

.adminToolsPopup .instantNotification {
	font-weight: bold;
}

.admin-only-block {
	padding: 5px;
}
.admin-only-block-inner {
	border: 1px solid #aaa;
	padding: 10px;
}
.admin-only-block, .admin-only-block a, .admin-only-block a:visited, .admin-only-block a:link {
	color: #666;
}

.vbpmal-ticket-info {
	font-size: 11px;
	border: 1px solid rgba(128,128,128, 0.3);
	background-color: rgba(180,180,180, 0.2);
	color: #666;
	padding: 5px;
	font-weight: bold; 
}
tr.threadbit .vbpmal-ticket-info {
	margin: 5px 10px;
}
.row.threadbit .vbpmal-ticket-info {
	float: left;
}

.usernote-priority-toggle-link {
	float: left;
	cursor: pointer;
}
.usernote-priority-toggle-link.normal-priority {
	opacity: 0.3;
}
.usernote-low-priority *[id^="td_post_"]{
	opacity: 0.4;
}

[id^='thread_prefix'] {
	cursor: default;
}

.vbpmal-infractionbit-link, .vbpmal-infractionbit-link img {
	vertical-align: middle;
}

.vbpmal-usergroupchoice-field > table {
    width: 100%;
}

.vbpmal-usergroupchoice-options label {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.vbpmal-usergroupchoice-options .option-part {
    vertical-align: middle;
    flex-grow: 0;
}
.vbpmal-usergroupchoice-options .option-icon {
    width: 50px;
    flex-basis: auto;
    flex-shrink: 0;
}
.vbpmal-usergroupchoice-options .option-text {
    flex-grow: 1;
    padding: 4px;
    padding-left: 10px;
    font-size: 120%
}
.admin-options .disabled {
	color: #888;
}

.vbpmal-ticket-fee-info {
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 8px;
	border: 1px solid #333;
}

.admin-ticket-links {
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 4px;
}