#target {
    position     : relative;
    margin       : 60px 180px;
    margin-bottom: 0px;
    text-align   : center;
}

#target .button {
    margin-left: 24px;
}

#target > div {
    height        : 60px;
    font-size     : 18px;
    line-height   : 60px;
}

#target > div > * {
    display       : inline-block;
    vertical-align: top;
}

#target_price {
    margin-top: 12px;
    -webkit-transition: opacity .3s;
       -moz-transition: opacity .3s;
         -o-transition: opacity .3s;
            transition: opacity .3s;
}

#target_price > input {
    width : 84px;
    margin: 0px 12px;
}