﻿#requestData{
    width:414px;
}

.row{
    clear: left;
    padding-top: 10px;
    
}

.valueHolder{
    float: left;
    padding-right: 15px;
    position:relative;
}
#requestData span{
    position: absolute;
    right: 7px;
    top: 14px;
}

