

#searchFleetTable a {
    padding: 0.3em 0;
}

#searchFleetTable th.mainFaction {
    padding: 0 0.6em;
}

#searchFleetTable th.fleetName {
    width: 100%;
}

#searchFleetTable td {
    padding: 0 0.3em;
}

#searchFleetTable td.fleetName {
    padding: 0 0.5em;
}


#searchFleetTable td.userName div {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 0.8em;
}

#searchFleetTable td.userName img {
    height: 20px;
    margin: 0 0.4em 0 0;
    border-radius: 10%;
}


@media (max-width:799px) {
    #searchFleetTable a {
        padding: 0.5em 0;
    }

    #searchFleetTable td.userName div {
        font-size: 1em;
    }

    #searchFleetTable th.actions, #searchFleetTable td.actions {
        display: none;
    }

    #searchFleetTable td.userName img {
        height: 15px;
    }
}









/* search fleet */

th.maxPoints, td.maxPoints {
    width: 1.5em;
    text-align: center;
}
.searchResultTable table tbody td.maxPoints a {
    text-align: right !important;
}
th.fleetIsNotPublic, td.fleetIsNotPublic {
    width: 2em;
    text-align: center;
}
th.updatedOn {
    max-width: 4em;
}
th.maxPoints, th.fleetIsNotPublic {
    opacity: 0.75;
}
.fleetIsNotPublic {
    position: relative;
}
.fleetIsNotPublic i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1em;
    opacity: 0.8;
}
.fleetIsNotPublic span {
    position:absolute;
    font-size:0.001em;
    color:transparent;
}

.fleetIsNotPublic:hover .toolTip {
    display: flex;
    flex-wrap: wrap;
}
.fleetIsNotPublic:hover .toolTip .innerText {
    display: flex;
    white-space: nowrap;
}
.fleetIsNotPublic .toolTip {
    position: absolute;
    left: 2em;
    bottom: -1.2em;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    background-color: #fff;
    padding: 0.5em 0.8em;
    border-radius: 7px;
    display: none;
}













