<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, html { 
    overflow-x: hidden; 
    overflow-y: auto;
}

body {
    padding-top: 40px;
    font-size: 16px;
}

table, th, td {
   /* border: 1px solid black; */
    border: 1px solid #ddd;
    border-spacing: 5px;
    border-collapse: separate;
    border-bottom: 1px solid #ddd;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;

    /*
   border-spacing: 50px;
   border-bottom: 1px solid #ddd;
   border-left: 4px solid white;
   border-right: 4px solid white;
   */
}

th {
    /* background-color: #4CAF50; */
    background-color: #00688b;
    color: white;
    text-align: center;
}

tr:nth-child(even) {
	/* background-color: #f0f0f0; */
	background-color: #b0e2ff;
}

.dropdown-menu &gt; .active &gt; a, .dropdown-menu &gt; .active &gt; a:focus, .dropdown-menu &gt; .active &gt; a:hover {
    background-color: #1b1b1b;
}

header.intro-header {
    background: no-repeat top center;
    background-color: white;
    /* background-color: blue; */
    /* background-attachment: scroll; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../../SLC81/top.jpg);
    color: #fff;
    text-align: right;
    padding-right: 20px;
    padding-left: 290px;
}

.site-heading {
	color: white;
}

.float-img {
    /* padding: 5px; */
    margin-right: 20px;
    margin-top: -110px;
    float: left;
    border: 5px solid white;
    background-clip: padding-box
    border-top-left-radius: 20px;
}

.float-img img {
    width: 280px;
}

@media (min-width: 1200px) {
  .span9 {
    width: 700px;
  }
}

@media (max-width: 1100px) {
  .span9 {
    width: 600px;
  }
}

@media (max-width: 980px) {
    body {
      padding-top: 0;
      background: #fff;
    }

    .navbar-fixed-top {
      margin-bottom: 0;
    }

    header.intro-header {
        padding-left: 0px;
    }

    .float-img {
        float: none;
        margin-right: 0px;
        margin-top: 0px;
    }

    .span9 {
      width: 538px;
    }
}

@media (max-width: 767px) {
  body {
    padding-left: 0;
    padding-right: 0;
  }
}
footer {
    text-align: center;
    margin-top: 20px;
    padding-top: 10px;
    color: #888;
}


footer ul.footer-links img {
    height: 100px;
    padding-right:10px;
    padding-left: 10px;
}

footer small {
    font-size: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}



</pre></body></html>