/** **/



/** **/


a {
    color: #097ff5;
}

.text-right {
    text-align: right;
}

.table-fiends, .table-tasks {
    width: 100%;
    overflow-y: auto;
    height: 3vh;
}

.table-fiends tr td {
    border-bottom: solid 1px #056560;
    padding: 3px;
    padding-right: 10px;
}

.table-tasks tr td {
    border-bottom: solid 1px #056560;
    padding: 6px;
    padding-right: 10px;
    padding-left: 15px;
    font-size: 0.9em;
}


@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}
