#wpcontent {
  font-size: 14px;
  background-color:#fafafa;
}

a:hover {
  text-decoration: none;
}

.form {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12);
}

.otfbmsg-facebook {
  color: #4267b2;
  font-size: 28px;
  font-weight: 600;
}

.otfbmsg-setting {
  position: relative;
  margin: 20px 0 0;
}

.otfbmsg-setting h2 {
  font-size: 18px;
  font-weight: 600;
}

.otfbmsg-setting .form-table th {
    font-weight: normal;
}

.version {
  position: absolute;
  top: 6px;
  right: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  margin: 20px 0 0;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 14px;
  color: #FFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999;
}

#otfbmsg-shortcode,
#otfbmsg-mod-shortcode {
  width: 100%;
  overflow: auto;
  border: 0;
  outline: 0;
  min-height: 184px;
  padding: 0;
  color: #555;
  font-size: 13px;
  resize: none;
  background-color: #fff;
  box-shadow: none !important;
}

#setting input[type="text"], #setting textarea {
  height: 30px;
  box-shadow: none;
  padding: 4px;
  border-radius: 3px;
  border: 1px solid #ddd;
}

#setting textarea {
  height: auto;
}

#setting select {
  min-width: 200px;
}

input[type="checkbox"] {
  margin-right: 6px;
  vertical-align: baseline !important;
}

input[type="checkbox"]:checked:before {
  margin: 0 !important;
}

/*#shortcode input[type="text"] {
  height: 30px;
  width: 100%;
  padding: 4px;
}

#shortcode textarea {
  width: 100%;
  min-height: 248px;
  font-size: 16px;
}*/

.otfbmsg-selling-points {
    padding: 10px 0;
}

.otfbmsg-selling-points li {
    color: #191919;
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 0 30px;
    list-style-position: outside;
    list-style: none;
    background: url(../images/selling-point-bullet.png) 0 -5px no-repeat;
}

.customcss{ width: 100%; height: 200px;margin-bottom:10px; }
