/**
 * This file should get overwritten if Method 1 is used. If Method 2 is chosen,
 * remove this comment and start adding your styles to this file.
 */
/*#block-multiblock-2 .title,*/
/*#block-multiblock-2 .related-title {*/
  /*-moz-box-shadow:    0 3px 1px rgba(0, 0, 0, 0.4);*/
  /*-webkit-box-shadow: 0 3px 1px rgba(0, 0, 0, 0.4);*/
  /*box-shadow:         0 3px 1px rgba(0, 0, 0, 0.4);*/
/*}*/
#block-block-111 {
	margin-top: 50px;
    background-color: #bfe9fa;
    border-radius: 8px;
    padding-bottom: 15px;
    margin-bottom: 50px;
    position: relative;
}
#block-block-111 .block-title {
	color: white;
    background-color: #007dc1;
    border: 2px solid white;
    border-radius: 7px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.9);
    font-size: 15px;
    padding: 3px 16px 3px 8px;
    display: inline-block;
    font-weight: bold;
    position: absolute;
    top: -20px;
}
#block-block-111 img {
	margin: 10px 48px 0;
}