 /*! ========================================================
 *     Title: UploadMe Uploader - Cascading Style Sheets
 * File Name: theme.css
 *   Version: 1901180814
 *  Modified: Friday, 19 January 2018 (GMT) 08:14
 * ==========================================================

 *       (c) UploadMe 2018 - All Rights Reserved
 *
 * ========================================================== */
@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Abril+Fatface|Open+Sans:300,400,600,700,800|Gentium+Book+Basic:400,400italic|Vollkorn:400italic,400');
@import url('https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/sandstone/bootstrap.min.css');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

     html {
          position: relative;
          min-height: 100%;
     }

     body {
          font-family: 'Open Sans', sans-serif;
          margin-bottom: 60px;
          text-align: center;
     }

     .container {
          width: auto;
          max-width: 700px;
          padding: 0 15px;
     }

     .container .text-muted {
          margin: 20px 0;
     }

     .alert a, .alert .alert-link {
          color: #fff;
          text-decoration: none;
     }

     .alert a:hover, .alert .alert-link:hover {
          text-decoration: underline;
     }

     .popover-title, .popover-content {
          text-align: center;
     }

      ::-webkit-scrollbar {
        width: 10px;
        height: 10px;
      }

      ::-webkit-scrollbar-thumb {
        background: #787878;
      }

      ::-webkit-scrollbar {
        width: 10px;
        background: #DEDEDE;
        border: 1px solid #C9C9C9;
      }

      ::selection {
        background: #222;
        color: #fff;
      }

      ::-moz-selection {
        background: #222;
        color: #fff;
      }

      ::-webkit-selection {
        background: #222;
        color: #fff;
      }

     #footer {
          position: absolute;
          bottom: 0;
          width: 100%;
          height: 60px;
          background-color: #f5f5f5;
     }