/*
*   name           Haven
*   version        1.5
*   description    Responsive and customizable Joomla!3 template
*   demo           http://demo.favthemes.com/haven/
*   author         FavThemes
*   author URL     http://www.favthemes.com
*   copyright      Copyright (C) 2012-2016 FavThemes.com. All Rights Reserved.
*   license        Licensed under GNU/GPLv3 (http://www.gnu.org/licenses/gpl-3.0.html)
*/

/*//////////////////////////////////////////////////////////////////////////////
///
///  custom style
///
//////////////////////////////////////////////////////////////////////////////*/

#fab_sessions___description_ro {
  text-align: justify;
  text-justify: inter-word;
}

.page-header, h1, h2, h3, h4 {
  color: #0F427F;
}


ul {
  color: #ccc;
  list-style-type: circle;
  margin-left: 1cm;
}

body {
  color: #686868;
}

tbody {
  color: #aaaaaa;
}

html, .form-actions {
  background-color: #222;
}

#fav-nav {
    text-transform: none;
}

.table-striped > tbody > tr:nth-child(even) > td, .table-striped > tbody > tr:nth-child(even) > th {
  background: #fafafa;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
  background: #f5f5f5;
}

.table-hover tbody tr:hover td {
    background: #f8f8f8;
}