/**
 * Metabox Tabs
 */

.wpseotab{
	clear: both;
}

ul.wpseo-metabox-tabs-langs li.active,{
	background-color: #EFF8FF;
}

ul.wpseo-metabox-tabs-langs{
	border-color: #D1E5EE;
}

.wpseo-metabox-tabs-langs .active a, .ui-tabs-active a{
	color: #333;
}

.wpseo-metabox-tabs-div{
	overflow: hidden;
	clear: both;
}

.wpseo-metabox-lang-tabs{
	clear: both;
}


.wpseo-metabox-select-langs-tabs li,
.wpseo-metabox-lang-tabs li{
	display: inline;
	float: left;
	padding: 5px;
}

.wpseo-metabox-select-langs-tabs li a{
	text-decoration: none;
}

.wpseo_tablink_lang{
	cursor: pointer;
}

.wpseo_tablink_lang img{
	display: inline;
	float: left;
	padding: 5px;
}


/* 
*  LANG TABS 
*/

.tab-active, .ui-tabs-active{
	background-color: #d54e21;
	color: white;
	padding: 2px 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.tab-active a, .ui-tabs-active a{
	color: white;
}

.wpseo-metabox-tabs-div .active{
	display: inline;
}

.wpseo-metabox-lang-tabs-div{
	display: none;
}

/*
*  SNIPPET CODE 
*
* Change ID wpseosnippet to CLASS
*/

.wpseosnippet {
    font-family: Arial,Helvetica,sans-serif;
    font-style: normal;
    margin: 0 0 10px;
    max-width: 520px;
    padding: 0 5px;
    width: auto;
}
.wpseosnippet td {
    margin: 0;
    padding: 0;
}
.wpseosnippet cite.url {
    font-style: normal;
    font-weight: normal;
}
.wpseosnippet a {
    text-decoration: none;
}
.wpseosnippet .title {
    color: #1e0fbe;
    display: block;
    font-size: 18px !important;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 512px;
}
.wpseosnippet .desc {
    font-size: small;
    line-height: 1.4;
    word-wrap: break-word;
}
.wpseosnippet .desc .autogen {
    color: #777;
}
.wpseosnippet .date {
    color: gray;
}
.wpseosnippet .desc p {
    color: #545454;
    font-size: small;
    line-height: 1.4;
    word-wrap: break-word;
}
.wpseosnippet .url {
    color: #006621;
    font-size: 13px;
    line-height: 16px;
}
.wpseosnippet .meta {
    color: #767676;
}
.wpseosnippet .util {
    color: #4272db;
}
.wpseosnippet p {
    margin: 0 !important;
}
.wpseosnippet a:hover {
    text-decoration: underline;
}

/**
*  HACKS
*/
.misc-pub-section-last{
	display: none;
}
