@media (max-width: 500px)
{

.panel-body .tinystat.mr20, .tinystat {
    width: 100%;

    margin-bottom: 20px;
}

ul.nav.nav-tabs.nav-inverse li {

    width:100%;
    
}
.table-wrap-overflow {
    width: 100%;
    margin: 0 1% 0 0;
}
.table-responsive.table-small-responsive > .table > tbody > tr > td
,.table-responsive.table-small-responsive  .table > thead > tr:first-child > th
{
display:block;
text-align:left;
line-height: 1.2;    
}
.signin {
    top: 6vh;
    max-width: 100%;
 

}
.table-responsive .dataTables_wrapper {
    max-height: initial;
}

 
.statisticsRow > .panel-body h4.panel-title {
    font-size: 14px;
    padding-right: 10px;
}
.signwrapper img {

    max-width:100%
}
}

@media (max-width: 350px)
{

.signin {
    top: 5vh;
    max-width: 90%;
 

}

}