#newDash {
  color: white;
}

.bold {
  font-weight: bold;
}

.widgetCloser {
  font-size: 21px;
  color: #E0E1E6;
  font-family: "FontAwesome";
  width: 17px;
  height: 17px;
  opacity: 0.5;
  padding-right: 5px;
}

.title {
  position: absolute;
  top: 30px;
  left: 20px;
  font-size: 3.5em;
  color: #02316C;
  font-weight: bold;
  text-align: left;
  width: 290px;
  height: 30px;
}

.multiLineTitle {
  position: absolute;
  top: 37px;
  left: 20px;
  font-size: 3.5em;
  color: #02316C;
  font-weight: bold;
  text-align: left;
  width: 290px;
  height: 30px;
  line-height: 95%;
}

.dragBar {
  position: absolute;
  top: 0;
  left: 0;
  height: 35px;
  right: 91px;
  cursor: move;
  z-index: 50;
}

.closeButton {
  cursor: pointer;
}

.ui-state-highlight {
  width: 305px;
  height: 316px;
  border: 1px solid black;
}

.drag-placeholder {
  margin-left: -6px;
  margin-top: -9px;
  width: 0px;
  background-color: rgba(255, 255, 255, 0.6);
  border: 3px solid rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

body {
  /* the dupe background image is for IE 8... do not change the order either. */
  background: url("../../img/dashboard/wood_bg.jpg") repeat left top;
  background: url("../../img/dashboard/onPeakNotePad_angled.png") no-repeat -200px 500px, url("../../img/dashboard/wood_bg.jpg") repeat left top;
  font-family: "Ubuntu", sans-serif;
  font-size: 12px;
  margin-top: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.printSection {
  visibility: visible;
}

ul {
  list-style-type: none;
  padding: 0;
}

li {
  width: 307px;
  height: 318px;
  float: left;
}

.ui-widget {
  font-family: "Ubuntu", sans-serif;
}

.ui-dialog-title {
  padding-left: 300px;
  color: white;
}

.ui-widget-overlay {
  background: url("../../img/dashboard/login/bg_whiteGlowTop.png") center no-repeat, url("../../img/dashboard/login/bg_diagonalTile.png") top left repeat;
  opacity: 0.6;
  filter: Alpha(Opacity=60);
}

.ui-dialog {
  background-color: transparent;
  border: 0px;
  border: 0;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

.ui-dialog-buttonpane {
  margin: 0 0 0 0 !important;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  background-color: black;
  opacity: 0.9;
  border-width: 0 0 0 0 !important;
}

.ui-dialog-buttonset .ui-button {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9EAD3E), to(#5C801D)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #9EAD3E, #5C801D); /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(top, #9EAD3E, #5C801D); /* FF3.6 */
  background-image: -o-linear-gradient(top, #9EAD3E, #5C801D); /* Opera 11.10+ */
  background-image: linear-gradient(top, #9EAD3E, #5C801D);
  background-color: #5C801D;
  border: 0px;
  color: white;
  font-size: 1.5em !important;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: "Ubuntu", sans-serif;
  -moz-box-shadow: inset 0 0 2px #ffffff;
  -webkit-box-shadow: inset 0 0 2px #ffffff;
  box-shadow: inset 0px 0px 2px #ffffff;
  text-shadow: 1px 0px 2px rgba(0, 0, 0, 0.5);
}

.logoutConfirmation {
  width: 280px;
  text-align: center;
  margin: 20px 0;
  font-size: 1.15em;
}
.logoutConfirmation .button {
  margin: 10px;
}

#logoutConfirmWrapper {
  padding: 0 0 0 0;
}

#logoutConfirmWrapper * {
  margin: 0 0 0 0;
}

.logoutConfirm {
  color: white;
  border: 0px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 24px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.logoutConfirm .closeButtonDefault {
  display: none;
}

.logoutConfirm p {
  margin: 10px;
  padding: 20px 5px 5px 5px;
  text-align: center;
  font-size: 1.6em;
}

#logoutConfirmBackground {
  background-color: black;
  opacity: 0.9;
  position: absolute;
  width: 100%;
  height: 100%;
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
}

#forgotPasswordInstruction {
  font-size: 1.2em;
  width: 400px;
  padding-left: 35px;
  padding-top: 50px;
  padding-bottom: 50px;
}

#idForgotPasswordSubmit {
  clear: both;
}

#idBackToLogin {
  margin-left: 30%;
}

