@CHARSET "UTF-8";

   .tab-content {
      border-bottom: 1px solid #ddd;
      border-left: 1px solid #ddd;
      border-right: 1px solid #ddd;
      padding: 10px;
   }
      
   .table-hover > thead > tr { background-color: #f5f5f5; }   
      
   .table-hover > tbody > tr:hover { background-color: rgb(251,242,193); cursor: pointer; }

   .table-striped > tbody > tr:nth-of-type(odd) { background-color:#f1f1f1; }
   
   .carousel-inner > .item > img,
   .carousel-inner > .item > a > img {
      width: 50%;
      margin: auto;
   }
   
   .spacement { margin-top: 10px; }
   
   ul.pagination { margin: 0; }   

   div#d_filter, div#d_edit, div#d_login { margin-top: 120px; }
   
   input.clock { font: 18px Arial bold; }

   button.btn { width: 100px; }
