body .container.body .right_col {
    min-height: 100vh;
}

.page-title .title {

    width: 100%;
    float: left;
    display: block;

}

.allinea_span  {
	padding-top: 8px;
}

.header-logo {
	margin: 10px;
}

.nav > li > a {
	padding: 19px 15px 19px;
}

.nav_menu.develop {
	background: #ff9191;
}

img.small {
	width: 100px;
	higth: 100px;
	
}

table tbody tr td a {
  display: block;
  width: 100%;
  height: 100%;
} 

img.smaller {
	width: 80px;
}

img.smallest {
	width: 32px;
	higth: 70px;
}

tr.middle > td {
	vertical-align: middle !important; 
}

ul.none {
    list-style: none !important; 
}
.pull-right {
    float: right !important; // Use of important emulates bootstrap
}

td.right {
    text-align: right;
}

