/* @  Base Layout
 * ------------------------------------------------------------ */
a:link, a:visited {
  color: #333;
  text-decoration: none; }

a:hover, a:active {
  color: #333;
  text-decoration: underline; }

a {
  overflow: hidden;
  outline: none; }

::-moz-selection {
  background: #48418B;
  color: #FFF;
  text-shadow: none; }

::selection {
  background: #48418B;
  color: #FFF;
  text-shadow: none; }

a {
  -webkit-tap-highlight-color: rgba(72, 65, 139, 0.5); }

a:link {
  -webkit-tap-highlight-color: rgba(72, 65, 139, 0.5); }
