.chooser {
    padding: 50px;
    background: url(/img/chooser-bg.png) no-repeat;
    background-size: 100% auto;
}

.chooser .over-span {
    width: 150px;
    height: 0 px;
    left: 50%;
    margin-left: -75px;
    position: relative;
}

.chooser span {
    position: absolute;
    top: -130px;
    left:0;
    width: 100%;
    text-align: center;
    background: rgba(250,150,50,0.8);
    color: #fff;
    padding: 5px;
    border-radius: 3px;
    box-shadow: 3px 2px 15px #987;
    display: block;
}
