.visible-xs, .visible-sm{
	display: none;
}
.visible-xs, .visible-sm, .hidden-print,
td.actions,th.actions{
	display: none;
}

*, html{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 100%;
}

#header .logo img{
	width: 100px;
}

.table{
	width: 100%;
	border-collapse: collapse;
}

.table th, .table td{
	padding: 15px;
	border: 1px solid #BBB;
}

#wrapper {
    width: 100%;
}

#footer {
	margin-top: 20px;
}

h1{
	font-size: 26px;
}

label,.label{
	font-weight: bold;
}

.data-listing-body{
	border: 1px solid #BBB;
	margin: 15px 0;
	padding: 15px;
}

.data-listing-body .row{
	padding: 10px 0;
}

input, select{
    display: none;
}

#mNav, #menu, #breadcrumbs{
	display: none;
}