/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Custom Style Sheet - Use this file to style your content
 */
 h1,h2,h3 {color: #663300;} /* orig {color: #FF9900;} try1 {color: #804600;} */

 p {color: #3D362D;}
 
.custom-logo {
  display: inline-block;
  width: 210px;
  height: 90px;
  background: url(../../../images/yootheme/logo.png) 50% 50% no-repeat;
  background-size: contain;
}

/* Only Phones (Portrait) */
@media (max-width: 479px) {

  .custom-logo { height: 60px; }
  
}

/*** highlight the Loader download module thm 2015-04-09 ***/
.module.mod-line.jccHighlight.deepest {
  background-color: #FFFFD2;
}

/** highlight table rows... thm 2017-04-25 **/

/* table tr:nth-child(odd) {
/*     background-color:  #ccc; /*  #F5DEB3 #FFF8DC #FFFFD2 */
/* } 
*/

.higlightRow tr:nth-child(odd) {
    background-color:  #ccc; /* #ccc #F5DEB3 #FFF8DC #FFFFD2 */
}
.higlightRow tr:hover {
    background-color: #FFFFD2; /* #ccc #F5DEB3 #FFF8DC #FFFFD2 */
}
