div.place-holder,
div.place-holder-sm{
  height:3px;
}

div.place-holder-md{
  height:10px;
}

div.place-holder-lg{
  height:20px;
}

.attached-documents.readonly a.remove-attachment{
	pointer-events: none;
		cursor: default;
	display: none;
}

.download-file:before{
	background-image:url('../img/attachment-icon.png');
    background-size: 20px 20px;
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    content:"";
    margin-right: 5px;
    vertical-align: middle;
}

#size-limit-notice{
  margin-left: 5px;
  position: relative;
  top: -220px;
  left: 0px;
  width: 600px;
  visibility: hidden;
}

.attachment-component-wrapper.loaded #size-limit-notice{
  visibility: visible;
}

#size-limit-notice p{
  font-weight: bold;
}

@media(max-width: 767px){
  #size-limit-notice{
    margin-left: 12px;
    width: 320px;
  }
}

