/**
 *
 * "name": "threedi/scubasocials"
 * "type": "phpbb-extension",
 * "description": "Social Links in Header"
 * "homepage": "https://github.com/3D-I"
 * "version": "2.0.0-beta"
 * "time": "2019-11-01"
 *
 * @copyright (c) 2019, 3Di
 * @license GNU General Public License, version 2 (GPL-2.0)
 *
 */
#scubasocials {
	height: 20px;
	margin: 0 auto;
	padding-top: 50px;
}

.scubasocials-home {
	right: 29px !important;
}

#scubasocials-icons {
	float: right;
}

#scubasocials-icons img {
	float: left;
	padding: 0 3px;
}

#scubasocials-icons div {
	float: left !important;
	padding: 0 3px !important;
}

.headerbar #search-box {
	display: none !important;
}
.navbar #search-box{
	box-shadow: none;
}
