nav.float-action-button {
    position: fixed;
    bottom: 56px;
    right: 0;
    margin: 1em;
    z-index: 1;
}

a.report-buttons {
    box-shadow: 0 5px 11px -2px rgba(0, 0, 0, 0.18), 0 4px 12px -7px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 21px;
    padding: 1px 0 0 0;
    text-align: center;
    display: block;
    margin: 20px auto 0;
    position: relative;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

a.report-buttons:active,
a.report-buttons:focus,
a.report-buttons:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
    text-decoration: none;
}

a.report-buttons:not(:last-child) {
    width: 40px;
    height: 40px;
    margin: 20px auto 0;
    opacity: 0;
    font-size: 1.3em;
    padding-top: 4px;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}

a.report-buttons.main-button > i:first-child {
    position: relative;
    margin-top: 10px;
}

nav.float-action-button:hover a.report-buttons:not(:last-child) {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 20px auto 0;
}

a.report-buttons:nth-last-child(1) {
    -webkit-transition-delay: 25ms;
    transition-delay: 25ms;
    background-color: #D32F2F;
    /* Button color */
}

a.report-buttons:nth-last-child(1) i.fa {
    transform: rotate3d(0, 0, 1, 0);
    transition: content 0.4s, transform 0.4s, opacity 0.4s;
}

a.report-buttons:nth-last-child(1):hover i.fa {
    transform: rotate3d(0, 0, 1, -180deg);
}

a.report-buttons:nth-last-child(1) i.fa:nth-last-child(1) {
    position: absolute;
    margin: 10px 0 0 -17px;
}

a.report-buttons:nth-last-child(1) i.fa:nth-last-child(2) {
    opacity: 0;
}

a.report-buttons:nth-last-child(1):hover i.fa:nth-last-child(1) {
    opacity: 0;
}

a.report-buttons:nth-last-child(1):hover i.fa:nth-last-child(2) {
    opacity: 1;
}

a.report-buttons:not(:last-child):nth-last-child(2) {
    -webkit-transition-delay: 50ms;
    transition-delay: 20ms;
    background-color: #3b5998;
    /* Facebook color */
}

a.report-buttons:not(:last-child):nth-last-child(3) {
    -webkit-transition-delay: 75ms;
    transition-delay: 40ms;
    background-color: #1da1f2;
    /* Twitter color */
}

/*.tooltip.left {*/
/*    margin-left: -10px;*/
/*}*/
