#wp-admin-bar-my-sites-list {
    display: none !important;
}

ul.my-sites li h3,
.my-sites-actions {
	display:none;
}

body .my-sites li {
	padding: 0;
	box-sizing: border-box;
    margin-bottom: 2em;
    margin-right: 19px;
}

.siteswrap {
    box-sizing: border-box;
    padding: 10px;
	text-align:center;
	width: 100%;
	height:30px;
	position:relative;
}

.my-sites h2 {
    margin-top: 11px;
    text-align: center;
    margin-bottom: 10px;
	float: left;
	    width: 100%;
}

span.sitecountry {
	position: absolute;
	bottom: 3px;
	right: 4px;
	background: rgba(255,255,255,0.8);
	padding: 4px;
}

span.editsite {
    position: absolute;
    bottom: 3px;
    left: 4px;
	background: rgba(255,255,255,0.8);
	padding: 4px;
}

.sitesimg {
	width:100%;
	height: auto;
}

body .my-sites.striped li:after {
	background:transparent;
}

a.showlang {
    padding: 10px 15px;
    border: 1px solid #0073aa;
    background: #0073aa;
    color: #fff;
    margin-right: 11px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
	text-decoration:none;
}

a.showlang.active {
    background: rgba(0, 115, 170, 0);
    color: #0073aa;
    border-bottom: 1px solid transparent;
}

a.showlang:focus {
    color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.selectlang {
    float: left;
    clear: both;
    margin: 16px 0 0;
}

.my-sites.striped li {
clear:none !important;
}
