body {
    background-color: #E7EAEF;
    color: #646A75;
    font-family: "Lato", sans-serif;
    -webkit-font-smoothing: antialiased;
}
.wrapper {
    margin-top: 30px;
    background-color: #FFFFFF;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    border-radius: 10px;
    padding: 20px;
}
.gm-logo{
    height: 70px;
}
.slm-logo {
    color: #5d5e5f;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 25px;
}
.dropzone {
    background-color: #F4F7FB;
    border-color: #EAEFF0;
    border-style: dashed;
}
.margin-bottom {
    margin-bottom: 30px;
}
.loader {
    text-align: center;
}
.loader img {
    height: 250px;
}
.loader-text {
    display: block;
    font-size: 14px;
}
.matcher-header .col-md-12 {
    border-bottom: solid 1px #EAEFF0;
}
.matcher-completed {
    text-align: center;
}
.matcher-completed img {
    height: 50px;
}
.matcher-completed a {
    margin-top: 50px;
}
table{
    color: #000000;
}
.table thead th, tbody th {
    background-color: #F6C55B;
}
.table-footer td{
    background-color: #EFEFEF;
}
table.table-bordered > thead > tr > th, table.table-bordered > tbody > tr > td, table.table-bordered > tbody > tr > th{
    border:1px solid #949494;
}