/* CSS Document */
      .push-down{
        width: 100%;
        height: 70px;
      }
      /*Styles for wells(div, user info containers*/
        /*=============================================*/
        .well {
          min-height: 20px;
          padding: 20px;
          margin-bottom: 20px;
          background-color: #f8f8f8;
          border: 1px solid #e3e3e3;
        }

        .well-large {
          padding: 24px;
          /*-webkit-border-radius: 6px;
             -moz-border-radius: 6px;
                  border-radius: 6px;*/
        }

        .well-small {
          padding: 9px;
          /*-webkit-border-radius: 3px;
             -moz-border-radius: 3px;
                  border-radius: 3px;*/
        }

        #file-well{
            height: 500px; /*Define your desired height here.*/
            overflow: auto; /*Scroll-able content*/
        }

    #search-bar{
        width: 300px;
        /*height: 50px; */
        margin: auto;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .search-bar-wrapper{
        background-color: rgba(247,247,247,0.7);
        padding: 1em;
        border-bottom: 1px solid #eeeeee;
    }

    .shadow {
        -moz-box-shadow:    inset 0 0 10px rgba(0,0,0,.25);
        -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.25);
        box-shadow:         inset 0 0 10px rgba(0,0,0,.25);
    }

    .input-append, .input-prepend {
        display: block;
    }

    .form-search .input-append{
        display: block;
    }
    form{
        margin:0;
    }


      .push-down{
        width: 100%;
        height: 70px;
      }
      /*Styles for wells(div, user info containers*/
        /*=============================================*/
        .well {
          min-height: 20px;
          padding: 20px;
          margin-bottom: 20px;
          background-color: #f8f8f8;
          border: 1px solid #e3e3e3;
        }

        .well-large {
          padding: 24px;
          /*-webkit-border-radius: 6px;
             -moz-border-radius: 6px;
                  border-radius: 6px;*/
        }

        .well-small {
          padding: 9px;
          /*-webkit-border-radius: 3px;
             -moz-border-radius: 3px;
                  border-radius: 3px;*/
        }

        #file-well{
            height: 500px; /*Define your desired height here.*/
            overflow: auto; /*Scroll-able content*/
        }

    #search-bar{
        width: 250px;
        height: 50px; 
        margin-left: auto ;
        margin-right: auto ;
    }