


#pins, .pins 
{
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -moz-column-fill: auto;
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    -webkit-column-fill: auto;
    column-count: 3;
    column-gap: 15px;
    column-fill: auto;
}

#pins .pin, .pins .pin 
{ 
	-moz-column-break-inside: avoid; 
	-webkit-column-break-inside: avoid; 
	column-break-inside: avoid; 
	display: inline-block; 
	width: 94%;
}

.dettachedpin 
{ 
	margin: 0 2px 10px; 
	padding: 3%; 
	border: 1px solid #FAFAFA; 
	box-shadow: 0 1px 2px rgba(34, 25, 25, 0.2); 
	background: whiteSmoke; 
	background-image: linear-gradient(45deg, #FFF, #F9F9F9); 
}

.page-header a {font-weight: normal!important;}

.widget_avatarlist .thumbnail .block 
{
	height: 80px;
	display: block;
	background-repeat: no-repeat;
	width: 100%;
	background-position: 50% 50%;
	text-indent: -3000px;
}

.nowrap 
{
	white-space: nowrap;
}

.myToggler 
{
	cursor: pointer;
	background: #eee;
	padding: 10px;
	margin-bottom: 5px;
}

#module_admin_doclinks h3 
{
font-weight: normal;
}


/*PUBLIC*/

body {
	padding: 0;
}

section {
	margin-top: 10px;
}

header h1 .logotype {
	text-indent: -3000px;
	display: block;
	width: 500px;
	height: 44px;
	float: left;
	margin-right: 50px;
	background-repeat: no-repeat;
}


header .page-header h1 {


  font-size: 40px;
  line-height: 44px;

}


.nowrap {
	white-space: nowrap;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.widget_avatarlist .thumbnail .thumbnail_image {
	height: 80px;
	display: block;
	background-repeat: no-repeat;
	width: 100%;
	background-position: 50% 50%;
	text-indent: -4000px;
}

tr.middle td {
	vertical-align: middle;
}

.inline_editing {
	position: relative;
	top: -10px;
}

#orderprint input {
	height: 35pt;
	font-size: 25pt;
}
		