/*!
 * # Semantic UI 2.4.1 - Label
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
.ui.label {
    display: inline-block;
    line-height: 1;
    vertical-align: baseline;
    margin: 0 0.14285714em;
    background-color: #e8e8e8;
    background-image: none;
    padding: 0.5833em 0.833em;
    color: rgba(0, 0, 0, 0.6);
    text-transform: none;
    font-weight: 700;
    border: 0 solid transparent;
    border-radius: 0.28571429rem;
    -webkit-transition: background 0.1s ease;
    transition: background 0.1s ease;
}
.ui.label:first-child {
    margin-left: 0;
}
.ui.label:last-child {
    margin-right: 0;
}
a.ui.label {
    cursor: pointer;
}
.ui.label > a {
    cursor: pointer;
    color: inherit;
    opacity: 0.5;
    -webkit-transition: 0.1s opacity ease;
    transition: 0.1s opacity ease;
}
.ui.label > a:hover {
    opacity: 1;
}
.ui.label > img {
    width: auto !important;
    vertical-align: middle;
    height: 2.1666em !important;
}
.ui.label > .icon {
    width: auto;
    margin: 0 0.75em 0 0;
}
.ui.label > .detail {
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    margin-left: 1em;
    opacity: 0.8;
}
.ui.label > .detail .icon {
    margin: 0 0.25em 0 0;
}
.ui.label > .close.icon,
.ui.label > .delete.icon {
    cursor: pointer;
    margin-right: 0;
    margin-left: 0.5em;
    font-size: 0.92857143em;
    opacity: 0.5;
    -webkit-transition: background 0.1s ease;
    transition: background 0.1s ease;
}
.ui.label > .delete.icon:hover {
    opacity: 1;
}
.ui.labels > .label {
    margin: 0 0.5em 0.5em 0;
}
.ui.header > .ui.label {
    margin-top: -0.29165em;
}
.ui.attached.segment > .ui.top.left.attached.label,
.ui.bottom.attached.segment > .ui.top.left.attached.label {
    border-top-left-radius: 0;
}
.ui.attached.segment > .ui.top.right.attached.label,
.ui.bottom.attached.segment > .ui.top.right.attached.label {
    border-top-right-radius: 0;
}
.ui.top.attached.segment > .ui.bottom.left.attached.label {
    border-bottom-left-radius: 0;
}
.ui.top.attached.segment > .ui.bottom.right.attached.label {
    border-bottom-right-radius: 0;
}
.ui.top.attached.label + [class*='right floated'] + *,
.ui.top.attached.label:first-child + :not(.attached) {
    margin-top: 2rem !important;
}
.ui.bottom.attached.label:first-child ~ :last-child:not(.attached) {
    margin-top: 0;
    margin-bottom: 2rem !important;
}
.ui.image.label {
    width: auto !important;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 9999px;
    vertical-align: baseline;
    text-transform: none;
    background: #e8e8e8;
    padding: 0.5833em 0.833em 0.5833em 0.5em;
    border-radius: 0.28571429rem;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ui.image.label img {
    display: inline-block;
    vertical-align: top;
    height: 2.1666em;
    margin: -0.5833em 0.5em -0.5833em -0.5em;
    border-radius: 0.28571429rem 0 0 0.28571429rem;
}
.ui.image.label .detail {
    background: rgba(0, 0, 0, 0.1);
    margin: -0.5833em -0.833em -0.5833em 0.5em;
    padding: 0.5833em 0.833em;
    border-radius: 0 0.28571429rem 0.28571429rem 0;
}
.ui.tag.label,
.ui.tag.labels .label {
    margin-left: 1em;
    position: relative;
    padding-left: 1.5em;
    padding-right: 1.5em;
    border-radius: 0 0.28571429rem 0.28571429rem 0;
    -webkit-transition: none;
    transition: none;
}
.ui.tag.label:before,
.ui.tag.labels .label:before {
    position: absolute;
    -webkit-transform: translateY(-50%) translateX(50%) rotate(-45deg);
    transform: translateY(-50%) translateX(50%) rotate(-45deg);
    top: 50%;
    right: 100%;
    content: '';
    background-color: inherit;
    background-image: none;
    width: 1.56em;
    height: 1.56em;
    -webkit-transition: none;
    transition: none;
}
.ui.tag.label:after,
.ui.tag.labels .label:after {
    position: absolute;
    content: '';
    top: 50%;
    left: -0.25em;
    margin-top: -0.25em;
    background-color: #fff !important;
    width: 0.5em;
    height: 0.5em;
    -webkit-box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.3);
    border-radius: 500rem;
}
.ui.corner.label {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    text-align: center;
    border-color: #e8e8e8;
    width: 4em;
    height: 4em;
    z-index: 1;
    -webkit-transition: border-color 0.1s ease;
    transition: border-color 0.1s ease;
}
.ui.corner.label {
    background-color: transparent !important;
}
.ui.corner.label:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    z-index: -1;
    width: 0;
    height: 0;
    background-color: transparent !important;
    border-top: 0 solid transparent;
    border-right: 4em solid transparent;
    border-bottom: 4em solid transparent;
    border-left: 0 solid transparent;
    border-right-color: inherit;
    -webkit-transition: border-color 0.1s ease;
    transition: border-color 0.1s ease;
}
.ui.corner.label .icon {
    cursor: default;
    position: relative;
    top: 0.64285714em;
    left: 0.78571429em;
    font-size: 1.14285714em;
    margin: 0;
}
.ui.left.corner.label,
.ui.left.corner.label:after {
    right: auto;
    left: 0;
}
.ui.left.corner.label:after {
    border-top: 4em solid transparent;
    border-right: 4em solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 0 solid transparent;
    border-top-color: inherit;
}
.ui.left.corner.label .icon {
    left: -0.78571429em;
}
.ui.segment > .ui.corner.label {
    top: -1px;
    right: -1px;
}
.ui.segment > .ui.left.corner.label {
    right: auto;
    left: -1px;
}
.ui.ribbon.label {
    position: relative;
    margin: 0;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    border-radius: 0 0.28571429rem 0.28571429rem 0;
    border-color: rgba(0, 0, 0, 0.15);
}
.ui.ribbon.label:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    background-color: transparent !important;
    border-style: solid;
    border-width: 0 1.2em 1.2em 0;
    border-color: transparent;
    border-right-color: inherit;
    width: 0;
    height: 0;
}
.ui.ribbon.label {
    left: calc(-1rem - 1.2em);
    margin-right: -1.2em;
    padding-left: calc(1rem + 1.2em);
    padding-right: 1.2em;
}
.ui[class*='right ribbon'].label {
    left: calc(100% + 1rem + 1.2em);
    padding-left: 1.2em;
    padding-right: calc(1rem + 1.2em);
}
.ui[class*='right ribbon'].label {
    text-align: left;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    border-radius: 0.28571429rem 0 0 0.28571429rem;
}
.ui[class*='right ribbon'].label:after {
    left: auto;
    right: 0;
    border-style: solid;
    border-width: 1.2em 1.2em 0 0;
    border-color: transparent;
    border-top-color: inherit;
}
.ui.card .image > .ribbon.label,
.ui.image > .ribbon.label {
    position: absolute;
    top: 1rem;
}
.ui.card .image > .ui.ribbon.label,
.ui.image > .ui.ribbon.label {
    left: calc(--.05rem - 1.2em);
}
.ui.card .image > .ui[class*='right ribbon'].label,
.ui.image > .ui[class*='right ribbon'].label {
    left: calc(100% + -0.05rem + 1.2em);
    padding-left: 0.833em;
}
.ui.table td > .ui.ribbon.label {
    left: calc(-0.78571429em - 1.2em);
}
.ui.table td > .ui[class*='right ribbon'].label {
    left: calc(100% + 0.78571429em + 1.2em);
    padding-left: 0.833em;
}
.ui.attached.label,
.ui[class*='top attached'].label {
    width: 100%;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    padding: 0.75em 1em;
    border-radius: 0.21428571rem 0.21428571rem 0 0;
}
.ui[class*='bottom attached'].label {
    top: auto;
    bottom: 0;
    border-radius: 0 0 0.21428571rem 0.21428571rem;
}
.ui[class*='top left attached'].label {
    width: auto;
    margin-top: 0 !important;
    border-radius: 0.21428571rem 0 0.28571429rem 0;
}
.ui[class*='top right attached'].label {
    width: auto;
    left: auto;
    right: 0;
    border-radius: 0 0.21428571rem 0 0.28571429rem;
}
.ui[class*='bottom left attached'].label {
    width: auto;
    top: auto;
    bottom: 0;
    border-radius: 0 0.28571429rem 0 0.21428571rem;
}
.ui[class*='bottom right attached'].label {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    width: auto;
    border-radius: 0.28571429rem 0 0.21428571rem 0;
}
.ui.label.disabled {
    opacity: 0.5;
}
a.ui.label:hover,
a.ui.labels .label:hover {
    background-color: #e0e0e0;
    border-color: #e0e0e0;
    background-image: none;
    color: rgba(0, 0, 0, 0.8);
}
.ui.labels a.label:hover:before,
a.ui.label:hover:before {
    color: rgba(0, 0, 0, 0.8);
}
.ui.active.label {
    background-color: #d0d0d0;
    border-color: #d0d0d0;
    background-image: none;
    color: rgba(0, 0, 0, 0.95);
}
.ui.active.label:before {
    background-color: #d0d0d0;
    background-image: none;
    color: rgba(0, 0, 0, 0.95);
}
a.ui.active.label:hover,
a.ui.labels .active.label:hover {
    background-color: #c8c8c8;
    border-color: #c8c8c8;
    background-image: none;
    color: rgba(0, 0, 0, 0.95);
}
.ui.labels a.active.label:activehover:before,
a.ui.active.label:activehover:before {
    background-color: #c8c8c8;
    background-image: none;
    color: rgba(0, 0, 0, 0.95);
}
.ui.label.visible:not(.dropdown),
.ui.labels.visible .label {
    display: inline-block !important;
}
.ui.label.hidden,
.ui.labels.hidden .label {
    display: none !important;
}
.ui.red.label,
.ui.red.labels .label {
    background-color: #db2828 !important;
    border-color: #db2828 !important;
    color: #fff !important;
}
.ui.red.labels .label:hover,
a.ui.red.label:hover {
    background-color: #d01919 !important;
    border-color: #d01919 !important;
    color: #fff !important;
}
.ui.red.corner.label,
.ui.red.corner.label:hover {
    background-color: transparent !important;
}
.ui.red.ribbon.label {
    border-color: #b21e1e !important;
}
.ui.basic.red.label {
    background: none #fff !important;
    color: #db2828 !important;
    border-color: #db2828 !important;
}
.ui.basic.red.labels a.label:hover,
a.ui.basic.red.label:hover {
    background-color: #fff !important;
    color: #d01919 !important;
    border-color: #d01919 !important;
}
.ui.orange.label,
.ui.orange.labels .label {
    background-color: #f2711c !important;
    border-color: #f2711c !important;
    color: #fff !important;
}
.ui.orange.labels .label:hover,
a.ui.orange.label:hover {
    background-color: #f26202 !important;
    border-color: #f26202 !important;
    color: #fff !important;
}
.ui.orange.corner.label,
.ui.orange.corner.label:hover {
    background-color: transparent !important;
}
.ui.orange.ribbon.label {
    border-color: #cf590c !important;
}
.ui.basic.orange.label {
    background: none #fff !important;
    color: #f2711c !important;
    border-color: #f2711c !important;
}
.ui.basic.orange.labels a.label:hover,
a.ui.basic.orange.label:hover {
    background-color: #fff !important;
    color: #f26202 !important;
    border-color: #f26202 !important;
}
.ui.yellow.label,
.ui.yellow.labels .label {
    background-color: #fbbd08 !important;
    border-color: #fbbd08 !important;
    color: #fff !important;
}
.ui.yellow.labels .label:hover,
a.ui.yellow.label:hover {
    background-color: #eaae00 !important;
    border-color: #eaae00 !important;
    color: #fff !important;
}
.ui.yellow.corner.label,
.ui.yellow.corner.label:hover {
    background-color: transparent !important;
}
.ui.yellow.ribbon.label {
    border-color: #cd9903 !important;
}
.ui.basic.yellow.label {
    background: none #fff !important;
    color: #fbbd08 !important;
    border-color: #fbbd08 !important;
}
.ui.basic.yellow.labels a.label:hover,
a.ui.basic.yellow.label:hover {
    background-color: #fff !important;
    color: #eaae00 !important;
    border-color: #eaae00 !important;
}
.ui.olive.label,
.ui.olive.labels .label {
    background-color: #b5cc18 !important;
    border-color: #b5cc18 !important;
    color: #fff !important;
}
.ui.olive.labels .label:hover,
a.ui.olive.label:hover {
    background-color: #a7bd0d !important;
    border-color: #a7bd0d !important;
    color: #fff !important;
}
.ui.olive.corner.label,
.ui.olive.corner.label:hover {
    background-color: transparent !important;
}
.ui.olive.ribbon.label {
    border-color: #198f35 !important;
}
.ui.basic.olive.label {
    background: none #fff !important;
    color: #b5cc18 !important;
    border-color: #b5cc18 !important;
}
.ui.basic.olive.labels a.label:hover,
a.ui.basic.olive.label:hover {
    background-color: #fff !important;
    color: #a7bd0d !important;
    border-color: #a7bd0d !important;
}
.ui.green.label,
.ui.green.labels .label {
    background-color: #21ba45 !important;
    border-color: #21ba45 !important;
    color: #fff !important;
}
.ui.green.labels .label:hover,
a.ui.green.label:hover {
    background-color: #16ab39 !important;
    border-color: #16ab39 !important;
    color: #fff !important;
}
.ui.green.corner.label,
.ui.green.corner.label:hover {
    background-color: transparent !important;
}
.ui.green.ribbon.label {
    border-color: #198f35 !important;
}
.ui.basic.green.label {
    background: none #fff !important;
    color: #21ba45 !important;
    border-color: #21ba45 !important;
}
.ui.basic.green.labels a.label:hover,
a.ui.basic.green.label:hover {
    background-color: #fff !important;
    color: #16ab39 !important;
    border-color: #16ab39 !important;
}
.ui.teal.label,
.ui.teal.labels .label {
    background-color: #00b5ad !important;
    border-color: #00b5ad !important;
    color: #fff !important;
}
.ui.teal.labels .label:hover,
a.ui.teal.label:hover {
    background-color: #009c95 !important;
    border-color: #009c95 !important;
    color: #fff !important;
}
.ui.teal.corner.label,
.ui.teal.corner.label:hover {
    background-color: transparent !important;
}
.ui.teal.ribbon.label {
    border-color: #00827c !important;
}
.ui.basic.teal.label {
    background: none #fff !important;
    color: #00b5ad !important;
    border-color: #00b5ad !important;
}
.ui.basic.teal.labels a.label:hover,
a.ui.basic.teal.label:hover {
    background-color: #fff !important;
    color: #009c95 !important;
    border-color: #009c95 !important;
}
.ui.blue.label,
.ui.blue.labels .label {
    background-color: #2185d0 !important;
    border-color: #2185d0 !important;
    color: #fff !important;
}
.ui.blue.labels .label:hover,
a.ui.blue.label:hover {
    background-color: #1678c2 !important;
    border-color: #1678c2 !important;
    color: #fff !important;
}
.ui.blue.corner.label,
.ui.blue.corner.label:hover {
    background-color: transparent !important;
}
.ui.blue.ribbon.label {
    border-color: #1a69a4 !important;
}
.ui.basic.blue.label {
    background: none #fff !important;
    color: #2185d0 !important;
    border-color: #2185d0 !important;
}
.ui.basic.blue.labels a.label:hover,
a.ui.basic.blue.label:hover {
    background-color: #fff !important;
    color: #1678c2 !important;
    border-color: #1678c2 !important;
}
.ui.violet.label,
.ui.violet.labels .label {
    background-color: #6435c9 !important;
    border-color: #6435c9 !important;
    color: #fff !important;
}
.ui.violet.labels .label:hover,
a.ui.violet.label:hover {
    background-color: #5829bb !important;
    border-color: #5829bb !important;
    color: #fff !important;
}
.ui.violet.corner.label,
.ui.violet.corner.label:hover {
    background-color: transparent !important;
}
.ui.violet.ribbon.label {
    border-color: #502aa1 !important;
}
.ui.basic.violet.label {
    background: none #fff !important;
    color: #6435c9 !important;
    border-color: #6435c9 !important;
}
.ui.basic.violet.labels a.label:hover,
a.ui.basic.violet.label:hover {
    background-color: #fff !important;
    color: #5829bb !important;
    border-color: #5829bb !important;
}
.ui.purple.label,
.ui.purple.labels .label {
    background-color: #a333c8 !important;
    border-color: #a333c8 !important;
    color: #fff !important;
}
.ui.purple.labels .label:hover,
a.ui.purple.label:hover {
    background-color: #9627ba !important;
    border-color: #9627ba !important;
    color: #fff !important;
}
.ui.purple.corner.label,
.ui.purple.corner.label:hover {
    background-color: transparent !important;
}
.ui.purple.ribbon.label {
    border-color: #82299f !important;
}
.ui.basic.purple.label {
    background: none #fff !important;
    color: #a333c8 !important;
    border-color: #a333c8 !important;
}
.ui.basic.purple.labels a.label:hover,
a.ui.basic.purple.label:hover {
    background-color: #fff !important;
    color: #9627ba !important;
    border-color: #9627ba !important;
}
.ui.pink.label,
.ui.pink.labels .label {
    background-color: #e03997 !important;
    border-color: #e03997 !important;
    color: #fff !important;
}
.ui.pink.labels .label:hover,
a.ui.pink.label:hover {
    background-color: #e61a8d !important;
    border-color: #e61a8d !important;
    color: #fff !important;
}
.ui.pink.corner.label,
.ui.pink.corner.label:hover {
    background-color: transparent !important;
}
.ui.pink.ribbon.label {
    border-color: #c71f7e !important;
}
.ui.basic.pink.label {
    background: none #fff !important;
    color: #e03997 !important;
    border-color: #e03997 !important;
}
.ui.basic.pink.labels a.label:hover,
a.ui.basic.pink.label:hover {
    background-color: #fff !important;
    color: #e61a8d !important;
    border-color: #e61a8d !important;
}
.ui.brown.label,
.ui.brown.labels .label {
    background-color: #a5673f !important;
    border-color: #a5673f !important;
    color: #fff !important;
}
.ui.brown.labels .label:hover,
a.ui.brown.label:hover {
    background-color: #975b33 !important;
    border-color: #975b33 !important;
    color: #fff !important;
}
.ui.brown.corner.label,
.ui.brown.corner.label:hover {
    background-color: transparent !important;
}
.ui.brown.ribbon.label {
    border-color: #805031 !important;
}
.ui.basic.brown.label {
    background: none #fff !important;
    color: #a5673f !important;
    border-color: #a5673f !important;
}
.ui.basic.brown.labels a.label:hover,
a.ui.basic.brown.label:hover {
    background-color: #fff !important;
    color: #975b33 !important;
    border-color: #975b33 !important;
}
.ui.grey.label,
.ui.grey.labels .label {
    background-color: #767676 !important;
    border-color: #767676 !important;
    color: #fff !important;
}
.ui.grey.labels .label:hover,
a.ui.grey.label:hover {
    background-color: #838383 !important;
    border-color: #838383 !important;
    color: #fff !important;
}
.ui.grey.corner.label,
.ui.grey.corner.label:hover {
    background-color: transparent !important;
}
.ui.grey.ribbon.label {
    border-color: #805031 !important;
}
.ui.basic.grey.label {
    background: none #fff !important;
    color: #767676 !important;
    border-color: #767676 !important;
}
.ui.basic.grey.labels a.label:hover,
a.ui.basic.grey.label:hover {
    background-color: #fff !important;
    color: #838383 !important;
    border-color: #838383 !important;
}
.ui.black.label,
.ui.black.labels .label {
    background-color: #1b1c1d !important;
    border-color: #1b1c1d !important;
    color: #fff !important;
}
.ui.black.labels .label:hover,
a.ui.black.label:hover {
    background-color: #27292a !important;
    border-color: #27292a !important;
    color: #fff !important;
}
.ui.black.corner.label,
.ui.black.corner.label:hover {
    background-color: transparent !important;
}
.ui.black.ribbon.label {
    border-color: #805031 !important;
}
.ui.basic.black.label {
    background: none #fff !important;
    color: #1b1c1d !important;
    border-color: #1b1c1d !important;
}
.ui.basic.black.labels a.label:hover,
a.ui.basic.black.label:hover {
    background-color: #fff !important;
    color: #27292a !important;
    border-color: #27292a !important;
}
.ui.basic.label {
    background: none #fff;
    border: 1px solid rgba(34, 36, 38, 0.15);
    color: rgba(0, 0, 0, 0.87);
    -webkit-box-shadow: none;
    box-shadow: none;
}
a.ui.basic.label:hover {
    text-decoration: none;
    background: none #fff;
    color: #1e70bf;
    -webkit-box-shadow: 1px solid rgba(34, 36, 38, 0.15);
    box-shadow: 1px solid rgba(34, 36, 38, 0.15);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ui.basic.pointing.label:before {
    border-color: inherit;
}
.ui.fluid.labels > .label,
.ui.label.fluid {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.ui.inverted.label,
.ui.inverted.labels .label {
    color: rgba(255, 255, 255, 0.9) !important;
}
.ui.horizontal.label,
.ui.horizontal.labels .label {
    margin: 0 0.5em 0 0;
    padding: 0.4em 0.833em;
    min-width: 3em;
    text-align: center;
}
.ui.circular.label,
.ui.circular.labels .label {
    min-width: 2em;
    min-height: 2em;
    padding: 0.5em !important;
    line-height: 1em;
    text-align: center;
    border-radius: 500rem;
}
.ui.empty.circular.label,
.ui.empty.circular.labels .label {
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    width: 0.5em;
    height: 0.5em;
    vertical-align: baseline;
}
.ui.pointing.label {
    position: relative;
}
.ui.attached.pointing.label {
    position: absolute;
}
.ui.pointing.label:before {
    background-color: inherit;
    background-image: inherit;
    border-width: none;
    border-style: solid;
    border-color: inherit;
}
.ui.pointing.label:before {
    position: absolute;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-image: none;
    z-index: 2;
    width: 0.6666em;
    height: 0.6666em;
    -webkit-transition: background 0.1s ease;
    transition: background 0.1s ease;
}
.ui.pointing.label,
.ui[class*='pointing above'].label {
    margin-top: 1em;
}
.ui.pointing.label:before,
.ui[class*='pointing above'].label:before {
    border-width: 1px 0 0 1px;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    top: 0;
    left: 50%;
}
.ui[class*='bottom pointing'].label,
.ui[class*='pointing below'].label {
    margin-top: 0;
    margin-bottom: 1em;
}
.ui[class*='bottom pointing'].label:before,
.ui[class*='pointing below'].label:before {
    border-width: 0 1px 1px 0;
    top: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    top: 100%;
    left: 50%;
}
.ui[class*='left pointing'].label {
    margin-top: 0;
    margin-left: 0.6666em;
}
.ui[class*='left pointing'].label:before {
    border-width: 0 0 1px 1px;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    bottom: auto;
    right: auto;
    top: 50%;
    left: 0;
}
.ui[class*='right pointing'].label {
    margin-top: 0;
    margin-right: 0.6666em;
}
.ui[class*='right pointing'].label:before {
    border-width: 1px 1px 0 0;
    -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
    transform: translateX(50%) translateY(-50%) rotate(45deg);
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
}
.ui.basic.pointing.label:before,
.ui.basic[class*='pointing above'].label:before {
    margin-top: -1px;
}
.ui.basic[class*='bottom pointing'].label:before,
.ui.basic[class*='pointing below'].label:before {
    bottom: auto;
    top: 100%;
    margin-top: 1px;
}
.ui.basic[class*='left pointing'].label:before {
    top: 50%;
    left: -1px;
}
.ui.basic[class*='right pointing'].label:before {
    top: 50%;
    right: -1px;
}
.ui.floating.label {
    position: absolute;
    z-index: 100;
    top: -1em;
    left: 100%;
    margin: 0 0 0 -1.5em !important;
}
.ui.mini.label,
.ui.mini.labels .label {
    font-size: 0.64285714rem;
}
.ui.tiny.label,
.ui.tiny.labels .label {
    font-size: 0.71428571rem;
}
.ui.small.label,
.ui.small.labels .label {
    font-size: 0.78571429rem;
}
.ui.label,
.ui.labels .label {
    font-size: 0.85714286rem;
}
.ui.large.label,
.ui.large.labels .label {
    font-size: 1rem;
}
.ui.big.label,
.ui.big.labels .label {
    font-size: 1.28571429rem;
}
.ui.huge.label,
.ui.huge.labels .label {
    font-size: 1.42857143rem;
}
.ui.massive.label,
.ui.massive.labels .label {
    font-size: 1.71428571rem;
}
