#poststuff .dashicons.dashicons-plus-alt {
    display: none;
}
#selectOption {
    position: absolute;
    z-index: 99999;
    color: red;
    display:none;
}

.speech-bubble {
	position: relative;
	background: #b5b5b5;
    border-radius: .4em;
    padding: 4px;
}

.speech-bubble:after {
	content: '';
	position: absolute;
	top: 0;
	left: 80%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-bottom-color: #b5b5b5;
	border-top: 0;
	border-left: 0;
	margin-left: -15px;
	margin-top: -20px;
}
#fermebubble{
    margin-left: 95%;
    padding: 2px;
}
.myButton {
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	background-color:#ededed;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#777777;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.myButton:hover {
	background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
	background-color:#dfdfdf;
}
.myButton:active {
	position:relative;
	top:1px;
}

       