.pegasus-toggle {
    border: 1px solid #777;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 0 0 10px;
}

.pegasus-trigger {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.pegasus-trigger:hover {
    text-decoration: none;
}

.pegasus-toggle .toggle-content { display: none; }

.pegasus-toggle .toggle-content.open {
    border-top: 1px solid #777;
    padding: 7px 0 5px;
}