.tooltip-container {
    border-bottom-color: color;
    cursor: default;
    background-color: white;
    padding-top: 4px;
}
.tooltip-content {
    background: #152732 none repeat scroll 0 0;
    color: #fff!important;
    border-radius: 3px;
    display: none;
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.3rem;
    margin-top: -1.25rem;
    width: 400px;
    padding: .625rem;
    position: relative;
    z-index: 10;
    min-height: 90px;
}
/*.tooltip-content::after {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 7px solid #152732;
    bottom: 131px;
    clear: both;
    content: "";
    height: 0;
    left: 85%;
    margin-left: -5px;
    position: absolute;
    width: 0;
}*/
a.button {
    border: 0;
    color: #fff;
    cursor: pointer;
    display: table;
    font-size: 19px;
    padding: 0.300rem 0.6rem;
    text-align: center;
    transition: all 0.20s linear 0s;
    -o-transition: all 0.20s linear 0s;
    -ms-transition: all 0.20s linear 0s;
    -moz-transition: all 0.20s linear 0s;
    -webkit-transition: all 0.20s linear 0s;
    border-radius: 4px;
    text-decoration: none;
    background: #68a7dd none repeat scroll 0 0;
    /* margin-top: 8px; */
    margin-bottom: 8px;
    margin-left: 145px;
}
a.text-align-left {
  text-align: left!important;
}