/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : May 5, 2018, 5:13:15 PM
    Author     : Teekam Kumar <teekamk@chetu.com>
*/
div#content>.row>.col-md-8
{
    margin-bottom: 10px;
}
div#content>.row>.col-md-8>.row>.col-md-3
{
    padding-right: 10px;
    text-align: right;
}
div#content>.row>.col-md-8 button[type=button]
{
    float: right;
}

@media only screen and (min-width: 320px) and (max-width: 768px)
{
    div#content>.row>.col-md-8>.row>.col-md-3
    {
        text-align: left;
        margin-bottom: 3px;
    }
    div#content>.row>.col-md-8 button{
        width: 100%;
    }
}

