/* 
Theme Name: Aspa Foutsi o44theme
Theme URI: 
Description: Omikron44 Full Featured Template. Powered by <a href="http://www.o44.gr">omikron44</a>
Author: omikron44 - o44.gr
Author URI: http://www.o44.gr
Version: 1.0.0
License: GPL2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/ 

/* CSS Files are located in : skin/style.css */

/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  /*font-weight: bold;*/
  color: #fff; /* IE8 proofing */
  color: rgba(0,0,0,.75);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: rgba(0,0,0,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}




@media (max-width: 767px) {
    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }
}
.tablepress thead th {
    background-color:transparent!important;
  
}
.tablepress-table-name {
    font-weight: 400;
    font-size: 24px;
    color: #9b7379;
}
#page-contents .page-header {
    display: none;
}