/* = body
------------------------*/

body {
    background: #1abc9c;
    font-family: "Lato", sans-serif;
}


/* = Scroll body
------------------------*/

::-webkit-scrollbar {
    width: 0.2em;
}

::-webkit-scrollbar-track {
    background-color: #bdc3c7;
}

::-webkit-scrollbar-thumb {
    background-color: #7f8c8d;
}


/* = table
------------------------*/

img.lavida {
    height: 120px;
    float: left;
    /*display: block;*/
    margin-left: 5px;
    margin-right: 5px;
}

.user-tumb {
    width: 4em;
    height: 4em;
    padding: 0;
    margin: 0 auto;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.user-photo {
    text-align: center;
    border: 1px solid gray;
}

pre {
    white-space: pre-wrap;
    margin-top: 0px;
}

pre b {
    color: #145A32;
    font-size: 1.1em;
}

div.links {
    /* clear: left;*/
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    font-size: 1em;
    color: #008c8d;
}

div.loadingDiv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    margin-top: 250px;
    margin-left: 50%;
    z-index: 1000;
}


/*This is to fix the skinny Chrome dialog vertical scrollbars*/

::-webkit-scrollbar {
    width: 16px;
    height: 16px;
}

@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes table_loader {
    50% {
        width: 100%
    }
}

@-webkit-keyframes table_loader {
    50% {
        width: 100%
    }
}

@-moz-keyframes table_loader {
    50% {
        width: 100%
    }
}

@-ms-keyframes table_loader {
    50% {
        width: 100%
    }
}

@-o-keyframes table_loader {
    50% {
        width: 100%
    }
}
