.sizingBorder {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sizingContent {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.clippyWidget {
  float: left;
  width: 100%;
  background-color: #F7F7F7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 5px;
}
.clippyWidget p {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 8px 0px 8px;
  margin: 0px;
  float: left;
  width: 100%;
  height: auto;
  min-height: 1px;
  max-height: 99999px;
}
.clippyWidget p.h {
  font-weight: 600;
}
.clippyWidget h3 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 100%;
  padding: 5px 8px;
  margin: 0px;
  color: #555555;
  font-size: 13px;
  background-color: #dfdfdf;
  font-weight: 300;
}
.textWidget {
  float: left;
  width: 100%;
}
.textWidget .col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 10px 0px 10px;
  border-left: 1px solid #e1e1e1;
}
.textWidget .col:first-child {
  border-left: none;
  padding-left: 0px;
}
.textWidget .col:last-child {
  padding-right: 0px;
}
.textWidget .col h4 {
  font-weight: 500;
  margin: 5px 0px 0px 0px;
  padding: 0px;
  font-size: 16px;
  color: #a12420;
}
.textWidget .col h4 a {
  font-weight: 500;
  margin: 5px 0px 0px 0px;
  padding: 0px;
  font-size: 16px;
  color: #a12420;
  text-decoration: none;
}
.textWidget .col h4 a:hover {
  text-decoration: underline;
}
.textWidget .col p {
  text-align: justify;
  margin: 5px 0px 0px 0px;
  padding: 0px;
}
.textWidget .col div.link {
  float: left;
  width: 100%;
  text-align: right;
  margin: 5px 0px 0px 0px;
}
.textWidget .col div.link a {
  color: #a12420;
  text-decoration: none;
}
.textWidget .col div.link a:hover {
  text-decoration: underline;
}
.rotoWidget {
  float: left;
  overflow: hidden;
}
.rotoWidget .rotoWidgets {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rotoWidget .rotoWidgets .rotoWidgetWidget {
  display: none;
  float: left;
  overflow: hidden;
}
.rotoWidget .rotoControls {
  float: left;
  padding: 5px 15px 0px 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rotoWidget .rotoControls .rotoC {
  margin: 3px;
  width: 13px;
  height: 13px;
  background-color: #bcbcbc;
  display: inline-block;
  cursor: pointer;
}
.rotoWidget .rotoControls .rotoC:hover,
.rotoWidget .rotoControls .rotoC.sel {
  background-color: #777777;
}
.divWMAutoRecWidget .divWMAutoRecWidgetLeft {
  display: none;
  cursor: pointer;
}
.divWMAutoRecWidget .divWMAutoRecWidgetRight {
  display: none;
  cursor: pointer;
}
.divWMAutoRecWidget:hover .divWMAutoRecWidgetLeft {
  display: block;
}
.divWMAutoRecWidget:hover .divWMAutoRecWidgetRight {
  display: block;
}
