.see {
 border: 1px solid gray;
}

.clear-both {
 clear: both;
}

.clear-right {
clear: right;
}
/*
html {
 font-size: 70%;
}
*/
.ui-margin {
  margin-top: 15px;
  margin-bottom: 10px;
}

.sb-menu-item {
  font-size: 22px;
  padding-left: 21px;
  padding-right: 21px;
  letter-spacing: .02em;
  text-transform: uppercase;
  padding-bottom: 9px;
  padding-top: 9px;
  text-decoration: none;
}

body {
 font-family: Arial, Helvetica, FreeSans, "Liberation Sans", "Nimbus Sans L", sans-serif;
}

h2, h3 {
 letter-spacing: -.013em;
 line-height: 1.1em;
 margin: 5px 5px 5px 5px;
}

p, pre {
 font-size: 18px;
 margin-top: 0;
 margin-bottom: 21px;
}

h1 {
 font-size: 28px;
 color: #222;
 text-shadow: 0px 2px 3px #555;
 margin: 25px 5px 30px 5px;
}

h2 {
 font-size: 24px;
 color: #222;
 text-shadow: 0px 1px 2px #555;
 line-height: 1.1em;
}

h3 {
 font-size: 20px;
}

a img {
 border: none;
 cursor: pointer;
 text-decoration: none
}

span {
 margin-top: 0px;
 margin-left: 0px;
 margin-bottom: 0px;
 font-size: 1em;
}

pre {
 margin: 5px 5px 5px 10px !important;
}

.bold_text {
 font-weight: bold;
 font-size: 1.4em;
 line-height: 1.1em;
 letter-spacing: -.013em
}

.approval_text {
 font-weight: bold;
 line-height: 1.1em;
 color: #333;
}

h1:hover, h2:hover, h3:hover {
 color: #4C6E94;
}

.close-icon {
  position: absolute;
  top: 3px;
  right: 3px;
  margin: auto;
  height: 26px;
  width: 26px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 27 26' xmlns='http://www.w3.org/2000/svg' fill='var(--primary, %2390CAF9)'%3E%3Cpath d='m25.162 0 1.424 1.424L15.009 13l11.577 11.576L25.162 26 13.586 14.423 2.009 26 .586 24.576 12.162 13 .586 1.424 2.009 0l11.577 11.576z'/%3E%3C/svg%3E");
}

.close-icon:hover {
 color: rgb(28, 113, 216);
}

.ui-sidebar-top {
 --moz-box-shadow: unset !important;
 --webkit-box-shadow: unset !important;
 box-shadow: unset !important;
}

.ui-widget-content {
 border: 0 !important;
}

.stitched_element {
 border: 2px dashed #ffffff;
 box-shadow: 0 0 0 8px #ff0030;
}

.layering {
 background: #EEE;
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 10px 0 -4px #EEE, 0 10px
  2px -5px rgba(0, 0, 0, 0.15), 0 20px 0 -11px #EEE, 0 20px 1px -8px
  rgba(0, 0, 0, 0.15);
}

/*TILT*/
.tilt {
 -webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease;
}

.tilt:hover {
 -webkit-transform: rotate(-10deg);
 -moz-transform: rotate(-10deg);
 -o-transform: rotate(-10deg);
 -ms-transform: rotate(-10deg);
 transform: rotate(-10deg);
}

/*MORPH*/
.morph {
 -webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease;
}

.morph:hover {
 border-radius: 50%;
 -webkit-transform: rotate(360deg);
 -moz-transform: rotate(360deg);
 -o-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 transform: rotate(360deg);
}

#content {
 float: left;
 width: 700px;
}

/* .main { */
/*  min-width: 1100px; */
/*  color: #333; */
/* } */

#header-left {
 float: left;
 width: 336px;
 height: 213px;
 margin: 0;
 background-image: url('../images/left.png');
}

/* @media all and (max-width: 2000px) { */
 #header-center {
  float: left;
  margin-top: 2px;
  line-height: 1.2em;
  width: 420px;
  height: 189px;
  background-repeat: no-repeat;
  background-position: center 10px;
  background-image: url('../images/dolphin.jpg');
  font-size: 16px;
  font-weight: bold;
 }
/* } */

/* @media all and (max-width: 1280px) {
 #header-text {
  width: 360px;
 }
 }
*/

#header-right {
 float: right;
 width: 339px;
 height: 213px;
 margin: 0;
 background-image: url('../images/right.png');
}

#form_menu {
 float: left;
 width: 286px;
 margin: 0;
 padding: .3em;
}

#menu p {
 margin: 0 0 1em 0;
}

footer {
 display: flex;
 flex-direction: column;
 align-items: center;
}