/*.health-box {*/
    /*background-color: #ccc;*/
    /*height: 30px;*/
    /*width: 500px;*/
    /*!*margin: 0 auto;*!*/
    /*border: solid 1px #aaa;*/
/*}*/

.health-bar {
    background-color: #007f00;
    width: 100%;
    height: 100%;
    position: relative;
    bottom: 60px;
}

.health-bar-red {
    width: 100%;
    height: 100%;
    background-color: #cc0000;
    position: relative;
}

.health-bar-blue {
    width: 100%;
    height: 100%;
    background-color: #53ce4e;
    bottom: 30px;
    position: relative;
}
/*.area {*/
    /*text-align: center;*/
/*}*/
.turnoActivo{
    /*background-color: steelblue;*/
    /*color: white;*/
    box-shadow: -20px 17px 20px 0px #14b36a;
}
/*.contenedorExterno{*/
    /*margin: auto;*/
/*}*/
/*//////////////////////////////////////////////////*/
@import url('https://fonts.googleapis.com/css?family=MedievalSharp&display=swap');

:root {
    --dark_blue: rgba(0, 0, 0, 0.5);
    --dark_blue5: rgba(0, 0, 0, 0.75);
    --light_blue: rgba(0, 0, 0, 0.5);
    --reddish: rgba(255, 0, 0, 0.5);
}
.StreamLengthContainer {
    width: 600px;
    height: 90px;
    overflow: hidden;
    position: relative;
}
* {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
*:before,
*:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.StreamLengthBar {
    position: absolute;
    left: 15px;
    width: 550px;
    height: 30px;
    background: var(--light_blue);
    border: 10px solid var(--dark_blue);
    transform: skewX(25deg);
}

/*.StreamLengthRemains {*/
    /*position: relative;*/
    /*width: 5%;*/
    /*height: 30px;*/
    /*background: var(--reddish);*/
/*}*/

.StreamerName {
    font-family: 'MedievalSharp';
    display: flex;
    padding: 0px 10px;
    justify-content: flex-end;
    align-items: center;
    /*width: 200px;*/
    height: 30px;
    position: absolute;
    top: 50px;
    left: -15px;
    background: var(--dark_blue5);
    transform: skewX(-25deg);
}

.span {
    margin-top: 2px;
    margin-left: 20px;
    font-family: "MedievalSharp";
    color: #ffffff;
    font-weight: normal;
    font-size: 25px;
    transform: skewX(25deg);
}
.conditions{
    font-family: 'MedievalSharp';
    display: flex;
    /* padding: 0px 10px; */
    justify-content: flex-end;
    align-items: center;
    /* width: 200px; */
    height: 30px;
    position: relative;
    top: 50px;
    left: 0px;
    /* background: var(--dark_blue5); */
    /* transform: skewX(-25deg); */
}

.conditions img{
    border-bottom: none;
}

.tooltip {
    display:none;
    background:transparent url(https://dl.dropboxusercontent.com/u/25819920/tooltip/black_arrow.png);
    font-size:12px;
    height:70px;
    width:160px;
    padding:25px;
    color:#fff;
}