#forgotPasswordDiv {
  cursor: pointer;
}

.widgetWrapper {
  width: 307px;
  height: 318px;
  float: left;
  position: relative;
  background: url(../../img/dashboard/sticky.png) top left no-repeat;
}

.closeButton {
  position: absolute;
  top: 2px;
  right: 12px;
  z-index: 1;
}

.blankWidget {
  width: 306px;
  height: 317px;
  position: relative;
}

.activeWidget {
  width: 307px;
  height: 318px;
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
}

.passwordLabel, .compassIDLabel {
  display: block;
  margin-left: 35px;
  font-size: 21px;
  font-weight: 300;
  margin-bottom: 3px;
}

label.verticalLabel {
  float: none;
}

label {
  float: left;
}

a.link,
.link {
  color: #d26c2a;
  cursor: pointer;
  font-size: 14px;
  text-decoration: underline;
  text-transform: lowercase;
}

#widgets {
  max-width: 921px;
  width: 100%;
}

.visibleElements {
  max-width: 921px;
  margin-left: auto;
  margin-right: auto;
}

.menuWrapper {
  height: 100px;
  max-width: 910px;
  margin-bottom: 20px;
  position: relative;
}

.menuWrapper > div {
  width: 100%;
  height: 100%;
}

.menuBackground {
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.5);
  filter: alpha(opacity=50);
  border-bottom-right-radius: 9px;
  -moz-border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  -moz-border-bottom-left-radius: 9px;
  z-index: -1;
  -moz-transition: background-color 0.5s linear;
  -ms-transition: background-color 0.5s linear;
  -o-transition: background-color 0.5s linear;
  -webkit-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}

.menuTitleContainer {
  float: right;
}

.menuTitle {
  font-size: 14px;
  font-weight: bold;
  color: white;
  margin-top: 8px;
  float: left;
}

#menuLogOut {
  float: left;
  font-weight: bold;
  font-size: 14px;
  color: orange;
  margin-top: 8px;
  margin-left: 8px;
  cursor: pointer;
}

#menuLogOut:hover {
  text-shadow: #FFFFFF 0px 0px 10px;
}

.menuRight {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 20px;
  height: 100%;
}

.menuLeft {
  position: absolute;
  top: 0;
  left: 0;
}

.menuMiddle {
  position: absolute;
  top: 20px;
  left: 350px;
}
.menuMiddle .toggleSwitch {
  width: 50px !important;
  height: 25px !important;
  border-radius: 50px !important;
}
.menuMiddle .toggleOff {
  left: 25px;
}
.menuMiddle .toggleButton {
  left: 0px;
  width: 25px !important;
  height: 25px !important;
  border-radius: 50px !important;
}

.menuDashboardLogo {
  width: 212px;
  height: 42px;
  margin: 10px 0px 15px 10px;
}

.menuBarMeetingName {
  font-size: 16px;
  font-weight: bold;
  color: #AAAAAA;
  padding: 0px 0px 15px 20px;
  height: 20px;
}

.placeholder {
  color: #B5B5B5;
}

.superSelectDiv {
  position: relative;
  padding: 10px 0px 0px 0px;
  z-index: 75;
}

.meetingSelect_SearchInputDiv {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 1px 1px #675956;
  width: 382px;
  float: right;
}

.meetingSelect_SearchInput {
  background-image: url("../../img/dashboard/superSelect_magnifingGlass.png");
  background-repeat: no-repeat;
  background-position: 5px 6px;
  padding: 0px 10px 0px 30px;
  width: 340px;
  height: 30px;
  background-color: rgb(51, 51, 51);
  background-color: rgba(255, 255, 255, 0.15);
  box-shadow: inset 0px 6px 6px 0px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #000;
  color: #AAAAAA;
  text-shadow: 0px 1px 2px #000000, 0px 1px 2px #000000;
  text-align: right;
  position: relative;
  cursor: pointer;
  font-family: Ubuntu, sans-serif;
  font-weight: bold;
  font-size: 18px;
}

input::-ms-clear {
  display: none;
}

.meetingSelect_SearchInput:focus {
  color: #ffffff;
}

.meetingSelect_DividerDiv {
  height: 1px;
  width: 374px;
  border-top: solid 1px white;
  margin: 1px 0px 1px -15px;
}

