.gblock {
    padding: 5px;
    background-color: rgb(240,240,240);
    margin-bottom: 25px;
    color: gray;
}
.gblock .collapse {
    font-size: 16px;
    display: block;
    text-align: right;
    color: gray;
    text-decoration: none;
}
.gblock .collapse:hover {
    color: red;
}

.gblock  .actions {
    display: inline;
}

#mycontent .gblock  .actions .linkedit {
    color: white;
    padding:2px;
    background-color: orange;
    text-decoration: none;
}
#mycontent .gblock  .actions .linkdelete {
    color: white;
    padding:2px;
    background-color: red;
    text-decoration: none;
}
#mycontent .gblock  .actions a:hover {
    text-decoration: underline;
}
