﻿


/*Logo*/
.nL_ {
    grid-column: 1/2;
    grid-row: 1/2;
    place-self: center;
    background: url('/sprites/32sprite.png?v6');
    background-repeat: no-repeat;
    height: 32px !important;
    width: 32px !important;
}

.nL_r {
    grid-column: 1/2;
    grid-row: 1/2;
    place-self: center;
    background: url('/sprites/32rsprite.png?v6');
    background-repeat: no-repeat;
    height: 32px !important;
    width: 32px !important;
}

/*logo avatar*/
.nL_a {
    grid-column: 1/2;
    grid-row: 1/2;
    place-self: center;
    background: url('/sprites/16sprite.png?v6');
    background-repeat: no-repeat;
    height: 16px !important;
    width: 16px !important;
}
div.pick_a {
    display: grid;
    grid-template-columns: 16px;
    grid-template-rows: 16px;
}

/*weight numbers wrapper*/
.wgtT_w_a {
    background-color: white;
    height: 8px;
    place-self: end !important;
    width: fit-content;
}

/*weight text*/
.wgtT_a {
    position: relative;
    top: -4px;
    /*font-family: Calibri;*/
    font-size: 8px;
}

/*weight half*/
.wgtTH_a {
    position: relative;
    top: -6px;
    font-family: Calibri;
    font-size: 6px;
}


/*color city name*/
.nP_ {
    grid-column: 1/2;
    grid-row: 1/2;
    place-self: center;
    background: url('/sprites/namesprite.png?v8');
    background-repeat: no-repeat;
    height: 32px !important;
    width: 32px !important;
}
/*regular city name*/
.nP_r, .nC_r {
    grid-column: 1/2;
    grid-row: 1/2;
    place-self: center;
    background: url('/sprites/namersprite.png?v8');
    background-repeat: no-repeat;
    height: 32px !important;
    width: 32px !important;
}
/*regular bold city name*/
.nC_ {
    grid-column: 1/2;
    grid-row: 1/2;
    place-self: center;
    background: url('/sprites/namebsprite.png?v8');
    background-repeat: no-repeat;
    height: 32px !important;
    width: 32px !important;
}


.tARZ {
    background-position: 0px -0px
}

.tATL {
    background-position: 0px -32px
}

.tBAL {
    background-position: 0px -64px
}

.tBUF {
    background-position: 0px -96px
}

.tCAR {
    background-position: 0px -128px
}

.tCHI {
    background-position: 0px -160px
}

.tCIN {
    background-position: 0px -192px
}

.tCLE {
    background-position: 0px -224px
}

.tDAL {
    background-position: 0px -256px
}

.tDEN {
    background-position: 0px -288px
}

.tDET {
    background-position: 0px -320px
}

.tGB {
    background-position: 0px -352px
}

.tHOU {
    background-position: 0px -384px
}

.tIND {
    background-position: 0px -416px
}

.tJAK {
    background-position: 0px -448px
}

.tKC {
    background-position: 0px -480px
}

.tLV {
    background-position: 0px -512px
}

.tLAC {
    background-position: 0px -544px
}

.tLAR {
    background-position: 0px -576px
}

.tMIA {
    background-position: 0px -608px
}

.tMIN {
    background-position: 0px -640px
}

.tNE {
    background-position: 0px -672px
}

.tNO {
    background-position: 0px -704px
}

.tNYG {
    background-position: 0px -736px
}

.tNYJ {
    background-position: 0px -768px
}

.tPHI {
    background-position: 0px -800px
}

.tPIT {
    background-position: 0px -832px
}

.tSF {
    background-position: 0px -864px
}

.tSEA {
    background-position: 0px -896px
}

.tTB {
    background-position: 0px -928px
}

.tTEN {
    background-position: 0px -960px
}

.tWAS {
    background-position: 0px -992px
}