.meetingSelect_ItemsDiv {
  position: relative;
  margin-top: 3px;
  height: 400px;
  width: 370px;
  padding-left: 15px;
  margin-left: 0px;
  margin-bottom: 5px;
  z-index: 75;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #1C1C1C;
  border-bottom-right-radius: 9px;
  -moz-border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  -moz-border-bottom-left-radius: 9px;
  -moz-transition: background-color 0.5s linear;
  -ms-transition: background-color 0.5s linear;
  -o-transition: background-color 0.5s linear;
  -webkit-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
  float: right;
}

.meetingSelect_RecentDiv div:nth-child(odd) {
  background-color: rgb(0, 0, 0);
}

.meetingSelect_ResultsDiv div:nth-child(odd) {
  background-color: rgb(0, 0, 0);
}

.meetingSelect_UnfilteredDiv div:nth-child(even) {
  background-color: rgb(0, 0, 0);
}

/*superSelect Scrollbar*/
.meetingSelect_ItemsDiv::-webkit-scrollbar {
  width: 10px;
  box-shadow: -1px 0px 0px #444444;
  background-color: FF0000;
}

/* Track */
.meetingSelect_ItemsDiv::-webkit-scrollbar-track {
  width: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#333333), to(#262626));
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
  border: 1px solid #000000;
  background-color: FF0000;
}

.meetingSelect_ItemsDiv::-webkit-scrollbar-track-piece:start {
  margin: 1px;
}

.meetingSelect_ItemsDiv::-webkit-scrollbar-track-piece:end {
  margin: 1px;
}

/* Handle */
.meetingSelect_ItemsDiv::-webkit-scrollbar-thumb:vertical {
  width: 8px;
  height: 10px;
  background-color: #999999;
  box-shadow: 0 1px 1px #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

.meetingSelect_option {
  padding: 6px 5px;
  font-weight: bold;
  font-size: 18px;
  width: 338px;
  color: #AAAAAA;
  margin-left: -15px;
  padding-left: 20px;
  padding-right: 15px;
  overflow-x: hidden;
  cursor: pointer;
}

.meetingSelect_option:hover {
  color: #FFFFFF;
  text-shadow: #FFFFFF 0px 0px 10px;
  overflow-x: auto;
  position: relative;
  right: 0px;
}

.selectedOption {
  color: #FFFFFF;
}

#meetingTitle:hover {
  text-shadow: #FFFFFF 0px 0px 10px;
}

#meetingSelect > .menuBackground {
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: 400px;
}

#hiddenElements {
  width: 40%;
  height: 40%;
}

