.panel-heading span {
    font-size: 14px;
    color: gray;
}

.panel-heading p {
    font-size: 15px;
    border: 1px solid #93c030;
    border-radius: 5px;
    /*width: 210px;*/
    display: flex;
    justify-content: space-between;
}

.panel-heading p a {
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px;
    text-decoration: none;
    color: black;
    height: 100%;
}

.panel-heading p a:hover {
    background-color: #93c030;
}


.filespace-list-container {
    display: flex;
    justify-content: space-between;
    margin: 10px;
}

.filespace-list-container .uploaded-for, .uploaded-by {
    border-radius: 10px;
    width: 47%;
    padding: 25px;
    border: 1px solid black;
}

.uploaded-for h2 {
    text-align: center;
    margin-top: 0;
}

.uploaded-by h2 {
    text-align: center;
    margin-top: 0;
}

.uploaded-by p a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.uploaded-for table {
    margin-top: 90px;
    width: 100%;
    border-collapse: collapse;
}

.uploaded-by table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    height: 40px;
}

table, th, tbody, td {
    border: 1px solid black;
}

.uploaded-for td {
    text-align: left;
    padding: 5px;
    font-size: 13px;
}

.uploaded-by td {
    text-align: left;
    padding: 5px;
    font-size: 13px;
}

.uploaded-by p {
    width: 150px;
    height: 35px;
    border: 3px solid #93c030;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px auto;
    background-color: white;
}

.uploaded-by p:hover {
    background-color: #d7f0be;
}

.uploaded-by p a {
    text-decoration: none;
    color: black;
    font-weight: bold;
    text-transform: capitalize;
}