.card-co {
    padding: 7px 12px 10px;
    border-radius: .25rem .25rem 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: none;
    border-left: none;
    border-right: none;
    font-weight: 400;
    font-size: 11px;;
    margin-top: .1em;
 }

 

.card-co {
    word-wrap: break-word;
    background-color: #fff;
    display:flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
        border-top-color: rgba(0, 0, 0, 0.125);
        border-top-style: solid;
        border-top-width: 1px;
        border-right-color: rgba(0, 0, 0, 0.125);
        border-right-style: solid;
        border-right-width: 1px;
        border-left-color: rgba(0, 0, 0, 0.125);
        border-left-style: solid;
        border-left-width: 1px;
    border-radius: 4px;
}

.card-co .cashoutBtn {
    background: #30AC44;
    color: #FFF;
    font-weight: bold;
    width: 100%;
    height: 36px;
    border: none;
    border-radius: 6px;
}

.card-co .coorig {
    width: 33%;
    text-align: center;
}

.card-co .coorig div {
    text-align: center;
}

#myBetsContainer {
    display:none;
}

#myBetsContainer .title {
    background: #000;
    border: 5px solid;
    margin: 0px;
}

#myBetsContainer .bsintro {
    text-align: center;
    font-size: 12px;
    border-right: 1px solid #FFF;
}

.cotitle .coEventName {
    color: #7D7D7D;
    display: inline-block;
}

.cotitle .coSelName {
    font-weight: bold;
    display: block;
}

.cotitle  .selcontainer {
    display: inline-block;
    width: 160px;
    min-height: 23px;
    vertical-align: text-bottom;

}

.card-co .comatch {
    padding-left: 26px;
    margin-top: 10px;
}

.card-co .betspacer {
    height: 1px;
    background: #d2d2d2;
    margin: 10px 0px 10px 0px;
}
.card-co .noCashout {
    background: #f06161;
}

.circle-co{
    border: 1px solid #aaa;
    box-shadow: inset 1px 1px 3px #fff;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    position: relative;
    margin: 4px;
    display: inline-block;
    vertical-align: middle;
    background: #aaaaaa4f;
    left: -32px;
}
.circle-co:hover{
    background: #6363634f;
}
.circle-co:active{
    background: radial-gradient(#aaa, #fff);
}
.circle-co:before,
.circle-co:after{
    content:'';position:absolute;top:0;left:0;right:0;bottom:0;
}
/* PLUS */
.circle-co.plus:before,
.circle-co.plus:after {
    background:green;
    box-shadow: 1px 1px 1px #ffffff9e;
}
.circle-co.plus:before{
    width: 2px;
    margin: 3px auto;
}
.circle-co.plus:after{
    margin: auto 3px;
    height: 2px;
    box-shadow: none;
}
/* MINUS */
.circle-co.minus:before{
    background: #cc0000;
    margin: auto 3px;
    height: 2px;
    box-shadow: 0px 1px 1px #ffffff9e;
}
/* CROSS */
.circle-co.cross:after,
.circle-co.cross:before{
    background: #000;
    margin: auto 4px;
    height: 2px;
    transform:rotateZ(45deg);
    box-shadow: 0px 1px 1px #ffffff9e;
}
.circle-co.cross:after{
    transform:rotateZ(-45deg);
}

button.cashoutBtn.confirmWait {
    background: #fe4e00;
    font-size: 11px;
}

button.cashoutBtn.confirmWait:before {
    content: "Please Wait: ";
}

.card-co .cashoutBtn span {
    font-size: 11px;
    font-weight: normal;
}

.card-co .cashoutBtn #lose {
    color: red;
}
