  .button_ele{
        position:absolute;
        left:50%;
        margin-left: -63px;
    }
.contCardModal{
    display:inline-block;
    padding:2px;
    margin:4px; 
}
body #modalChooseCard .modal-dialog { /* Width */
    max-width: 100%;
    width: auto !important;
    display: inline-block;
    justify-content: center !important;
}
.modal.show#modalChooseCard {
  /* Styles to make the modal visible */
  display: flex !important;
  opacity: 1 !important;
}
.takenCard{
    opacity: 0.4;
}
.handRankTitle{
    left:-18px;
    top:-23px;
    width: 0;
      height: 0;
      border-left: 18px solid transparent;
      border-right: 18px solid transparent;
      border-bottom: 36px solid #1C9E98;
      position: absolute;
}
.handRankTitleText{
    position: absolute;
    color:#ffffff;
    font-size:20px; 
    z-index: 200;
    left:-6px;
    top:6px;
}
.handRankTitle:after {
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 36px solid #1C9E98;
  position: absolute;
  content: "";
  top: 10px;
  left: -18px;
}
.handRankTitle.firstPlace{
    border-bottom-color: #FFC90E;
}
.handRankTitle.firstPlace:after{
    border-top-color: #FFC90E;
}
.handRankTitle.secPlace{
    border-bottom-color: #818181;
}
.handRankTitle.secPlace:after{
    border-top-color: #818181;
}
.handRankTitle.thirdPlace{
    border-bottom-color: #7C270A;
}
.handRankTitle.thirdPlace:after{
    border-top-color: #7C270A;
}
.handRankName{
    position: absolute;
    bottom: -10px;
    background: #1C9E98;
    color:#fff;
    font-size: 12px;
    padding: 5px;
    border-radius: 5px;
    left:50%;
    transform: translate(-50%);
    white-space: nowrap;
}