.green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9EAD3E), to(#5C801D));
  background-image: -webkit-linear-gradient(top, #9EAD3E, #5C801D);
  background-image: -moz-linear-gradient(top, #9EAD3E, #5C801D);
  background-image: -o-linear-gradient(top, #9EAD3E, #5C801D);
  background-image: linear-gradient(top, #9EAD3E, #5C801D);
  background-color: #5C801D;
}

.grey {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#D4D4D4), to(#8A8A8A));
  background-image: -webkit-linear-gradient(top, #D4D4D4, #8A8A8A);
  background-image: -moz-linear-gradient(top, #D4D4D4, #8A8A8A);
  background-image: -o-linear-gradient(top, #D4D4D4, #8A8A8A);
  background-image: linear-gradient(top, #D4D4D4, #8A8A8A);
  background-color: #8A8A8A;
}

.button {
  border: 0px;
  color: #ddd;
  font-size: 18px !important;
  font-weight: bold;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: "Ubuntu", sans-serif !important;
  -webkit-box-shadow: inset 0 0 2px #ffffff;
  -moz-box-shadow: inset 0 0 2px #ffffff;
  -o-box-shadow: inset 0 0 2px #ffffff;
  box-shadow: inset 0px 0px 2px #ffffff;
  padding: 8px 8px 8px 8px;
  text-shadow: 1px 0px 2px rgba(0, 0, 0, 0.5);
}

.button:hover {
  -webkit-box-shadow: rgba(255, 255, 255, 0.5) 0px 0px 12px, inset 0px 0px 2px #FFFFFF;
  -moz-box-shadow: rgba(255, 255, 255, 0.5) 0px 0px 12px, inset 0px 0px 2px #FFFFFF;
  -o-box-shadow: rgba(255, 255, 255, 0.5) 0px 0px 12px, inset 0px 0px 2px #FFFFFF;
  box-shadow: rgba(255, 255, 255, 0.5) 0px 0px 12px, inset 0px 0px 2px #FFFFFF;
}

.grey:active {
  color: #666666;
  text-shadow: 0 1px 1px rgba(250, 250, 250, 0.5);
}

.green:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5C801D), to(#9EAD3E));
  background-image: -webkit-linear-gradient(top, #5C801D, #9EAD3E);
  background-image: -moz-linear-gradient(top, #5C801D, #9EAD3E);
  background-image: -o-linear-gradient(top, #5C801D, #9EAD3E);
  background-image: linear-gradient(top, #5C801D, #9EAD3E);
  background-color: #5C801D;
  box-shadow: 0px 0px 10px #5C801D;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
}

.login_modal {
  color: white;
  border: 0px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 6px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  background: rgba(0, 0, 0, 0.6);
}
.login_modal .button {
  float: left;
  margin-left: 35px;
}
.login_modal .input {
  opacity: 0.7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 40px;
  width: 200px;
  margin-bottom: 33px;
  padding-left: 14px;
  font-size: 1.5em;
  background-color: rgb(255, 255, 255);
  border: 0px;
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  margin-left: 35px;
}
.login_modal .closeButtonDefault {
  display: none;
}
.login_modal #loginFormWrapperDiv, .login_modal #cognitoDialogWrapper {
  padding: 35px 0 30px 0;
}
.login_modal #cognitoDialogWrapper {
  min-width: 475px;
  min-height: 320px;
}
.login_modal .cognitoContent {
  margin: 50px 35px 0 35px;
  font-size: 16px;
  text-align: center;
}
.login_modal .dashboardLogoGraphic {
  width: 212px;
  height: 42px;
  margin-left: 35px;
}
.login_modal .loginBoxForm {
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  opacity: 0.9;
}
.login_modal .loginFormWrapper {
  float: left;
  margin-top: 35px;
}
.login_modal .loginFormWrapper input {
  display: block;
}
.login_modal .loginGraphicWrapper {
  width: 166px;
  height: 153px;
  float: left;
  margin-left: 35px;
}
.login_modal .loginButtonWrapper .rememberMeWrapper {
  height: 20px;
  float: left;
  padding: 10px 0 0 25px;
}
.login_modal .loginButtonWrapper #rememberMeLabel {
  padding: 3px 0 0 12px;
  float: right;
  font-size: 1.1em;
  text-shadow: 1px 0px 2px rgba(0, 0, 0, 0.5);
}
.login_modal .loginButtonWrapper #rememberMeCheckbox {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: white;
  float: left;
  cursor: pointer;
  opacity: 0.7;
}
.login_modal .loginButtonWrapper #rememberMeCheckbox p {
  color: #9fad3e;
  font-size: 28px;
  padding: 0;
  margin: 0;
  text-shadow: 1px 0px 2px rgba(0, 0, 0, 0.5);
}
.login_modal .forgotPasswordDiv {
  height: 24px;
  margin-top: 30px;
  font-family: "Ubuntu", sans-serif;
  text-shadow: 1px 0px 2px rgba(0, 0, 0, 0.5);
  margin-left: 35px;
}

.reset_modal .input {
  margin-bottom: 20px;
  width: 80%;
  max-width: 100%;
}
.reset_modal .glowy {
  opacity: 1;
}
.reset_modal .message {
  margin-left: 35px;
  margin-bottom: 20px;
  font-size: 1.1em;
}
.reset_modal .greeting {
  margin-left: 35px;
  margin-bottom: 20px;
  font-size: 1.1em;
}
.reset_modal .grey:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  cursor: default;
}
.reset_modal .grey:active {
  text-shadow: 1px 0 2px rgba(0, 0, 0, 0.5);
  color: #DDD;
}

#idLoginBoxBackground {
  opacity: 1;
  background-color: none;
  width: 100%;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  border: 0;
  padding-bottom: 20px;
}

#idLoginBoxHeader {
  margin-left: 35px;
}

#idLoginBoxHeader p {
  text-align: right;
  padding-right: 12px;
  font-size: 1.15em;
  margin-bottom: 0px;
  margin-top: 5px;
}

#idLoginBoxHeader #loginText {
  font-size: 18px;
}

.idLoginBoxForm .resetFields {
  box-sizing: border-box;
  width: 50%;
  max-width: 400px;
  display: inline-block;
  vertical-align: top;
}
.idLoginBoxForm .resetRequirements {
  box-sizing: border-box;
  width: 50%;
  max-width: 400px;
  display: inline-block;
  vertical-align: top;
  margin: 0 35px;
  font-size: 1.1em;
}
.idLoginBoxForm .resetRequirements li {
  width: auto;
  height: auto;
  float: none;
  list-style-type: disc;
  margin-left: 2.2em;
  line-height: 1.3;
}

#errorMessage {
  border-top: 1px dashed;
  width: 80%;
  margin-left: 35px;
  padding-top: 25px;
}

