/**************************************************************************************************/
/*
/*		File:
/*			style.css
/*		Description:
/*			This file contains CSS for the front-end aspects.
/*		Copyright:
/*			Copyright (c) 2016 thnkng.co
/*
/**************************************************************************************************/

/* Horizontal Rules */

hr.rule.default { border-style: solid; }
hr.rule.dotted { border-style: dotted; }
hr.rule.dashed { border-style: dashed; }
hr.rule.double { border-top: 1px solid #eee; border-bottom: 1px solid #eee; height: 1px; }