.in-content-sidebar {
  width: 230px;
  float: right;
  clear: right;
  margin: 0 0 10px 10px !important;
  border: 1px solid #DDD;
  background-color: #EEE;
  padding: 20px 10px;
  position: relative;
  z-index: 2; 
  overflow-wrap: break-word;
  word-wrap: break-word;

}

.in-content-sidebar strong {
  background: none;
  line-height: 1.1;
  display: block; }

@media screen and (max-width: 747px) {
  .in-content-sidebar {
    float: none;
    width: 100%;
    margin: 10px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box; } }
