.myCustomCSSClassButton {
    position: relative;
    display: inline-block;
    line-height: 19px !important;
    border: 1px solid #8a9cbc !important;
	border-radius: 5px;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold !important;
    color: #15a0b7 !important;
    padding: 0 15px 0 35px;
    margin-bottom: 2%;
    background: url("http://europa.eu/webtools/services/sbkm/images/sbkm.png")#fff 0 -938px no-repeat !important;
	background-size: 24px 984px!important;
    box-sizing: content-box;
    font-family: Arial,Verdana;
    box-sizing: content-box;
	min-width: auto !important;
}

.myCustomCSSClassButton:hover {
    color: #ffffff !important;
    background: url("http://europa.eu/webtools/services/sbkm/images/sbkm.png")#fff 0 -962px no-repeat !important;
	background-size: 24px 984px!important;
	text-decoration: none !important;
	background-color: #15a0b7 !important;
}



.wtSharePopup {
    border: 8px solid #8a9cbc !important;
}
