﻿div.container-fluid {
    padding: 10px 0px;
    margin: 25px 0px;
    border: 1px solid black
}

.tenLeft {
    margin-left: 10px !important;
}

.lfImage {
    font-size: 1.4em;
    font-weight: bold;
}

.pages, .pagingResults {
    text-align: center;
}

div.container-fluid.refine {
    background: #d3d3d3;
    color: black;
    border: none;
}

#memberList td {
    width: 100%;
}

select.dt-input {
    width: auto;
    display: inline-block;
}

    select.dt-input + label {
        display: inline;
    }

#memberList_wrapper > div:first-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.dt-paging {
    text-align: center;
}

.dt-info {
    text-align: right;
}

.dt-paging-button {
    border: none;
    background: none;
    color: #002d56;
}

    .dt-paging-button:hover {
        border: none;
        background: none;
    }

    .dt-paging-button.disabled:hover {
        border: none;
        background: none;
        cursor: not-allowed;
    }

    .dt-paging-button.disabled {
        color: black;
    }

    .dt-paging-button.current {
        font-weight: bold;
    }

    .dt-paging-button.first, .dt-paging-button.previous, .dt-paging-button.next, .dt-paging-button.last {
        font-size: 1.2em;
    }

#keyword {
    margin: 0px;
}


@media (max-width: 480px) {
    #profileImage {
        width: 170px;
    }
}


.collapsed-bio {
    max-height: 0px;
    overflow: hidden;
}
