.inline_incut { 
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px 0px;
}

.table_incut {
  background-color: #B2D2E9;
  color: black;
  height: auto;
  margin: 0 0 15px 0;
  padding: 5px;
  width: 280px;
  border: none !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: rgb(222,229,237);
  background: -moz-linear-gradient(90deg, rgb(222,229,237) 0%, rgb(255,255,255) 100%);
  background: -webkit-linear-gradient(90deg, rgb(222,229,237) 0%, rgb(255,255,255) 100%);
  background: -o-linear-gradient(90deg, rgb(222,229,237) 0%, rgb(255,255,255) 100%);
  background: -ms-linear-gradient(90deg, rgb(222,229,237) 0%, rgb(255,255,255) 100%);
  background: linear-gradient(0deg, rgb(222,229,237) 0%, rgb(255,255,255) 100%);
  -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.5);
  -moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.5);
  box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.5);
}
.table_incut.fl-l {
  clear: left;
  margin-right: 15px !important;
}
.table_incut.fl-r {
  width: 300px;
  text-align: center;
  clear: right;
  margin-left: 15px !important;
}
.table_incut p {
  margin: 0 0 5px 0;
}
.table_incut a {
  text-decoration: none !important;
}
table.table_incut td, table.table_incut th {
  background: none !important;
  padding: 5px;
}

.image_incut { 
  font-size: 6.5pt; 
  line-height: 9.96667px; 
  font-family: Arial, sans-serif; 
  font-style: italic;
  color: rgb(51, 51, 51);
}