/* nav tabs template problems solved */

.nav-tabs>li>a {
    margin-right: 0px !important; 
}

.borderless > tbody > tr > td,
.borderless > thead > tr > th,
.borderless > tbody > tr > th {
    border: none;
}

table td {
    vertical-align: middle !important;
}

.popover{
	max-width:480px;
}