/*fix ui-datepicker-div conteiner visibilite on pages with calendar*/
#ui-datepicker-div {
  display: none;
}
.stButton .st-facebook-counter {
  width: 69px !important;
  background-image: url("../images/facebook_counter.png") !important;
}

.cke_editable {
    padding-top: 10px;
}

/*fix border for tables in cke_editor*/
.cke_editable table td, .cke_editable table th {
  border-width: 1px;
}

.right-section .block-section:last-child .block-content.last {
    border:none;
}
