/**
*
* @package phpBB Extension - Ext index
* @copyright (c) 2018 Martin - https://www.martins-phpbb.com
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
*/

.buttonse {
	display: inline-block;
	padding: 2px 8px;
	font-size: 13px;
	font-weight: normal;
	font-family: "Open Sans", "Droid Sans", Verdana, Arial, Helvetica;
	line-height: 1.4;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	border: 1px solid transparent;
	border-radius: 4px;
	border-color: #292929;
	background-color: #292929; /* Old browsers */ /* FF3.6+ */
	background-image: -webkit-linear-gradient(top, #292929 0%, #292929 100%);
	background-image: linear-gradient(to bottom, #292929 0%,#292929 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292929', endColorstr='#292929',GradientType=0 ); /* IE6-9 */
	box-shadow: 0 0 0 1px #292929 inset;
	-webkit-box-shadow: 0 0 0 1px #292929 inset;
	margin-bottom: 5px;
	margin-top: 1px;
}
.buttonse:hover, .buttonse:focus {
	border-color: #292929;
	background-color: #292929; /* Old browsers */ /* FF3.6+ */
	background-image: -webkit-linear-gradient(top, #292929 0%, #292929 100%);
	background-image: linear-gradient(to bottom, #292929 0%,#292929 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292929', endColorstr='#292929',GradientType=0 ); /* IE6-9 */
	text-shadow: 1px 1px 0 #292929, -1px -1px 0 #292929, -1px -1px 0 rgba(188, 42, 77, 0.2);
	text-decoration: none;
        outline: none;
}

.panel6 {
    margin-bottom: -2px !important;
    margin-top: 4px !important;
}
