﻿body {
}

.form-control
{
    height: 30px;
    border-radius: 5px;
}

.form-group
{
    margin-bottom:5px;
}

hr
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.btn
{
    border-radius: 25px;
    padding: 5px 15px
}


.tr
{
    height:10px
}