/*
Personnalisation Livre d'or
*/

#gwolle_gb_write_button {
    margin: 30px auto !important;
    display: block;
    text-align: center;
}
#gwolle_gb_write_button input {
    font-size: 1.5rem;
    font-weight: bold;
}

.gb-author-info {
    border-left: 6px solid;
    background-color: rgba(0, 0, 0, .1);
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 8px
}

.gb-entry-content {
    position: relative;
    margin-top: 10px;
    background-color: rgba(255, 255, 255, .4);
    border: 1px #fff solid;
    border-left: solid 8px #fff !important;
    border-right: solid 8px #fff !important;
    padding: 10px;
    border-radius: 8px
}
.gb-entry-content:before {
    position: absolute;
    top: 0;
    left: 20px;
    content: "";
    margin-top: -30px;
    border-width: 15px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    background: none;
}

.gb-entry-admin_reply {
    border-left: solid 4px rgba( 0, 0, 0, .5) !important;
    border-right: solid 4px rgba( 0, 0, 0, .5) !important;
    margin-left: 60px !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
    padding-right: 0 !important;
    border-radius: 8px;
}

.gb-admin_reply_uid {
    position: relative;
    background-color: rgba( 0, 0, 0, .1);
    padding: 10px 10px 10px 20px;
}

.gb-admin_reply_uid:before {
    position: absolute;
    top: 10px;
    left: 20px;
    content: "";
    margin-left: -20px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent rgba( 0, 0, 0, .5 );
    background: none;    
}

.gb-admin_reply_content {
    padding: 10px 0 5px 20px;
}
