.stadiummap__txt-with-icon--primary{
    margin-left: 1em;

}

.stadiummap__txt-with-icon--primary::before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 27px;
    background: url(../img/stadiummap/icon_item01.gif) no-repeat center top;
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 15px;
}

.stadiummap__txt-with-icon--secondary{
    margin-left: 1em;

}

.stadiummap__txt-with-icon--secondary::before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 27px;
    background: url(../img/stadiummap/icon_item02.gif) no-repeat center top;
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 15px;
}

.btn-gold {
  background: #8f7128;
}