.help_link {
    background-color: #e6f0fa;
    padding: 12px 16px;
    margin: 8px 0;
    font-weight: bold;
    border-left: 4px solid #005493;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    border-radius: 6px;
}

.help_link:hover {
    background-color: #d0e4f5;
    transform: scale(1.01);
}

.help_msg {
    background-color: #f9f9f9;
    padding: 12px 16px;
    margin: -4px 0 12px 0;
    border-left: 4px solid #aaa;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    font-size: 1.2rem;
    line-height: 1.5em;
	text-align:justify;
}

.help_msg a {
    color: #005493;
    text-decoration: underline;
}

.help_msg a:hover {
    color: #003d6b;
    text-decoration: none;
}
