/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (https://www.yootheme.com/license) */

@import url(../warp/css/base.css);


/* New style-related Base Values
----------------------------------------------------------------------------------------------------*/

body {
  font: normal 14px/20px Arial, Helvetica, sans-serif;
  color: #434343;
}

a:hover { color: #852626; }

em, code { color: #852626; }
.outer .mod-transparent em,
.outer .mod-transparent code { color: #434343; }
.outer .mod-transparent em.box { color: #fff; }

ins, mark { background-color: #ffa; }
mark { color: #434343; }  

hr { border-top-color: #ddd; }

pre {
  border: 1px solid #ddd;
  background: #fafafa;
}

::-moz-selection { color: #fff; }
::selection { color: #fff; }

small {
  display: inline-block;
  line-height: 12px;
}


/* Useful Snippets
----------------------------------------------------------------------------------------------------*/