.wide-modal-label{
    width:150px !important;
}
.tab {
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
    z-index: 1;
    display: flex;
}
.bottomTab {
    position: sticky;
    position: -webkit-sticky;
    bottom: 0px;
    z-index: 1;
    display: flex;
}
.searchTerm {
    text-align: center;
}
.pageNum {
    text-align: center;
}
.sidebar {
    width: 140px;
}
.sidebar a {
    width: 140px;
    box-sizing: border-box;
}
.sidebar a.sub{
    box-sizing: border-box;
    margin-left: 20px;
    min-width: 140px;
}
.cardsDisplay {
    display: inline-block;
}
.shareTile {
    /*use flex or responsive*/
    display: inline-block;
    position: relative;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
    margin: 10px;
}
.shareTileHeader {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.shareTileTitle{
    display: block;
    vertical-align: middle;
    /*line-height: 14px;*/
    font-family: eurostile-bold;
    font-weight: bold;
    font-size: 20px;
    color: #004761;
    text-align: center;
    margin: 8px;
}
.shareTileCardVersion{
    position: absolute;
    top: 0px;
    right: 0px;
    /*line-height: 14px;*/
    font-family: kimberley;
    font-size: 18px;
    color: grey;
    text-align: right;
    margin: 8px;
}
.shareTileCard {
    display: inline-block;
    /*flex-direction: column;*/
    /*justify-content: left;*/
    /*flex-wrap: wrap;*/
}
.shareUpgradeContainer,
.shareShipContainer,
.sharePilotContainer,
.shareQbContainer,
.shareConditionContainer,
.shareRemoteContainer, 
.shareDeviceContainer,
.shareCardPackContainer {
    display: inline-block;
    vertical-align: top;
    margin: 0px;
}
.shareTileStats {
    display: inline-block;
    width: 50px;
}
.clickToUnlike,
.clickToLike,
.clickToUnfave,
.clickToFave,
.addToCollection {
    width: 30px;
    height: 30px;
    margin-left:10px;
}
.sidebar-icon {
    width: 18px;
    height: 18px;
}
.likeTallyPillbox {
    height: 20px;
    padding: 4px;
    padding-top: 6px;
    margin: 8px;
    background-color: #68993e;
    border-radius: 10px;
    text-align: center;
}
.likeTallyPillboxNumber {
    font-family: kimberley;
    font-size: 18px;
    color: white;
}
.faveTallyPillbox {
    height: 20px;
    padding: 4px;
    padding-top: 6px;
    margin: 8px;
    background-color: #e00b0b;
    border-radius: 10px;
    text-align: center;
}
.faveTallyPillboxNumber {
    font-family: kimberley;
    font-size: 18px;
    color: white;
}