/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

.white-bg {
	position: relative;
	background: url(bg_wood_bright_crackSW.jpg) repeat;
}

span.ico {
    background-color: #FFFFFF;
	color: #0082d6;
}

.uk-nav-offcanvas > li > a {
	color: white;
	font-weight: bolder;
}


pre {
    background: none;
	font-variant: normal;
    text-transform: none;
    color: #800000;
    font: 18px/18px courier new,courier;
    overflow: auto;
    padding: 3px;
	word-break: normal;
}

.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: rgba(0, 130, 214, 0.92;
}

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