.glowy {
  box-shadow: rgba(255, 255, 255, 0.5) 0px 0px 24px;
  opacity: 1;
}

.floatClear {
  clear: both;
}

.floatLeft {
  float: left;
}

/* webkit */
input::-webkit-input-placeholder {
  color: #B5B5B5;
}

/* mozilla */
input:-moz-placeholder {
  color: #B5B5B5;
}

.ui-widget-overlay {
  background: url("../../img/dashboard/login/bg_diagonalTile.png") top left repeat, -webkit-gradient(radial, 50% 25%, from(white), to(transparent));
  opacity: 0.6;
  filter: Alpha(Opacity=60);
  position: fixed;
}

.text {
  font-family: "patrick hand", sans-serif;
}

.number {
  font-family: "neucha", sans-serif;
}

.redButton {
  background: #c20000;
  background: -moz-linear-gradient(top, #c20000 43%, #820c0c 91%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(43%, #c20000), color-stop(91%, #820c0c));
  background: -webkit-linear-gradient(top, #c20000 43%, #820c0c 91%);
  background: -o-linear-gradient(top, #c20000 43%, #820c0c 91%);
  background: -ms-linear-gradient(top, #c20000 43%, #820c0c 91%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#c20000", endColorstr="#820c0c", GradientType=0);
  background: linear-gradient(top, #c20000 43%, #820c0c 91%);
}

.modalTable table, td, th {
  color: white;
  margin: 0px;
  border-collapse: collapse;
  font-family: "Ubuntu", sans-serif;
  padding: 5px;
}

.sendEmailButton {
  font-size: 13px !important;
  width: 147px;
  min-height: 46px;
}

.modalTableSolidLine {
  height: 1px;
  border-bottom: solid 1px #6b6c67;
  padding: 0px;
}

.modalTableDottedLine {
  height: 0px;
  border-bottom: dotted 1px #6b6c67;
  padding: 0px;
}

.reservationTable {
  margin: 0px 0px 0px 15px;
}

.modalTableData {
  height: 60px;
}

.modalTableDataShort {
  height: 30px;
}

.modalBoldText {
  font-weight: bold;
}

.reservationPersonalInfo {
  margin: 10px;
}

.modalLoadingDiv {
  height: 150px;
  width: 150px;
  vertical-align: middle;
  text-align: center;
}

.modalLoadingImg {
  padding: 47px;
}

.modal {
  color: white;
  background-color: #000000;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 24px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  font-family: "Ubuntu", sans-serif;
  z-index: 10;
}

.modalLargeText {
  font-size: 2em;
  color: white;
  font-family: "Ubuntu", sans-serif;
}

.modalLargeTextDim {
  opacity: 0.7;
  font-size: 2em;
  color: white;
  font-family: "Ubuntu", sans-serif;
}

.modalTextInput {
  opacity: 0.7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 1.5em;
  background-color: rgb(255, 255, 255);
  border: 0px;
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
}

.clickable {
  cursor: pointer;
}

.globalSearchItemName {
  font-weight: bold;
  font-size: 16px;
}

.globalSearchItemSecondRow {
  font-size: 14px;
}

.error {
  margin: 35px 12px 0;
}
.error h3 {
  margin: 8px 5px;
  font-size: 3.5em;
  color: #02316C;
}
.error .explanation {
  font-size: 2em;
  color: #00000C;
  margin: 0 5px;
}
.error img {
  position: relative;
  left: 150px;
}
/*# sourceMappingURL=global.css.map */
