/* YOUR CUSTOM STYLES */
/*for navbar hiding*/
@media (min-width:1400px) {
  .large-desktop-only {
    display: block !important;
  }

  .navbar-nav {
    padding-top: 5px;
    padding-right: 5px;
  }

  .navbar-nav>li>a {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .btn {
    border-radius: 10px;
  }

  .non-large-only {
    display: none !important;
  }
}

/*small screen sizes*/
@media (max-width: 1399px) {
  .non-large-only {
    display: block !important;
  }

  .large-desktop-only {
    display: none !important;
  }
}

/*for pager in footer*/
/*small+ screen sizes*/
@media (min-width:768px) {
  .desktop-only {
    display: block !important;
  }

  .mobile-only {
    display: none !important;
  }
}

/*small screen sizes*/
@media (max-width: 767px) {
  .mobile-only {
    display: block !important;
  }

  .desktop-only {
    display: none !important;
  }
}

/*for pager in footer*/
/* for frame */
body {
  margin: 0;
  padding: 0;
}

.frame {
  display: block;
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0 none;
  box-sizing: border-box;
}

/* for breadcrumbs */
@media only screen and (max-width: 2560px) {
  .content-header>.breadcrumb {
    position: relative;
    margin-top: 5px;
    top: 0;
    right: 0;
    float: none;
    background: #d2d6de;
    padding-left: 10px;
  }

  /* for modals */
  body,
  .modal-open .page-container,
  .modal-open .page-container .navbar-fixed-top,
  .modal-open .modal-container {
    overflow-y: scroll;
  }

  .modal .modal-body {
    max-height: 800px;
    overflow-y: auto;
  }

  @media (max-width: 979px) {
    .modal-open .page-container .navbar-fixed-top {
      overflow-y: visible;
    }
  }

  /*for home page*/
  @media only screen and (max-width: 767px) {
    .withbgimage {
      background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6)), url("/static/src/img/Almond_Bloom_Mobile.jpg");
      background-color: darkgray;
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      min-height: 300px;
      min-width: 200px;
      height: 100%;
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 1535px) {
    .withbgimage {
      background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6)), url("/static/src/img/Almond_Bloom_Desktop.jpg");
      background-color: darkgray;
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      min-height: 300px;
      min-width: 200px;
      height: 100%;
    }
  }

  @media only screen and (min-width: 1536px) {
    .withbgimage {
      background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6)), url("/static/src/img/Almond_Bloom_Widescreen.jpg");
      background-color: darkgray;
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      min-height: 300px;
      min-width: 200px;
      height: 100%;
    }
  }

  .welcome {
    font-family: sans-serif;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
  }

  /*to separate contact info button from rest of sidebar
so only happens with first li*/
  ul.sidebar-menu li.text-center {
    border-bottom: 4px solid blue;
  }

  /*for home page*/
  /*for button in bootstrap table*/
  /*add class vert-align-mid to each td*/
  .table tbody>tr>td.vert-align-mid {
    vertical-align: middle;
  }

  /*add class fullbutton to each a or button*/
  .fullbutton {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
  }

  /*for button in table*/
  .banner {
    transition: width .3s ease-in-out;
    font-size: 20px;
    text-align: center;
    width: 620px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0 15px;
    font-weight: 300;
    overflow: hidden;
  }

  .content-header>.breadcrumb {
    font-size: 15px;
  }

  .nav-tabs-custom>.nav-tabs>li.active>a,
  .nav-tabs-custom>.nav-tabs>li.active:hover>a {
    /*background-color: #008d4c !important;*/
    /*background-color: #4d00ae !important;*/
    background-color: #0c00ae !important;
    color: #555555;
  }

  .bg-purple-active {
    /*background-color: #4d00ae;*/
    background-color: #0c00ae;
  }

  .sidebar-menu li.header {
    font-size: 15px;
  }

  .sidebar-menu li.header i.fa {
    color: #2780e3;
  }

  .fade {
    opacity: 0;
    -webkit-transition: opacity 1.25s linear;
    -moz-transition: opacity 1.25s linear;
    -ms-transition: opacity 1.25s linear;
    -o-transition: opacity 1.25s linear;
    transition: opacity 1.25s linear;
  }

  /* New Tabs url: http://jqueryrain.com/tutorial/tab/demo46/ */
  .tab {
    text-align: center;
  }

  .tab .nav-tabs {
    display: inline-block;
    /*background: #fff;*/
    background: #3c8dbc;
    border-radius: 50px;
    border: none;
    padding: 3px;
  }

  .tab .nav-tabs li {
    float: none;
    display: inline-block;
    position: relative;
  }

  .tab .nav-tabs li a {
    font-size: 16px;
    font-weight: 700;
    background: none;
    /*color: #999;*/
    color: #b8c7ce;
    border: none;
    padding: 5px 5px;
    border-radius: 50px;
    transition: all 0.5s ease 0s;
  }

  .tab .nav-tabs li a i {
    color: Green;
    padding-right: 5px;
    padding-left: 5px;
  }

  .tab .nav-tabs li a:hover {
    /*background: #ffa399;*/
    background: #1e282c;
    color: #fff;
    border: none;
    padding-right: 5px;
  }

  .tab .nav-tabs li.active a,
  .tab .nav-tabs li.active a:focus,
  .tab .nav-tabs li.active a:hover {
    border: none;
    /*background: #ffa399;*/
    background: #1e282c;
    color: #fff;
    padding-right: 5px;
  }

  .tab .tab-content {
    font-size: 15px;
    color: #686868;
    line-height: 25px;
    text-align: left;
    padding: 2px 4px;
  }

  .tab .tab-content h3 {
    font-size: 22px;
    color: #5b5a5a;
  }

  @media only screen and (max-width: 500px) {
    .tab .nav-tabs {
      border-radius: 10px;
    }

    .tab .nav-tabs li {
      width: 100%;
      text-align: center;
      margin-bottom: 5px;
    }
  }

  /* New Tabs */
  /* step-wizard */
  .stepwizard-step p {
    margin: 2px;
  }

  .stepwizard-row {
    display: table-row;
  }

  .stepwizard {
    display: table;
    width: 100%;
    position: relative;
  }

  .stepwizard-step a[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
  }

  .stepwizard-row:before {
    top: 19px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 4px;
    background-color: #3c8dbc;
    z-order: 0;
  }

  .stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
  }

  .stepwizard-step a.btn-circle {
    width: 39px;
    height: 39px;
    text-align: center;
    padding: 6px 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.428571429;
    border-radius: 21px;
    background-color: #3c8dbc;
    color: #b8c7ce;
  }

  .stepwizard-step a:hover {
    background: #1e282c;
    color: #fff;
  }

  .stepwizard .active a:hover {
    background: #1e282c;
    color: #fff;
  }

  .stepwizard .active a,
  .stepwizard .active a:focus {
    background: #0c00ae;
    color: #fff;
    font-size: 20px;
    font-weight: 1000;
    line-height: 1.1;
    border: 2px solid #ff851b;
  }

  /* step-wizard */
  /* Next Previous Buttons */
  .btn-np {
    position: relative;
    color: #fff;
    border-radius: 20px;
    text-transform: uppercase;
    transform: scale(1.1, 1.1);
    transition: all 0.3s ease-out 0s;
  }

  .btn-np:hover {
    transform: scale(1, 1);
    color: #fff;
  }

  .btn-np i {
    margin-right: 2px;
    margin-left: 2px;
    color: #fff;
  }

  .btn-np:before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0px;
    width: 100%;
    height: 10px;
    filter: blur(20px);
    border-radius: 20px;
    display: inline-block;
    z-index: -1;
    transition: all 0.3s ease-out 0s;
  }

  .btn-np:hover:before {
    bottom: 0;
    filter: blur(10px);
  }

  .btn-np.blue {
    background: linear-gradient(to left, #7474bf, #348ac7);
  }

  .btn-np.blue:before {
    background: linear-gradient(to right, #7474bf, #348ac7);
  }

  .btn-np.green {
    background: linear-gradient(to left, #414d0b, #727a17);
  }

  .btn-np.green:before {
    background: linear-gradient(to right, #414d0b, #727a17);
  }

  .btn-np.orange {
    background: linear-gradient(to left, #fe8c00, #f83600);
  }

  .btn-np.orange:before {
    background: linear-gradient(to right, #fe8c00, #f83600);
  }

  .btn-np.purple {
    background: linear-gradient(to left, #c04848, #480048);
  }

  .btn-np.purple:before {
    background: linear-gradient(to right, #c04848, #480048);
  }

  .step-header {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 10px;
  }

  /* current year (not used) selection on forms */
  .highlightedElement {
    border-color: rgba(0, 128, 64, .8);
    box-shadow: 2px 2px 12px rgba(0, 0, 64, 0.5);
  }

  /* previous year selection on forms */
  .previousHighlightedElement {
    //box-shadow: inset 0px 0px 0px 8px #2780e3, 2px 2px 12px rgba(0,0,255,1);
    box-shadow: inset 0px 0px 0px 8px rgba(0, 0, 64, 0.5), 2px 2px 12px rgba(0, 0, 255, 1);
  }

  .previousHeader {
    margin-left: -10px;
  }

  .sui-grid,
  .sui-input,
  .sui-numeric-textbox,
  .sui-combobox,
  .sui-dropdown,
  .sui-button,
  .sui-switch {
    font-family: sans-serif;
  }

  .management-unit {}

  /* sidebar font */
  .skin-blue .sidebar a {
    /* color: #b8c7ce; */
    color: #f4f4f4;
  }

  .sidebar-active {
    background: Navy;
  }

  /* map */
  .mainmapcontainer {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #containermap2 {
    height: 98%;
    width: 99%;
    margin: 0;
    padding-top: 4px;
    padding-left: 4px;
  }

  #mapCanvasmap2 {
    border-top: 2px solid #617798;
    border-bottom: 2px solid #617798;
    border-left: 2px solid #617798;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 0px;
  }

  .btn-circle,
  .btn-circle-3d {
    border-radius: 50% !important;
  }

  .btn-primary.btn-circle {
    -webkit-box-shadow: 0px 0px 3px 1px #245580;
    -moz-box-shadow: 0px 0px 3px 1px #245580;
    box-shadow: 0px 0px 3px 1px #245580;
  }

  .btn-info.btn-circle {
    -webkit-box-shadow: 0px 0px 3px 1px #28a4c9;
    -moz-box-shadow: 0px 0px 3px 1px #28a4c9;
    box-shadow: 0px 0px 3px 1px #28a4c9;
  }

  .btn-success.btn-circle {
    -webkit-box-shadow: 0px 0px 3px 1px #3e8f3e;
    -moz-box-shadow: 0px 0px 3px 1px #3e8f3e;
    box-shadow: 0px 0px 3px 1px #3e8f3e;
  }

  .btn-danger.btn-circle {
    -webkit-box-shadow: 0px 0px 3px 1px #b92c28;
    -moz-box-shadow: 0px 0px 3px 1px #b92c28;
    box-shadow: 0px 0px 3px 1px #b92c28;
  }

  .btn-warning.btn-circle {
    -webkit-box-shadow: 0px 0px 3px 1px #e38d13;
    -moz-box-shadow: 0px 0px 3px 1px #e38d13;
    box-shadow: 0px 0px 3px 1px #e38d13;
  }

  .btn-default.btn-circle {
    -webkit-box-shadow: 0px 0px 3px 1px #ccc;
    -moz-box-shadow: 0px 0px 3px 1px #ccc;
    box-shadow: 0px 0px 3px 1px #ccc;
  }

  /* toggle switch */
  /* The switch - the box around the slider */
  .switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
  }

  /* Hide default HTML checkbox */
  .switch input {
    display: none;
  }

  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }

  input:checked+.slider {
    background-color: #2196F3;
  }

  input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
  }

  input:checked+.slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
  }

  /* Rounded sliders */
  .slider.round {
    border-radius: 24px;
  }

  .slider.round:before {
    border-radius: 50%;
  }

  /*Map Syles*/
  /*#panelLegend .panel-body {*/
  /*background-color: transparent;*/
  /*}*/
  #legendDiv {
    padding: 5px;
  }

  #printLegend .panel-body {
    background-color: blue;
  }

  #maptools li {
    padding-top: 6px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
  }

  #maptools li a {
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 2px;
    padding-left: 8px;
    border-radius: 4px;
    box-shadow: 0 0 0 1px #c63702 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 2px 0 0 #c24032, 0 2px 0 1px rgba(0, 0, 0, 0.4), 0 2px 2px 1px rgba(0, 0, 0, 0.5);
  }

  .glyphicon.larger {
    font-size: 125%;
  }

  /*print form bug*/
  .calcite-panels.calcite-bg-custom input,
  .calcite-panels.calcite-bg-custom select,
  .calcite-panels.calcite-bg-custom textarea {
    background-color: #b1d1ec;
  }

  .btn-primary.darker {
    background: Navy;
  }

  /*parsley validation*/
  input.parsley-error,
  select.parsley-error,
  textarea.parsley-error {
    border-color: #843534;
    box-shadow: none;
  }

  input.parsley-error:focus,
  select.parsley-error:focus,
  textarea.parsley-error:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
  }

  .form-group.has-error {
    /*background: #ffe8e6;    */
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    border-radius: 4px;
    padding-left: 4px;
  }

  .help-block.form-error {
    background-color: rgba(32, 8, 4, .9);
    font-weight: bold;
    padding-left: 4px;
    margin-left: -4px;
  }

  /*scrollable tables*/
  .container-scrollable {
    display: block;
    width: 100%;
    overflow: auto;
  }

  /*no wrap in tables*/
  .nowrap {
    white-space: nowrap;
  }

  /*numeric data in tables*/
  table.table th.numeric,
  td.numeric {
    text-align: right;
  }

  /*toastr options*/
  .toast-top-full-width {
    top: 50px;
  }

  /*parcel multiple fields*/
  .editable-add_deactivate {
    display: block;
    margin-bottom: 5px;
  }

  .editable-add_deactivate span {
    width: 70px;
    display: inline-block;
  }

  /*end parcel multiple fields*/
  @media print {
    @page {
      size: letter landscape;
    }
  }

  /*menu buttons*/
  .btn-custom-menu {
    background-color: hsl(210, 49%, 43%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#548cc4", endColorstr="#376da3");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#548cc4), to(#376da3));
    background-image: -moz-linear-gradient(top, #548cc4, #376da3);
    background-image: -ms-linear-gradient(top, #548cc4, #376da3);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #548cc4), color-stop(100%, #376da3));
    background-image: -webkit-linear-gradient(top, #548cc4, #376da3);
    background-image: -o-linear-gradient(top, #548cc4, #376da3);
    background-image: linear-gradient(#548cc4, #376da3);
    border-color: #376da3 #376da3 hsl(210, 49%, 40%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.19);
    -webkit-font-smoothing: antialiased;
  }

  .navbar {
    background: rgba(56, 83, 110, 0.5);
    background: -moz-linear-gradient(left, rgba(56, 83, 110, 0.5) 0%, rgba(60, 141, 188, 0.75) 50%, rgba(188, 224, 238, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(56, 83, 110, 0.5)), color-stop(50%, rgba(60, 141, 188, 0.75)), color-stop(100%, rgba(188, 224, 238, 1)));
    background: -webkit-linear-gradient(left, rgba(56, 83, 110, 0.5) 0%, rgba(60, 141, 188, 0.75) 50%, rgba(188, 224, 238, 1) 100%);
    background: -o-linear-gradient(left, rgba(56, 83, 110, 0.5) 0%, rgba(60, 141, 188, 0.75) 50%, rgba(188, 224, 238, 1) 100%);
    background: -ms-linear-gradient(left, rgba(56, 83, 110, 0.5) 0%, rgba(60, 141, 188, 0.75) 50%, rgba(188, 224, 238, 1) 100%);
    background: linear-gradient(to right, rgba(56, 83, 110, 0.5) 0%, rgba(60, 141, 188, 0.75) 50%, rgba(188, 224, 238, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#38536e', endColorstr='#bce0ee', GradientType=1);
  }

  .logo {
    background-image: url('/static/src/img/water-texture.jpg');
    background-repeat: repeat;
  }

  tfoot input {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
  }

  .small-box-footer.darker {
    background: rgba(0, 0, 0, 0.33);
  }

  /*#members_paginate {*/
  /*margin-top: 40px;*/
  /*}*/
  #members_wrapper>div:nth-child(3)>div.col-sm-5 {
    width: 100%;
  }

  #members_wrapper>div:nth-child(3)>div.col-sm-7 {
    width: 100%;
  }

  /*another custom tab
Usage: https://benjii.me/2014/03/wizard-style-navigation-tabs-for-bootstrap/
Make sure you�re using .nav-pills
Add a .nav-wizard class to your tabs
Add a .nav-wizard-content class to your tabcontent

<ul class="nav nav-pills nav-wizard">
    <li class="active"><a href="#Home" data-toggle="tab">Home</a></li>
    <li><a href="#" data-toggle="tab">About</a></li>
    <li><a href="#" data-toggle="tab">Contact</a></li>
</ul>
<div class="tab-content nav-wizard-content"><!-- /.tab-content -->
    <div id="Home" class="tab-pane fade in active">
      <p>Some content.</p>
    </div><!-- /.tab-pane -->
*/
  .nav-pills.nav-wizard>li {
    position: relative;
    overflow: visible;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    font-weight: bold;
  }

  .nav-pills.nav-wizard>li+li {
    margin-left: 0;
  }

  .nav-pills.nav-wizard>li:first-child {
    border-left: 0;
  }

  .nav-pills.nav-wizard>li:first-child a {
    border-radius: 5px 0 0 5px;
  }

  .nav-pills.nav-wizard>li:last-child {
    border-right: 0;
  }

  .nav-pills.nav-wizard>li:last-child a {
    border-radius: 0 5px 5px 0;
  }

  .nav-pills.nav-wizard>li a {
    border-radius: 0;
    background-color: #eee;
  }

  .nav-pills.nav-wizard>li:not(:last-child) a:after {
    position: absolute;
    content: "";
    top: 0px;
    right: -20px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #eee;
    z-index: 150;
  }

  .nav-pills.nav-wizard>li:not(:first-child) a:before {
    position: absolute;
    content: "";
    top: 0px;
    left: -20px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: #eee #eee #eee transparent;
    z-index: 150;
  }

  .nav-pills.nav-wizard>li:hover:not(:last-child) a:after {
    border-color: transparent transparent transparent #aaa;
  }

  .nav-pills.nav-wizard>li:hover:not(:first-child) a:before {
    border-color: #aaa #aaa #aaa transparent;
  }

  .nav-pills.nav-wizard>li:hover a {
    background-color: #aaa;
    color: #fff;
  }

  .nav-pills.nav-wizard>li.active:not(:last-child) a:after {
    border-color: transparent transparent transparent #428bca;
  }

  .nav-pills.nav-wizard>li.active:not(:first-child) a:before {
    border-color: #428bca #428bca #428bca transparent;
  }

  .nav-pills.nav-wizard>li.active a {
    background-color: #428bca;
  }

  .nav-wizard-content {
    background-color: #eee;
    padding: 0px 15px 15px 15px;
    border-style: solid;
    border-width: 10px 0 0 0;
    border-color: #428bca transparent transparent transparent;
    border-radius: 5px 15px 15px 15px;
  }

  .change-ownership {
    margin-left: 30px;
    margin-top: 10px;
    display: none;
  }

  .change_ownership_text {
    font-style: italic;
  }

  .ownership_input {
    color: black;
    margin-left: 30px;
    margin-top: 10px;
  }

  .purchase {
    display: none;
  }

  .note-width {
    min-width: 150px;
    max-width: 300px;
    overflow: auto;
  }

  .btn-group,
  .btn-group-vertical {
    display: inline;
  }

  legend {
    color: #01a95c;
  }

  .special-invoice {
    margin-left: 20px;
    margin-top: 5px;
  }

  .late-invoice {
    margin-left: 20px;
    margin-top: 20px;
  }

  .specialInvoiceTableContainer {
    margin-top: 40px;
    margin-left: 15px;
  }

  .print-invoice-div {
    display: inline-block;
  }

  .same_previous {
    color: #dd4b39;
    font-size: 17px;
  }

  @media (min-width: 768px) {
    .dl-horizontal dd {
      margin-left: 270px;
    }

    .dl-horizontal dt {
      width: 250px;
    }
  }

  .completion-status {
    color: #dd4b39;
  }

  .require_msg {
    margin: 10px 0;
    padding: 10px;
    border-radius: 3px 3px 3px 3px;
    color: #D8000C;
    background-color: #FFBABA;
  }

  .btn-default.orange {
    background: linear-gradient(to left, #fe8c00, #f83600);
    border: 0;
    color: #fff;
    border-radius: 10px;
  }

  .outlier-box {
    text-align: center;
    padding: 20px;
    border-color: #adacac;
    border-width: 2px;
    margin-left: 50px;
    margin-right: 50px;
    border-style: solid;
  }

  @media (min-width:1150px) {
    .outlier-box {
      margin-left: 50px;
      margin-right: 50px;
    }
  }

  @media (min-width:1350px) {
    .outlier-box {
      margin-left: 250px;
      margin-right: 250px;
    }
  }

  @media (min-width:1550px) {
    .outlier-box {
      margin-left: 350px;
      margin-right: 350px;
    }
  }