#main > div > form > div:nth-child(2) > div:nth-child(2) > div.row > div.col8.divider-after > button   {
   visibility: hidden;
}
#main > div > form > div:nth-child(2) > div:nth-child(2) > div.row > div.col8.divider-after > p     {
   visibility: hidden;
}
#main > div > form > div:nth-child(2) > div:nth-child(2) > div.row > div.col8.divider-after > h2    {
   visibility: hidden;
}
#main > div > form > div:nth-child(2) > div:nth-child(1) > ul > li:nth-child(3) > div > div > div > ul      {
   visibility: hidden;
}
#main > div > form > div:nth-child(2) > div:nth-child(1) > ul > li:nth-child(3) > div > label     {
   visibility: hidden;
}
#main > div > div.nice-padding > form > ul > li > fieldset     {
   visibility: hidden;
}
#image-results > nav.listing-filter > ul  {
   visibility: hidden;
}
#document-results > nav.listing-filter > ul  {
   visibility: hidden;
}
#other-searches-title  {
   visibility: hidden;
}

#main > div > div:nth-child(4)  {
   font-size:   110%;
}
#main > div > div:nth-child(4) > div > div > table > tbody > tr:nth-child(2) > td  {
   font-weight: bold;
   font-size:   110%;
}
#main > div > div:nth-child(4) > div > div > table > tbody > tr:nth-child(1) > td  {
   font-weight: bold;
   font-size:   120%;
}
#main > div > div:nth-child(4) > div > div > table > thead > tr > th  {
   visibility: hidden;
}

#main > div > div.row.row-flush.nice-padding > div.col10.divider-after > form > ul > li:nth-child(3) > div  {
   visibility: hidden;
}
#upload-list > li > div.right.col9 > form > ul > li:nth-child(3) > div > label {
   visibility: hidden;
}
#upload-list > li > div.right.col9 > form > ul > li:nth-child(3) > div > div > div > ul {
   visibility: hidden;
}
/* Float cancel and delete buttons and add an equal width */
.cancelbtn, .deletebtn {
   float: left;
   width: 50%;
}
/* Add a color to the cancel button */
.cancelbtn {
   background-color: #ccc;
   color: black;
}
/* Add a color to the delete button */
.deletebtn {
   background-color: #f44336;
}
/* Add padding and center-align text to the container */
.container {
   padding: 16px;
   text-align: center;
}
/* The Modal (background) */
.modal {
   display: none; /* Hidden by default */
   position: fixed; /* Stay in place */
   z-index: 1; /* Sit on top */
   left: 0;
   top: 0;
   width: 100%; /* Full width */
   height: 100%; /* Full height */
   overflow: auto; /* Enable scroll if needed */
   background-color: #474e5d;
   padding-left: 400px;
   padding-top: 100px;
}
/* Modal Content/Box */
.modal-content {
   background-color: #fefefe;
   margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
   border: 1px solid #888;
   width: 80%; /* Could be more or less, depending on screen size */
}
/* Style the horizontal ruler */
hr {
   border: 1px solid #f1f1f1;
   margin-bottom: 25px;
}
/* The Modal Close Button (x) */
.close {
   position: absolute;
   right: 35px;
   top: 15px;
   font-size: 40px;
   font-weight: bold;
   color: #f1f1f1;
}
.close:hover,
.close:focus {
   color: #f44336;
   cursor: pointer;
}
/* Clear floats */
.clearfix::after {
   content: "";
   clear: both;
   display: table;
}
.fix_delete_button {
   font-size: .96em;
}

#outer
{
    width:100%;
    text-align: center;
}
.inner
{
    display: inline-block;
}

.filter-title {
    color: #404040;
    font-size: 0.85em;
}

html {
  background-color: #FFFFFF;
}
