
h1.ta-topbar {
	background-color:#fff;
	text-transform:uppercase;
	font-size:16px;
	padding:15px 20px;
	top:-10px;
	right:0;
	left:-20px;;
	position:absolute;
	display:flex;
	align-items:center;
	justify-content:space-between;
}

h1.ta-topbar span {
	color: #999;
	margin-left:4px;
}

h1.ta-topbar img {
	width:20px;
	height:20px;
	padding-right:8px;
}

.ta-left, .ta-right {
	display:flex;
	align-items:center;
}

.ta-right {
	margin-right:10px;
}

.ta-right a {
	color: #000;
	font-size: 13px;
	text-decoration: none;
	text-transform: none;
	border-bottom: 2px solid transparent;
}
.ta-right a:hover {
	border-bottom: 2px solid #007cba;
}



.wbadge {
	background-color: #e7e7e7;
    color: #333;

    padding: 3px 12px 5px;
    border-radius: 4px;
}

.wbadge-yellow {
	background-color: #f9c12c;
}

.wbadge-blue {
	background-color: #b3ddff;
}

.wbadge-tag {
	padding: 1px 8px 3px;
}

.wtags
{
	margin-bottom:5px;
}

/* options page */

.ta_options .form-table { 
	width:auto; 
	clear:none; 
}



