.ps-color {
    background-color: #582753;
}

.top-links {
    border-radius: 3px;
    background: #f2c4ff;
}

.top-links:hover, .merge-link:hover {
    background-color: #963d8f !important;
    color: white !important;
}

.merge-link {
    border-radius: 5px;
    background: #ef51ff;
    text-decoration: none;
    color: white
}

.file-label {
    cursor: pointer;
    background: #fcf0ff;
    border: 2px solid #fcf0ff;
    border-radius: 3px;
    padding: 5px;
    color: black;
}

/*#upload-file {
    opacity: 0;
    position: absolute;
    z-index: -1;
    padding: 5px;
}*/

.upload-form {
    border: 2px solid #582753;
    border-radius: 3px;
    padding: 5px;
    background: #582753;
    color: white;
    text-align: center;
}

.upload-links {
    color: black;
    background: #fcf0ff;
    padding: 5px;
    text-decoration: none;
    border-radius: 3px;
}

.column {
    float: left;
    width: 25%;
    padding-left: 20px;
}

.column-with-icon {
    float: left;
    width: 75%;
}

.icon-column {
    float: left;
}

.wider-column {
    float: left;
    width: 50%;
    padding-left: 20px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
    padding-bottom: 10px;
    padding-top: 10px;
}

.card {
    width: 40%;
    padding: 20px 60px 20px 60px;
    display: inline-block;
}

.message {
    color: #ff5722 !important;
    font-weight: bold
}

.count-button {
    width: 100%;
    margin-top: 30px;
}

@media screen and (max-width: 800px) {
    .card {
        width: 100%;
        padding: 10px 30px 10px 22px;
    }
}

td {
    vertical-align: middle;
}