.imgContainer{
    padding-top: 30px;
    text-align: center;
    width:100%;
    min-height:170px;
    /*margin-bottom: 35px;*/
}

.content{
    margin: 0px;
    padding: 2px;
}

.cont{
    padding-top: 10px;
    height: 100%;
}

.section1{
    width: 100%;
    margin-top: 0px;
    border-radius: 10px;
    background-color:  #F5F5F5;
    padding: 10px;
    height: 100%;
    /*-webkit-box-shadow: 1px 3px 5px 6px #ccc;
    -moz-box-shadow:    3px 3px 5px 6px #ccc;  
    box-shadow:         3px 3px 5px 6px #ccc;*/
}

#btnPrintAction{
    margin-top: 10px;
        width: 100%;
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857;
        padding: 6px 12px;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
  
}

.seperator{
    margin: 0px;
    padding: 0px;
}


.section2{
    width: 100%;
    margin: 0px;
    border-radius: 10px;
    background-color:  #F5F5F5;
    padding: 10px;
    height: 100%;
    /*-webkit-box-shadow: 1px 3px 5px 6px #ccc;
    -moz-box-shadow:    3px 3px 5px 6px #ccc;  
    box-shadow:         3px 3px 5px 6px #ccc;*/
}

.section3{
    width: 100%;
    margin: 0px;
    border-radius: 10px;
    background-color:  #F5F5F5;
    padding: 10px;
    height: 100%;
    /*-webkit-box-shadow: 1px 3px 5px 6px #ccc;
    -moz-box-shadow:    3px 3px 5px 6px #ccc;  
    box-shadow:         3px 3px 5px 6px #ccc;*/
}

.sectionHeadLine{
    padding-top: 10px;
    text-align: center;
}

.transactionHeadLine{
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
  
}

.transactionSection{
    width: 100%;
    margin: 0px;
    border-radius: 10px;
    background-color:  #F5F5F5;
    padding: 10px;
    /*-webkit-box-shadow: 1px 3px 5px 6px #ccc;
    -moz-box-shadow:    3px 3px 5px 6px #ccc;  
    box-shadow:         3px 3px 5px 6px #ccc;*/
}

.lblName{
 font-size: 12px;
}


#btnAction{
    margin-top: 10px;
        width: 100%;
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857;
        padding: 6px 12px;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
  
}


#btnReset{
    margin-top: 10px;
        width: 100%;
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857;
        padding: 6px 12px;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
  
}


#btnDelete{
    margin-top: 10px;
        width: 100%;
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
  
}

.amount{
    text-align: right;
}


  

  