  .red-box { background: #a61318; }
.green-box { background: #4d8400; } /* #7eb841 */
.orange-box { background: #ba5d00; } /* #f68c23 */
.ltblue-box { background: #156aa2; }
.mysp-square a:link, .mysp-square a:visited {color: #ffffff; border-bottom: 1px dotted; text-decoration: none;}

.mysp-section-title {
	color: #ffffff;
	padding-left: 10px;
}

.mysp-section-title h2 {
    margin-top: 10px !important;
    margin-bottom: 0;
}

.mysp-description {
	 padding: 5px;
	 border: 1px solid;
}

.red-border {
	border-color: #a61318; 
}
.green-border {
	border-color: #4d8400; 
}
.orange-border {
	border-color: #ba5d00; 
}
.ltblue-border {
	border-color: #156aa2; 
}

.tabcontent blockquote {
  margin: 0 40px 24px 40px !important;
  border: none;
    color: #fff;
}

/*.tabcontent cite:before { content:"\007E "; }*/
.tabcontent cite {font-size: 80%;font-style:normal;color:#fff;}

.tabcontent a { color: #fff; }

.mysp-square {
  color: #ffffff;
/*  width: 275px;*/
  height: 285px;
/*  float: left;*/
  padding: 1em;
  font-size: 125%;
  line-height: normal;
/*  position: relative;*/
}

.mysp-square img { max-width: 100%; }

.mysp-square h2 {
  font-size: 115%;
  padding-bottom: 10px;
  font-weight: bold;
}

.mysp-video {
  text-align: right;
  font-size: 75%;
  /* margin-top: 10px; */
  position: absolute;
  bottom: 15px;
  width: 100%;
  right: 15px;
}

div.button { margin-bottom: 15px; }
div.button a {font-size: 110%;}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}
.btn-primary.active,.btn-primary.focus,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}
.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}