pre {
    white-space: pre-wrap; 
    white-space: -moz-pre-wrap; 
    white-space: -pre-wrap; 
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    margin-right: 10px;
}
.vt_browse {
    font-size: 14px;
    font-weight: 400;
    width: 120px;
    height: 30px;
    margin-left: 10px;
    border: 1px solid #767676;
    background-color: #EFEFEF;
    border-radius: 3px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}