#main-content {
    background-color: whitesmoke;
    position: absolute;
    width: 100%;
    padding: 0 10px;
}

#main-content .table {
    width: 100%;
    margin: 10px auto 0px auto;
}

#main-content .glyphicon-download-alt {
    margin-left: 5px;
}

.white-card {
    max-width: 700px;
    margin: 100px auto;
    background-color: white;
    padding: 40px;
    border-radius: 8px;
    border:1px solid whitesmoke;
    box-shadow: 1px 1px 8px #0000000d;
    margin-bottom: 50px;
}

.white-card .card-title {
    color: #444;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.white-card .card-body {
    text-align: center;
    font-size: 1.1em;
    color: #555;
}