.pet-form {
    margin: 20px;
    width: 18em;
}

.book-form, .book-transfer, .access-form {
    margin: 20px;
    width: 18em;
}

.pseudo-link {
    border-bottom: dashed 1px;
    cursor: pointer;
}

.profile-view {
    width: 40em;
}

.grid-view td .glyphicon {
    margin-right: 10px;
}

.grid-view td .glyphicon.no-pad {
    margin-right: 0px;
}

.table-access .glyphicon-ok {
    color: green;
}

.table-access .glyphicon-remove {
    color: red;
}