/*
.published span.icon-calendar:before {
	content: "Block acces from:" !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
} 
*/
/*
.unpublished span.icon-calendar:before {
	content: "Block acces until:" !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
} 
*/

.icon-calendar {
	width: auto !important;
}

#buttons {
  margin: 20px 0;
}

#content .page-header {
    margin-top: 35px !important;
}

.label-info[href], .label-info {
  background-color: transparent !important;
}

.label {
  color: #999;
  font-weight: 500;
  text-shadow: none;
  font-size: 13px;
}

@media print {
	.label {
  		color: #999;
  		font-weight: 500;
  		text-shadow: none;
  		font-size: 13px;
	}

}

.article-info-term {
  display: none;
}

@media print {
    .article-info-term {
  		display: none;
	}
}

.article-info {
  margin-bottom: 0 !important
}

ul.tags {
  margin-bottom: 30px !important;
  
}

a.label:hover {
  color: #999;
}

dd, ul.inline {
  margin-left: 0;
}

ul.inline li , ul.inline li a {
  padding-left: 0;
}

.well button {
  margin-top: 12px;
}

.custom button {
    width: 100%;
    background-color: #08c;
    border: #aaa 1px solid;
    color: #fff;
    padding: 8px;
    border-radius: 5px;
 	text-align: left;
}

h2 {
  color: palevioletred;
}

body.com_search>div .well, body.view-article>div .well {
  display: none;
}

