/* Prevent the text contents of draggable elements from being selectable. */


/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */


/* 1 */

.ie9 img[src$=".svg"] {
    width: 100%;
}


/* 2 */

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    img[src$=".svg"] {
        width: 100%;
    }
}

img.teamLogo {
    max-width: 30px;
    max-height: 30px;
}

.ghost {
    opacity: 0.4;
}

.chosen {
    color: #fff;
    background-color: rgb(134, 226, 188);
}

.posNo {
    font-size: 1.2em;
    font-weight: bold;
}

.numberCircle {
    /* border-radius: 50%;
    behavior: url(PIE.htc);
    width: 20px;
    height: 20px;
    background: #efdc52;
    border: 1px solid #666;
    color: #666; */
    text-align: center;
    font: 12px Arial, sans-serif;
    font-weight: 400;
    padding: 8px 10px;
    /* box-sizing: initial;
    display: inline-block; */
}

.borderBottom {
    border-top: 1px solid #737f86;
    border-bottom: 2px solid #737f86;
}

.astandings__promotion {
    content: "";
    position: absolute;
    display: inline-block;
    top: 3px;
    left: 7px;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    z-index: -1;
    background-color: aquamarine;
}

.pwdHidden {
    display: none;
}