/*
*   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
///
//////////////////////////////////////////////////////////////////////////////*/

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


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

body {
  color: #eeeeee;
}

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: #222222;
}

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

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