.contador{
	width: 18px;
    background: #93c487;
    color: #fff;
    padding: 2px;
    font-size: 10px;
    border-radius: 10px;
    position: absolute;
    margin-left: -11px;
    margin-top: -5px;
}
.button[type="submit"]{
	margin-bottom: 20px !important;
}

#menu-padecimientos li{
	border:none !important;
}

@media screen and (max-width: 768px){
	.contador{
    background: #024900;
}
}