﻿.transparent {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 8px;
    border-radius: 10px;
    margin-top:10px;
}

body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
    background-color: rgb(24, 24, 27) !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.flatButton {
    /*margin: 10px;*/
    padding: 10px 10px;
    color: #fff;
    background-color: rgb(35,35,37);
    width: 100%;
    text-decoration: none;
    text-align: center;
    transition: transform .5s;
}

    .flatButton:hover {
        text-decoration: none;
        background-color: rgb(50,50,53);
        color: rgb(20,20,30);
        transform: scale(1.07);
        z-index:3;
    }



.icon:hover {
    color: #000
}

.table {
    /*background-color: rgba(255, 255, 255, 0.2);*/
    /*color:rgb(39, 39, 47);*/
    color: #646464;
}
