.section-invade__invade {
	margin-bottom:20px;
}
button, input, select, textarea {
    cursor: pointer;
    background: none;
    outline: none;
    border: none;
    font-size: 100%;
    padding: 0;
    margin: 0;
}

button.show-description,
button.show-comments {
    box-shadow: none;
    background: transparent;
    border: none;
}
button.show-description.toggle-active,
button.show-comments.toggle-active {
    border-bottom: 4px solid #074089;
}

