/**************
* This is our Reset
*/
/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: 'Roboto', sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-size: 16px;
}

/*h1,h2,h3,h4,h4,.contentTitle {font-family: Cinzel,'Book Antiqua',Serif;}*/
/**
 * Remove default margin.
 */
body {
  margin: 0;
  box-sizing: border-box;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
  box-sizing: border-box;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
  box-sizing: border-box;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

div {
  box-sizing: border-box;
}

ul, ol {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

/************
* End CSS Reset
*/
/*****
* Flex Grid
*/
/*
 * Removed gutters by default Due to a pixel rounding bug in IE 10+
 * Once Google puts variables back we can use these to customize the grid
:root {
  var-half-gutter-width: 0.5rem;
  var-gutter-compensation: -0.5rem;
  var-outer-margin: 2rem;
}
*/
.grid {
  padding-right: var(outer-margin, 0);
  padding-left: var(outer-margin, 0);
}

.row {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: var(gutter-compensation, 0);
  margin-left: var(gutter-compensation, 0);
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: row-reverse;
  -ms-flex-wrap: row-reverse;
  flex-wrap: row-reverse;
}

.column.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-flex-wrap: column-reverse;
  -ms-flex-wrap: column-reverse;
  flex-wrap: column-reverse;
}

.column-auto-hand,
.column-1-hand,
.column-2-hand,
.column-3-hand,
.column-4-hand,
.column-5-hand,
.column-6-hand,
.column-7-hand,
.column-8-hand,
.column-9-hand,
.column-10-hand,
.column-11-hand,
.column-12-hand,
.offset-1-hand,
.offset-2-hand,
.offset-3-hand,
.offset-4-hand,
.offset-5-hand,
.offset-6-hand,
.offset-7-hand,
.offset-8-hand,
.offset-9-hand,
.offset-10-hand,
.offset-11-hand,
.offset-12-hand {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: var(half-gutter-width, 0);
  padding-left: var(half-gutter-width, 0);
}

.column-auto-wall,
.column-auto-desk,
.column-auto-lap,
.column-auto-hand {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.column-1-hand {
  -webkit-flex-basis: 8.333333333%;
  -ms-flex-preferred-size: 8.333333333%;
  flex-basis: 8.333333333%;
}

.column-2-hand {
  -webkit-flex-basis: 16.666666667%;
  -ms-flex-preferred-size: 16.666666667%;
  flex-basis: 16.666666667%;
}

.column-3-hand {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.column-4-hand {
  -webkit-flex-basis: 33.333333333%;
  -ms-flex-preferred-size: 33.333333333%;
  flex-basis: 33.333333333%;
}

.column-5-hand {
  -webkit-flex-basis: 41.666666667%;
  -ms-flex-preferred-size: 41.666666667%;
  flex-basis: 41.666666667%;
}

.column-6-hand {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.column-7-hand {
  -webkit-flex-basis: 58.333333333%;
  -ms-flex-preferred-size: 58.333333333%;
  flex-basis: 58.333333333%;
}

.column-8-hand {
  -webkit-flex-basis: 66.666666667%;
  -ms-flex-preferred-size: 66.666666667%;
  flex-basis: 66.666666667%;
}

.column-9-hand {
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
}

.column-10-hand {
  -webkit-flex-basis: 83.333333333%;
  -ms-flex-preferred-size: 83.333333333%;
  flex-basis: 83.333333333%;
}

.column-11-hand {
  -webkit-flex-basis: 91.666666667%;
  -ms-flex-preferred-size: 91.666666667%;
  flex-basis: 91.666666667%;
}

.column-12-hand {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.offset-1-hand {
  margin-left: 8.333333333%;
}

.offset-2-hand {
  margin-left: 16.666666667%;
}

.offset-3-hand {
  margin-left: 25%;
}

.offset-4-hand {
  margin-left: 33.333333333%;
}

.offset-5-hand {
  margin-left: 41.666666667%;
}

.offset-6-hand {
  margin-left: 50%;
}

.offset-7-hand {
  margin-left: 58.333333333%;
}

.offset-8-hand {
  margin-left: 66.666666667%;
}

.offset-9-hand {
  margin-left: 75%;
}

.offset-10-hand {
  margin-left: 83.333333333%;
}

.offset-11-hand {
  margin-left: 91.666666667%;
}

.start-hand {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-hand {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.end-hand {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-hand {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.middle-hand {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-hand {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.around-hand {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-hand {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first-hand {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.last-hand {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 40.063em) {
  .column-auto-lap {
    -webkit-flex-basis: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
  }

  .column-1-lap {
    -webkit-flex-basis: 8.333333333%;
    -ms-flex-preferred-size: 8.333333333%;
    flex-basis: 8.333333333%;
  }

  .column-2-lap {
    -webkit-flex-basis: 16.666666667%;
    -ms-flex-preferred-size: 16.666666667%;
    flex-basis: 16.666666667%;
  }

  .column-gs-lap {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }

  .column-3-lap {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .column-4-lap {
    -webkit-flex-basis: 33.333333333%;
    -ms-flex-preferred-size: 33.333333333%;
    flex-basis: 33.333333333%;
  }

  .column-5-lap {
    -webkit-flex-basis: 41.666666667%;
    -ms-flex-preferred-size: 41.666666667%;
    flex-basis: 41.666666667%;
  }

  .column-6-lap {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .column-7-lap {
    -webkit-flex-basis: 58.333333333%;
    -ms-flex-preferred-size: 58.333333333%;
    flex-basis: 58.333333333%;
  }

  .column-8-lap {
    -webkit-flex-basis: 66.666666667%;
    -ms-flex-preferred-size: 66.666666667%;
    flex-basis: 66.666666667%;
  }

  .column-9-lap {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }

  .column-10-lap {
    -webkit-flex-basis: 83.333333333%;
    -ms-flex-preferred-size: 83.333333333%;
    flex-basis: 83.333333333%;
  }

  .column-11-lap {
    -webkit-flex-basis: 91.666666667%;
    -ms-flex-preferred-size: 91.666666667%;
    flex-basis: 91.666666667%;
  }

  .column-12-lap {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .offset-1-lap {
    margin-left: 8.333333333%;
  }

  .offset-2-lap {
    margin-left: 16.666666667%;
  }

  .offset-3-lap {
    margin-left: 25%;
  }

  .offset-4-lap {
    margin-left: 33.333333333%;
  }

  .offset-5-lap {
    margin-left: 41.666666667%;
  }

  .offset-6-lap {
    margin-left: 50%;
  }

  .offset-7-lap {
    margin-left: 58.333333333%;
  }

  .offset-8-lap {
    margin-left: 66.666666667%;
  }

  .offset-9-lap {
    margin-left: 75%;
  }

  .offset-10-lap {
    margin-left: 83.333333333%;
  }

  .offset-11-lap {
    margin-left: 91.666666667%;
  }

  .start-lap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-lap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-lap {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-lap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-lap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-lap {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-lap {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-lap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-lap {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-lap {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 64.063em) {
  .column-auto-desk {
    -webkit-flex-basis: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
  }

  .column-1-desk {
    -webkit-flex-basis: 8.333333333%;
    -ms-flex-preferred-size: 8.333333333%;
    flex-basis: 8.333333333%;
  }

  .column-2-desk {
    -webkit-flex-basis: 16.666666667%;
    -ms-flex-preferred-size: 16.666666667%;
    flex-basis: 16.666666667%;
  }

  .column-gs-desk {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }

  .column-3-desk {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .column-4-desk {
    -webkit-flex-basis: 33.333333333%;
    -ms-flex-preferred-size: 33.333333333%;
    flex-basis: 33.333333333%;
  }

  .column-5-desk {
    -webkit-flex-basis: 41.666666667%;
    -ms-flex-preferred-size: 41.666666667%;
    flex-basis: 41.666666667%;
  }

  .column-6-desk {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .column-7-desk {
    -webkit-flex-basis: 58.333333333%;
    -ms-flex-preferred-size: 58.333333333%;
    flex-basis: 58.333333333%;
  }

  .column-8-desk {
    -webkit-flex-basis: 66.666666667%;
    -ms-flex-preferred-size: 66.666666667%;
    flex-basis: 66.666666667%;
  }

  .column-9-desk {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }

  .column-10-desk {
    -webkit-flex-basis: 83.333333333%;
    -ms-flex-preferred-size: 83.333333333%;
    flex-basis: 83.333333333%;
  }

  .column-11-desk {
    -webkit-flex-basis: 91.666666667%;
    -ms-flex-preferred-size: 91.666666667%;
    flex-basis: 91.666666667%;
  }

  .column-12-desk {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .offset-1-desk {
    margin-left: 8.333333333%;
  }

  .offset-2-desk {
    margin-left: 16.666666667%;
  }

  .offset-3-desk {
    margin-left: 25%;
  }

  .offset-4-desk {
    margin-left: 33.333333333%;
  }

  .offset-5-desk {
    margin-left: 41.666666667%;
  }

  .offset-6-desk {
    margin-left: 50%;
  }

  .offset-7-desk {
    margin-left: 58.333333333%;
  }

  .offset-8-desk {
    margin-left: 66.666666667%;
  }

  .offset-9-desk {
    margin-left: 75%;
  }

  .offset-10-desk {
    margin-left: 83.333333333%;
  }

  .offset-11-desk {
    margin-left: 91.666666667%;
  }

  .start-desk {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-desk {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-desk {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-desk {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-desk {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-desk {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-desk {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-desk {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-desk {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-desk {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 90.063em) {
  .column-auto-wall {
    -webkit-flex-basis: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
  }

  .column-1-wall {
    -webkit-flex-basis: 8.333333333%;
    -ms-flex-preferred-size: 8.333333333%;
    flex-basis: 8.333333333%;
  }

  .column-2-wall {
    -webkit-flex-basis: 16.666666667%;
    -ms-flex-preferred-size: 16.666666667%;
    flex-basis: 16.666666667%;
  }

  .column-gs-wall {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }

  .column-3-wall {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .column-4-wall {
    -webkit-flex-basis: 33.333333333%;
    -ms-flex-preferred-size: 33.333333333%;
    flex-basis: 33.333333333%;
  }

  .column-5-wall {
    -webkit-flex-basis: 41.666666667%;
    -ms-flex-preferred-size: 41.666666667%;
    flex-basis: 41.666666667%;
  }

  .column-6-wall {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .column-7-wall {
    -webkit-flex-basis: 58.333333333%;
    -ms-flex-preferred-size: 58.333333333%;
    flex-basis: 58.333333333%;
  }

  .column-8-wall {
    -webkit-flex-basis: 66.666666667%;
    -ms-flex-preferred-size: 66.666666667%;
    flex-basis: 66.666666667%;
  }

  .column-9-wall {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }

  .column-10-wall {
    -webkit-flex-basis: 83.333333333%;
    -ms-flex-preferred-size: 83.333333333%;
    flex-basis: 83.333333333%;
  }

  .column-11-wall {
    -webkit-flex-basis: 91.666666667%;
    -ms-flex-preferred-size: 91.666666667%;
    flex-basis: 91.666666667%;
  }

  .column-12-wall {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .offset-1-wall {
    margin-left: 8.333333333%;
  }

  .offset-2-wall {
    margin-left: 16.666666667%;
  }

  .offset-3-wall {
    margin-left: 25%;
  }

  .offset-4-wall {
    margin-left: 33.333333333%;
  }

  .offset-5-wall {
    margin-left: 41.666666667%;
  }

  .offset-6-wall {
    margin-left: 50%;
  }

  .offset-7-wall {
    margin-left: 58.333333333%;
  }

  .offset-8-wall {
    margin-left: 66.666666667%;
  }

  .offset-9-wall {
    margin-left: 75%;
  }

  .offset-10-wall {
    margin-left: 83.333333333%;
  }

  .offset-11-wall {
    margin-left: 91.666666667%;
  }

  .start-wall {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-wall {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-wall {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-wall {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-wall {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-wall {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-wall {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-wall {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-wall {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-wall {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
/******
* End Flex Grid
*/
/* current responsive break mode indicators */
a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.hand {
  display: inline-block;
}

.lap {
  display: none;
}

.desk {
  display: none;
}

.wall {
  display: none;
}

/***
* lap
*/
@media only screen and (min-width: 40.063em) {
  html {
    font-size: 16px;
  }

  #profile_nav_link_li a.adminBar > .fa-user {
    font-size: inherit;
  }
}
/*** font size ****/
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  padding: 0;
}

.display4 {
  font-weight: 200;
  font-size: 7rem;
  line-height: 3rem;
}

.display3 {
  font-size: 3.5rem;
  line-height: 3rem;
}

.display2 {
  font-size: 2.813rem;
  line-height: 3rem;
}

h1,
.display1 {
  font-size: 2.125rem;
  line-height: 2.5rem;
}

h2,
.headline {
  font-size: 1.5rem;
  line-height: 2rem;
}

#nav-toggle {
  font-size: 1.5rem;
}

/* needs a font size, but no line-height as that is usage specific */
h3,
.title,
.card .heading,
.card .card_title {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 2rem;
}

.subhead,
label {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.75rem;
}

h4,
.body1,
.flat-button,
.button,
.widgetFrame .widgetMenuTopCenter .contentTitle,
.widgetFrame .widgetBodyTopCenter .contentTitle,
.content_card_header .contentTitle,
h1.page_main_title,
body a.split-link {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75rem;
}

.body2 {
  font-size: .875rem;
  line-height: 1.25rem;
}

input[type="checkbox"] {
  height: 1rem;
  width: 1rem;
}

/* this really needs to be scaled to the font size */
.menu,
.post_date,
.post_since,
.forum_pagination {
  font-size: .875rem;
}

.caption,
.button.small,
.forum_moderation_footer {
  font-size: .75rem;
}

.button .fa {
  font-size: 15px;
}

/* this accounts for an odd font awesome pixel sizing things */
.micro,
.note {
  font-size: .625rem;
}

/*** leading & special formatting ****/
b,
strong {
  font-weight: 700;
}

.body2 {
  font-weight: 500;
}

.button,
input[type="submit"] {
  text-transform: capitalize;
  line-height: 1rem;
}

.form_header {
  margin-top: 1rem;
}

button,
input,
optgroup,
select,
textarea {
  margin-bottom: 1rem;
}

.data-table button,
.data-table input,
.data-table optgroup,
.data-table select,
.data-table textarea {
  margin-bottom: 0rem;
}

.form_v3 textarea {
  display: block;
}

.full-width,
input.full-wdith {
  width: 100%;
  max-width: 100%;
}

.no-margin,
input.no-margin {
  margin: 0px;
}

.no-padding,
input.no-padding {
  padding: 0px;
}

.inline-override,
input[type="text"].inline-override {
  display: inline;
}

.attendance_report_range td {
  padding: 3px;
}

#site_nav .nav-list a {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 2rem;
  text-decoration: none;
}

#site_nav .nav-list a:hover,
#site_nav .toggle-topbar a:hover {
  text-decoration: none;
}

/*** strcutre structure ***/
p {
  margin-top: .25rem;
  margin-bottom: 1rem;
}

.image_view td.header {
  min-height: 800px;
}

.gallery_detail_container .image {
  text-align: center;
}

.gallery_detail_container .image_header {
  min-height: 150px;
}

.gallery_detail_container .image_title {
  word-break: break-all;
  padding: 0px 10px;
}

.image_title .subhead {
  line-height: .25;
}

/*** end base typographic rhythm ******/
.nav-toggle:after {
  font-size: 2.0rem;
}

#profile_nav_link_li a.adminBar > .fa-user {
  font-size: 1.5rem;
}

a.adminBar {
  line-height: 42px;
}

a.nav-toggle, .adminBar .fa {
  line-height: 42px;
}

.popupHeader {
  font-size: 16px;
  font-weight: bold;
}

.popupHeader .modal_close {
  font-size: 16px;
}

@media only screen and (min-width: 40.063em) {
  #profile_nav_link_li a.adminBar > .fa-user {
    font-size: 20px;
  }
}
.main-nav > ul, .global-nav > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-nav > ul {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-start;
}

.global-nav > ul {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.js .nav-collapse-0.opened {
  overflow: visible;
  max-height: auto;
}

a.adminBar {
  padding: 0px 10px;
}

#global_nav_wrap {
  padding-left: 10px;
}

#admin_nav li#notification_activity_nav_link_li {
  display: none;
}

#admin_nav li.mobile-hide {
  display: none;
}

#left-widget-column, #right-widget-column, #bottom-center-widget-column {
  flex: 1;
}

/**** on of our few global styles is this one ********/
#global_nav_over_wrap {
  border-bottom: 1px solid #e0e0e0;
  background-color: #eee;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  color: rgba(0, 0, 0, 0.87);
}

.nav-toggle:after {
  color: rgba(0, 0, 0, 0.87);
}

#site_nav .main-nav.opened ul.nav-list {
  background-color: #eee;
  box-sizing: border-box;
  width: 100%;
}

#site_nav .dropdown {
  margin-top: 3px;
}

#site_nav .dropdown li:not(.has-form) a:not(.button) {
  padding: 0 15px;
  line-height: 35px;
}

#site_nav .dropdown li a:hover {
  text-decoration: none;
}

/* basic padding */
header {
  padding: 10px;
}

footer {
  padding: 10px;
}

/* on mobile, no padding */
#left, #center, #right {
  padding: 0px 0px 0px 0px;
}

#center {
  padding-top: 0px;
}

.top-bar {
  padding-left: 0px;
}

.top-bar.expanded {
  padding-left: 0px;
}

.top-bar.expanded {
  background-color: #eee;
}

.top-bar.expanded .top-bar-section ul li > a, #site_nav .top-bar.expanded .dropdown li:not(.has-form) a:not(.button) {
  padding: 10px 0 10px 0;
  padding-left: 15px;
  line-height: inherit;
}

.top-bar.expanded .top-bar-section ul li {
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0.05);
  border-bottom-style: solid;
}

.parent-link {
  display: none !important;
}

/***
* lap
*/
@media only screen and (min-width: 40.063em) {
  /* on larger devices add some padding */
  #left, #center, #right {
    padding: 0px 5px 0px 5px;
  }

  #center {
    padding-top: 5px;
  }

  #main-content {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  #top-center-widget-column {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  #bottom-center-widget-column {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  #center {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  #left {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  #right {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  #left, #center, #right {
    padding: 5px;
  }

  .main-nav ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: justify;
  }

  .global-nav ul {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .lap {
    display: inline-block;
  }

  #nav_wrap {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  #site_nav .nav-list {
    height: 42px;
  }

  a.guildNavLink {
    height: 24px;
    padding: 11px 10px 7px 11px;
    display: inline-block;
  }

  /* 11px looks odd, but it lines some things up */
  #nav-toggle {
    display: none;
  }

  #admin_nav li#notification_activity_nav_link_li {
    display: inline;
  }

  #site_nav .dropdown {
    box-shadow: 5px 3px 10px #888888;
  }

  .top-bar {
    padding-left: 5px;
  }

  #admin_nav li.mobile-logout {
    display: none;
  }
}
/****
* desk
*/
@media only screen and (min-width: 64.063em) {
  #main-content {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  #top-center-widget-column {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  #bottom-center-widget-column {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  #content_wrap {
    max-width: 1190px;
    margin: 0 auto;
  }

  #footer_container {
    max-width: 1190px;
    margin: 0 auto;
  }

  #header {
    max-width: 1190px;
    margin: 0 auto;
  }

  #site_nav {
    max-width: 1190px;
    margin: 0 auto;
  }

  #global_nav_wrap {
    max-width: 1190px;
    margin: 0 auto;
  }

  .desk {
    display: inline-block;
  }
}
/****
* wall
*/
@media only screen and (min-width: 90.063em) {
  #content_wrap {
    max-width: 1190px;
    margin: 0 auto;
  }

  #site_nav {
    max-width: 1190px;
    margin: 0 auto;
  }

  #global_nav_wrap {
    max-width: 1190px;
    margin: 0 auto;
  }

  .wall {
    display: inline-block;
  }
}
/*******************
* sample global stuff
*/
div img {
  max-width: 100%;
}

/***********
* end sample global stuff
*/
/* login form */
.popupForm {
  width: 100%;
  text-align: center;
  position: fixed;
  top: 15%;
}

.popupContainer {
  position: relative;
  margin: 0 auto;
  text-align: left;
}

/***************
* end sample styling
*/
/******** style info ************/
a:active,
a:hover {
  text-decoration: underline;
}

a.guildNavLink {
  text-decoration: none;
}

#lean_overlay {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.popupContainer {
  border-width: 10px;
  border-style: solid;
  width: 600px;
}

.popupContainer .popupBody {
  padding: 10px;
}

.popupHeader {
  text-transform: uppercase;
}

.popupHeader {
  position: relative;
  padding: 10px 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.popupHeader .modal_close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 15px;
  cursor: pointer;
}

.popupBody {
  padding: 20px;
}

.flat-button, .button {
  padding: 10px 16px;
  line-height: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.1s ease-in-out;
  -webkit-transition: background 0.1s ease-in-out;
  -moz-transition: background 0.1s ease-in-out;
  -ms-transition: background 0.1s ease-in-out;
  -o-transition: background 0.1s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 0px;
  border-style: none;
}

.button.small {
  padding: 5px 8px;
}

.flat-button:active, .button:active {
  padding-top: 13px;
  padding-bottom: 7px;
  box-shadow: 0px 0px 0px 0px #0084B4;
}

.flat-button.small:active, .button.small:active {
  padding-top: 8px;
  padding-bottom: 2px;
  box-shadow: 0px 0px 0px 0px #0084B4;
}

.flat-button, .button, .flat-button:hover, .button:hover, .flat-button:active, .button:active {
  outline: 0 none;
  text-decoration: none;
}

.button.standard, .button.secondary {
  margin-bottom: 3px;
}

.button.btn-widget-config {
  padding: 3px 3px;
  box-shadow: none;
  margin-bottom: 0px;
}

.button.btn-widget-config:hover, .button.btn-widget-config:active {
  outline: 0 none;
  text-decoration: none;
}

label {
  display: block;
  margin-bottom: 5px;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="time"],
input[type="date"] {
  display: block;
  padding: 10px;
  border-width: 1px;
  border-style: solid;
}

select {
  padding: 10px;
  width: 100%;
}

.user_login input[type="text"], .user_login input[type="email"], .user_login input[type="password"] {
  width: 90%;
  padding: 10px;
}

.user_login input[type="checkbox"] {
  float: left;
  margin-right: 5px;
  margin-top: 5px;
}

.user_login input[type="checkbox"] + label {
  float: left;
}

.user_login .checkbox, .checkbox_group {
  margin-bottom: 10px;
  clear: both;
  overflow: hidden;
}

.forgot_password {
  display: block;
  margin: 20px 0 10px;
  clear: both;
  overflow: hidden;
  text-decoration: none;
}

.social_login .social_box {
  display: block;
  clear: both;
  padding: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

.social_login .icon {
  display: block;
  width: 10px;
  padding: 5px 10px;
  margin-right: 10px;
  float: left;
  font-size: 16px;
  text-align: center;
}

.social_login .icon_title {
  display: block;
  padding: 5px 0;
  float: left;
  font-weight: bold;
  font-size: 16px;
}

.centeredText {
  text-align: center;
  margin: 20px 0;
  clear: both;
  overflow: hidden;
  text-transform: uppercase;
}

.action_btns {
  clear: both;
  overflow: hidden;
}

.action_btns a {
  display: block;
}

/* nav dropdowns */
#admin_nav {
  float: right;
}

#admin_nav, .tab_panel li, li.admin_top_nav {
  list-style-type: none;
  margin: 0px;
}

#admin_nav li, li.admin_top_nav {
  display: inline-block;
  position: relative;
  list-style: none;
  margin: 0px;
}

.admin_top_nav{
  border:1px solid #cc33ff;
  float:left;
}

.tab_panel li {
  display: inline-block;
  position: relative;
  list-style: none;
  margin: 0px;
}

#admin_nav ul, .tab_panel ul {
  margin: 0px;
  z-index: 999999;
}

.tab_panel a {
  padding: 4px 4px;
}

.tab_subnav_panel {
  margin-bottom: 10px;
}

/* end nav dropdowns */
/* nav dropdown styling */
.navgroup {
  max-width: 225px;
  border-style: solid;
  border-width: 0 1px 1px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  z-index: 99;
  padding: 5px 0;
  padding: 5px 0 0;
  position: fixed;
  overflow: hidden;
}

.navgroup ul {
  margin: 0;
  list-style: none;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 17px;
  list-style-position: outside;
  display: block;
}

.navgroup li {
  white-space: nowrap;
  display: block;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.navgroup a, #admin_nav .navgroup a {
  display: block;
  font-size: 14px;
  padding: 5px 10px;
  text-shadow: none;
  border-width: 1px 0;
  border-style: solid;
}

.navgroup a {
  display: block;
  margin-bottom: 3px;
}

.navgroup .divider {
  font-size: 0.7em;
  text-transform: uppercase;
  padding: 0 10px;
  font-weight: bold;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin: 5px 0;
  box-sizing: border-box;
}

.nav-icon {
  padding-right: 3px;
}

.dropdown-icon {
  width: 14px;
  padding-right: 6px;
  text-align: center;
  display: inline-block;
}

#user_profile_nav {
  min-width: 200px;
}

#user_profile_nav img {
  vertical-align: bottom;
  padding-bottom: 0px;
}

#user_profile_nav .small-avatar {
  float: left;
  margin: 3px 10px 0 0;
}

#sub_nav_tabs {
  width: 100%;
}

#sub_nav_tabs li {
  display: inline-block;
  margin-left: 5px;
  line-height: 1;
  border-left-width: 1px;
  border-left-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
  border-top-width: 1px;
  border-top-style: solid;
}

#sub_nav_tabs li:first-child {
  margin-left: 0px;
}

#sub_nav_tabs li a {
  display: inline-block;
  padding: 7px;
  text-decoration: none;
}

#sub_nav_container {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  margin-bottom: 10px;
}

#sub_nav_container.subpanel {
  margin-bottom: 0px;
}

.widget_action_footer {
  border-top-width: 1px;
  border-top-style: solid;
  margin-top: 10px;
  padding-top: 10px;
}

.widg_config_control_panel {
  border-top-width: 2px;
  border-top-style: solid;
  padding: 3px;
  text-align: right;
  overflow: hidden;
}

.widg_config_control_panel .config_option {
  display: inline-block;
  margin-right: 3px;
}

.widg_config_control_panel .config_option:last-child {
  margin-right: 0px;
}

.drag_handle {
  padding: 3px;
  text-align: right;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  overflow: hidden;
}

.drag_handle:hover {
  cursor: move;
}

.widgetdisplay_marker_color {
  min-height: 300px;
  padding-bottom: 100px;
}

.small-avatar {
  overflow: hidden;
  border-width: 2px;
  border-style: solid;
}

#header_wrap {
  background-size: cover;
  max-width: 100%;
  height: 450px;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
}

#file_upload_popup {
  display: none;
  position: fixed;
  width: 480px;
  padding: 10px;
  top: 50%;
  left: 50%;
  margin-top: -140px;
  margin-left: -240px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  z-index: 999;
}

.file_upload_progress_bar_container {
  width: 480px;
  height: 30px;
  padding: 0;
  margin: 0;
}

#file_upload_progress {
  width: 0%;
  height: 100%;
}

.file_upload_note {
  padding-top: 20px;
}

.file_upload_button {
  padding: 0px;
}

/* tables */
/* 
Generic Styling, for Desktops/Laptops 
*/
table.data-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}

.data-table th {
  font-weight: bold;
  text-align: left;
}

.data-table td, .data-table th {
  padding: 6px;
  text-align: left;
}

.nav-list-style li {
  display: inline;
}

/* end tables */
.top-bar .toggle-topbar a, .top-bar .toggle-topbar.menu-icon a {
  color: rgba(0, 0, 0, 0.87);
}

.top-bar .toggle-topbar a:hover, .top-bar .toggle-topbar.menu-icon a:hover {
  color: rgba(0, 0, 0, 0.5);
}

.top-bar.expanded a {
  color: rgba(0, 0, 0, 0.87);
}

.top-bar.expanded a:hover {
  color: rgba(0, 0, 0, 0.5);
}

/***
* lap
*/
@media only screen and (min-width: 40.063em) {
  #nav_wrap {
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }

  #site_nav #nav li:hover {
    border-bottom-width: 3px;
    border-bottom-style: solid;
    box-sizing: border-box;
  }

  select {
    width: inherit;
  }

  #site_nav #nav .top-bartop-bar-section li {
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
  }
}
.widgetMenuBottomCenter {
  display: none;
}

input.force-inline {
  display: inline;
}

.shoutbox_page {
  overflow-x: hidden;
}

/**************************************************************************************************************
* CORE STYLING, COLORS, Etc. - These elements shouold only change if we absolutely have to
*/
.social_login .fb .icon {
  background-color: #3B5998;
}

.social_login .google .icon {
  background-color: #DD4B39;
}

.social_login .social_box:hover {
  background: #E4E4E2;
}

.drag_handle {
  background-color: rgba(63, 184, 232, 0.54);
  border-bottom-color: #efefef;
}

.widgetdisplay_marker_color {
  background-color: rgba(45, 255, 44, 0.1);
}

.small-avatar {
  border-color: #fff;
  color: #fff;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

#header_wrap {
  background-color: rgba(0, 0, 0, 0.8);
}

.file_upload_progress_bar_container {
  background-color: white;
}

#file_upload_progress {
  background-color: green;
}

.file_upload_button {
  background-color: rgba(255, 255, 255, 0.8);
  color: rgba(0, 0, 0, 0.8);
}

.forgot_password {
  color: #ED6347;
}

.social_login .social_box {
  background-color: #F4F4F2;
}

.social_login .icon {
  color: #FFF;
}

.social_login .icon_title {
  color: #777;
}

.navgroup {
  border-color: #ccc;
  -webkit-box-shadow: 0 5px 10px rgba(150, 150, 150, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(150, 150, 150, 0.2);
  -o-box-shadow: 0 5px 10px rgba(150, 150, 150, 0.2);
  -ms-box-shadow: 0 5px 10px rgba(150, 150, 150, 0.2);
  box-shadow: 0 5px 10px rgba(150, 150, 150, 0.2);
  background-color: #eee;
}

.navgroup a,
#admin_nav a {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
  text-decoration: none;
}

#admin_nav > li:hover {
  background-color: rgba(0, 0, 0, 0.12);
}

.navgroup a:hover {
  color: #fff;
  background: #36c !important;
  background: rgba(0, 102, 255, 0.66) !important;
  border-color: #06f;
  border-color: rgba(0, 102, 255, 0.75);
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.navgroup .divider {
  color: #888;
  border-bottom-color: #ddd;
}

#lean_overlay {
  background-color: rgba(0, 0, 0, 0.6);
}

.flat-button,
.button {
  text-shadow: 0 1px rgba(0, 0, 0, 0.4);
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
}

.widg_config_control_panel {
  border-color: #e1e8ed;
  background-color: rgba(63, 184, 232, 0.54);
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-danger, .alert-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.flexbox-warning {
  padding: 10px;
  text-align: center;
}

/***** general alignment *************/
.vert-centerd {
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.right-aligned-all {
  text-align: right;
}

.left-aligned-all {
  text-align: left;
}

/***
* lap
*/
@media only screen and (min-width: 40.063em) {
  .right-aligned-desk {
    text-align: right;
  }

  .left-aligned-desk {
    text-align: left;
  }
}
/************** avatar *****************/
.v3_profile_image img {
  padding: 2px;
  box-shadow: 0 0 2px #666 inset;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
}

.v3_profile_image.tiny img {
  height: 36px;
  width: 36px;
  padding: 2px;
  border-radius: 18px;
}

.v3_profile_image.mid img {
  height: 50px;
  width: 50px;
  padding: 2px;
  border-radius: 25px;
}

.v3_profile_image.large img {
  height: 100px;
  width: 100px;
  padding: 2px;
  border-radius: 50px;
}

/* dropdowns */
.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 1rem;
  z-index: 99;
  margin-top: 2px;
  max-width: 200px;
}

.f-dropdown li {
  padding-left: 5px;
}

body a.split-link {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  padding: 3px 0px 3px 5px;
}

body a.split-link:hover {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
}

/* end dropdowns */
/* widget config */
.widg_90 a {
  word-wrap: break-word;
}

/* end widget config */
/* random stuff */
#overDiv {
  padding: 5px;
  white-space: nowrap;
}

/* video */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.avatar.standard.av_tiny {
  height: 30px;
  width: 30px;
  background-size: cover;
  border-radius: 15px;
  display: inline-block;
}

/* features specific styling */
/* card related items */
/* card structure */
.card {
  margin: 0px 0px 10px 0px;
}

.card {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0px;
  overflow: hidden;
}

.card .card-button {
  display: inline-block;
  text-transform: uppercase;
}

.card .card_title {
  padding: 10px 10px 0px 10px;
  line-height: 26px;
  padding-bottom: 10px;
}

.card .card_actions {
  margin-top: 10px;
  padding: 0px 0px 10px 0px;
}

.card .card_header {
  background-size: cover;
}

.card .card_body {
  padding: 10px 10px 0px 10px;
}

/* tile related items */
.tile {
  padding: 10px 10px 10px 10px;
  border-bottom: 1px solid #e0e0e0;
}

.tile:last-child {
  border-bottom: none;
}

/* card styling */
/* basic card */
.card a {
  color: rgba(250, 250, 250, 0.87);
}

.card a:hover {
  color: rgba(250, 250, 250, 0.4);
}

.card .scrim {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 10px, rgba(0, 0, 0, 0.4) 40px, rgba(0, 0, 0, 0.3) 50px, rgba(0, 0, 0, 0.2) 60px, transparent 100%);
  height: 100%;
}

.card .card_footer a {
  color: rgba(0, 0, 0, 0.87);
}

.card {
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  background-color: #FFFFFF;
}

.card.community_card .card_title, .card.game_card .card_title, .card.glgame_card .card_title {
  color: #fafafa;
}

.card.community_card .card_header,
.card.game_card .card_header {
  height: 90px;
  background-size: cover;
  background-position: center center;
}

.card.community_card .card_header {
  height: 140px;
}

.card.game_card .card_body {
  height: 40px;
}

/* glgamecard */
.card.glgame_card .card_header {
  height: 90px;
  background-size: cover;
  background-position: center center;
}

@media only screen and (min-width: 40.063em) {
  .card_wrap {
    padding-right: 5px;
  }
}
.card.character_card {
  min-height: 170px;
  margin-right: 10px;
  box-sizing: border-box;
}

.card.character_card .card_body {
  padding-top: 0px;
}

.card.card.character_card {
  background-repeat: no-repeat;
  background-size: 110px 110px;
  position: relative;
}

.card.card.character_card.left {
  background-position: left top;
}

.card.card.character_card.right {
  background-position: right top;
}

.card.card.character_card.right a {
  margin: 0px;
}

.card.card.character_card.left .card_body,
.card.card.character_card.left .card_header {
  padding-left: 120px;
  text-align: left;
}

.card.card.character_card .card_header .card_title {
  padding: 10px 0px 5px 0px;
  white-space: nowrap;
  overflow: hidden;
}

.card.card.character_card.right .card_body,
.card.card.character_card.right .card_header {
  padding-right: 120px;
  text-align: right;
  margin: 0px;
}

.card.card.character_card .card_footer {
  position: absolute;
  bottom: 0px;
}

.card a .community_card .card_title:hover {
  color: rgba(250, 250, 250, 0.9);
}

.card .subheader {
  color: rgba(250, 250, 250, 0.87);
}

.card .card_footer a.primary_button {
  color: #1baae3;
  padding: 0px 10px 0px 10px;
}

.card .card_footer a.primary_button:hover {
  color: rgba(27, 170, 227, 0.4);
}

.card .card_footer a.secondary_button {
  padding: 0px 10px 0px 10px;
  color: rgba(0, 0, 0, 0.87);
}

.card .card_footer a.secondary_button:hover {
  color: rgba(0, 0, 0, 0.4);
}

.fa-image-icon.twitch {
  width: 15px;
  margin: 0px 3px 0px 3px;
  text-align: center;
}

/* blog card - temp */
.card.blog-card {
  padding: 10px;
}

/* award card */
.card.card-achievement .card_title {
  padding: 10px 10px 10px 10px;
}

.info-card .card_body {
  padding: 0px 10px 10px 10px;
}

/* card primary action */
#primary_action_container .card .card_header {
  height: auto;
}

.card-primary-action .card_title {
  color: rgba(0, 0, 0, 0.87);
}

.card-primary-action form {
  padding: 10px 10px 10px 10px;
}

.card-primary-action .alert {
  margin: 10px 10px 10px 10px;
}

.settings_list .alert {
  margin: 10px 10px 10px 10px;
}

.card a {
  color: rgba(0, 0, 0, 0.87);
}

.card a:hover {
  color: rgba(0, 0, 0, 0.5);
}

/* settings card */
#setting_card_list .card_title {
  color: rgba(0, 0, 0, 0.87);
}

.setting_tile .setting-area .tile_action {
  text-align: right;
}

#content-area .setting-area .col {
  padding: 10px 10px 10px 0px;
}

#setting_card_list label, #setting_card_list .flat-button {
  display: block;
}

/* new form styling */
.card-primary-action label {
  display: block;
}

label.required:after {
  padding: 10px 10px 0px 10px;
  color: rgba(250, 0, 0, 0.87);
  content: " * ";
}

/***** widget styling - widgets are really a form of card ****/
.widg_box, #main-content .widgetFrame, .content_card {
  border-width: 1px;
  border-style: solid;
  margin: 0px 0px 5px 0px;
  border-radius: 5px;
}

.widg_box:last-child {
  margin-bottom: 5px;
}

.widg_box .widgetBodyTopCenter, .widg_box .widgetMenuTopCenter, #main-content .widgetFrame .widgetMenuTopCenter, #main-content .widgetFrame .widgetBodyTopCenter {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  line-height: 1;
}

.content_tile {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
}

.content_tile:last-child {
  border-bottom: none;
}

.widg_box .widgetMenuTopCenter .contentTitle,
.widg_box .widgetBodyTopCenter .contentTitle,
#main-content .widgetFrame .contentTitle {
  padding: 3px 10px 3px 10px;
}

.content_card,
#main-content .widgetFrame .contentBody {
  padding: 10px 10px 10px 10px;
}

.widg_box .contentBody, .widg_box .menuBody {
  padding: 10px 10px 10px 10px;
}

.widgetBodyBottomCenter {
  display: none;
}

.content_card_container {
  margin: 0px 0px 5px 0px;
  border-radius: 5px;
  background-color: #333333;
}

.content_card_header {
  padding: 4px 10px 3px 10px;
}

.content_card:last-child {
  margin: 0px 0px 0px 0px;
  border-radius: 5px;
}

.content_card_footer {
  padding: 10px 10px 10px 10px;
}

.add_card {
  min-height: 136px;
}

.card_add_block {
  padding: 5px;
}

/************** forum ***************/
.forum_info_header {
  margin-bottom: 10px;
}

.sub-forum {
  padding: 10px 0px;
}

.forum-count {
  font-size: 1.25rem;
  font-weight: 300;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.forum-count,
.forum-freshness {
  text-align: center;
}

.forum-reply-count {font-size:.5rem;}

.forum-count .subhead,
.forum-freshness .subhead {
  width: 100%;
}

.forum-title {
  margin: 0 0px;
}

p.forum-description {
  margin: 2px 10px 0px 0px;
}

.forum-freshness .freshness-info {
  margin: 0px 0px 0px 10px;
  text-align: left;
  padding-top: 28px;
}

.freshness-info .v3_profile_image {
  float: left;
  margin: 3px;
}

.forum-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

a.fresh-title {
  display: block;
  line-height: 1.75rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

div.freshest-meta {
  margin: 0 0 0 65px;
  line-height: 1.75rem;
}

.freshest-author, .freshest-time {
  font-size: .75rem;
}

.sub-forum .freshest-author {
  display: inline;
  height: 1rem;
  padding-top: .5rem;
}

.forum-topactions {
  margin-bottom: 10px;
}

h3.forum-title {
  font-weight: normal;
}

.forum_post_actions {
  margin-bottom: 10px;
}

.forum_post_container {
  margin-bottom: 10px;
}

.forum_action_block {
  padding-right: 0px;
}

.forum_action_block.post_date {
  padding: 0px 0px;
}

.postbody_signature_spacer {
  width: 45%;
  height: 1px;
  margin-top: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

.double-divider {
  height: 1px;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.forum_post_user_info {
  padding-right: 5px;
  text-align: center;
}

.forum_post_user_info .name,
.forum_post_user_info .poster_details,
.forum_post_user_info .extra_details {
  display: block;
  text-align: left;
}

.forum_post_secondary_actions {
  margin-top: 10px;
  margin-bottom: 10px;
}

.forum_lower_action_block {
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.post_since select,
.post_since form,
.post_since input {
  padding: 0px;
  margin: 0px;
}

.post_since select {
  width: 100px;
}

.post_since {
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.forum_pagination {
  margin-bottom: 10px;
}

#posting_buttons {
  padding-top: 10px;
}

.poll_items div {
  padding-right: 5px;
}

.poll_timing label,
.poll_timing input {
  display: inline;
}

.forum-topactions .forum_action_block {
  padding-left: 0px;
}

.postVoting {
  margint-right: 5px;
  text-align: right;
}

.postbody_container {
  min-height: 210px;
}

.voteBoxUp,
.voteBoxVotes,
.voteBoxDown {
  display: inline;
}

.voteBoxVotes {
  padding: 0px 10px 0px 10px;
}

.button_box {
  padding-right: 5px;
}

.button_box:last-child {
  padding-right: 0px;
}

.button_box:nth-child(3) {
  padding-right: 0px;
}

.button_box.second_row {
  padding-top: 5px;
}

.pagination_row .nav {
  margin-top: 10px;
}

.pagination_row .nav:empty {
  margin-top: 0px;
}

.postbody .quote {
  border-left-width: 3px;
  border-left-style: solid;
  padding-left: 5px;
}

.non-mobile-hide.mobile-poster-name {
  display: inline-block;
}

.forum_action_block.voting-block {
  padding-right: 10px;
}

@media only screen and (min-width: 40.063em) {
  #nav_wrap {
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }

 	/*.sub-forum .forum-count	   			{
								border-right-width:1px;
								border-right-style:solid;
								border-left-width:1px;
								border-left-style:solid;
                            }*/
  .forum-topactions .forum-breadcrumbs {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .forum_action_block {
    padding-left: 5px;
  }

  .forum_action_block.post_date {
    padding: 0px 0px;
  }

  .forum_lower_action_block {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .calendar-mode-buttons .button {
    max-width: 100%;
  }

  .forum_post_body {
    padding-left: 5px;
  }

  .forum_action_block.voting-block {
    padding-right: 10px;
  }

  .non-mobile-hide.mobile-poster-name {
    display: none;
  }
}
@media only screen and (min-width: 64.063em) {
  .button_box:nth-child(3) {
    padding-right: 5px;
  }

  .button_box.second_row {
    padding-top: 0px;
  }
}

/*********** calendar *******************/
#calendarTable {
  border-spacing: 2px;
  border-collapse: separate;
}

#calendarTable .calendar-day {
  cursor: pointer;
}

#calendarTableWrap {
  margin-left: -2px;
  margin-right: -2px;
}

#calendarTable td {
  height: 100px;
}

#calendar-option-bar {
  margin-bottom: 10px;
}

#calendar-option-bar #calendar-option-view {
  margin-top: 5px;
}

.cal-dow-header {
  padding: 10px;
}

/* these three classes needed to make it wrap properyly */
#calendar-option-view a.button {
  margin-right: 5px;
}

#calendar-option-view a.button:last-child {
  margin-right: 0px;
}

.calendar-day {
  border: 1px solid transparent;
}

.calendar-day:hover {
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
}

.agenda-item {
  padding-top: 5px;
  padding-top: 3px;
}

.calendar-day {
  word-break: break-all;
}

/***
* lap
*/
@media only screen and (min-width: 40.063em) {
  #calendar-option-bar #calendar-option-view {
    margin-top: 0px;
  }

  .calendar-day {
    width: 14.28571%;
  }
}
/* activity */
#member_count_new {
  top: -4px;
}

/* chat */
#message {
  width: 100% !important;
  box-sizing: border-box;
  margin: 0px;
  width: 90%;
  height: 45px;
}

.chat_left_side {
  float: left;
  width: 70%;
}

.chat_right_side {
  float: right;
  width: 30%;
}

.chat_name {
  font-size: 9px;
  font-family: Verdana, sans-serif;
}

.chat_timesent {
  font-size: 9px;
  color: #888888;
  font-family: Verdana, sans-serif;
}

.chat_clearer, .clearer {
  clear: both;
}

.chat_container_them {
  float: left;
  padding-top: 1px;
}

.chat_container_you {
  float: right;
  padding-top: 1px;
}

.chat_bubble_them {
  background-color: #b38b6d;
  color: #000000;
  padding: 5px;
  width: 85%;
  float: left;
  margin-left: 10px;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  box-sizing: border-box;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  background: #fefff2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fefff2 0%, #effcc9 47%, #f4ffa3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefff2), color-stop(47%, #effcc9), color-stop(100%, #f4ffa3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fefff2 0%, #effcc9 47%, #f4ffa3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fefff2 0%, #effcc9 47%, #f4ffa3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fefff2 0%, #effcc9 47%, #f4ffa3 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fefff2 0%, #effcc9 47%, #f4ffa3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefff2', endColorstr='#f4ffa3',GradientType=0 );
  /* IE6-9 */
}

.chat_bubble_you {
  background-color: #66CCFF;
  color: #000000;
  float: right;
  padding: 5px;
  width: 85%;
  margin-right: 10px;
  box-sizing: border-box;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  background: #f0f9ff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f9ff), color-stop(47%, #cbebff), color-stop(100%, #a1dbff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=0 );
  /* IE6-9 */
}

.chat_bubble_them, .chat_item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#online_list {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}

#online_list img {
  height: 25px;
  width: 25px;
}

#online_list li {
  font-size: 14px;
}

#message {
  border-radius: 3px;
  padding: 5px;
  border-color: #cccccc;
}

.chat_client_container {
  background-color: #fafafa;
  color: #333333;
  max-width: 900px;
  margin: 0 auto;
  padding: 5px;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #e5e5e5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #e5e5e5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #e5e5e5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #e5e5e5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #e5e5e5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, white 0%, #e5e5e5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
  /* IE6-9 */
}

.chat_client_container img {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

#online_info, #chat_contents {
  height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}

#online_info, .chat_send_container {
  margin-left: 5px;
  padding-left: 5px;
}

#online_info {
  border-left: 1px solid rgba(0, 0, 0, 0.3);
}

.chat_message {
  width: 100%;
}

/************************************* CHAT COMPONENTS ***************************************************/
.chat_timesent {
  color: #888888;
}

.chat_bubble_them {
  background-color: #b38b6d;
  color: #000000;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  background: #fefff2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fefff2 0%, #effcc9 47%, #f4ffa3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefff2), color-stop(47%, #effcc9), color-stop(100%, #f4ffa3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fefff2 0%, #effcc9 47%, #f4ffa3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fefff2 0%, #effcc9 47%, #f4ffa3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fefff2 0%, #effcc9 47%, #f4ffa3 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fefff2 0%, #effcc9 47%, #f4ffa3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefff2', endColorstr='#f4ffa3',GradientType=0 );
  /* IE6-9 */
}

.chat_bubble_you {
  background-color: #66CCFF;
  color: #000000;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  background: #f0f9ff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f9ff), color-stop(47%, #cbebff), color-stop(100%, #a1dbff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=0 );
  /* IE6-9 */
}

.chat_client_container {
  background-color: #fafafa;
  color: #333333;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #e5e5e5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #e5e5e5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #e5e5e5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #e5e5e5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #e5e5e5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, white 0%, #e5e5e5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
  /* IE6-9 */
}

.chat_client_container img {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

#online_info {
  border-left: 1px solid rgba(0, 0, 0, 0.3);
}

#chat_contents, #online_info {
  margin-bottom: 3px;
}

/******************* CHAT GREY *****************/
.chat_client_container {
  border-radius: 3px;
}

#online_list li {
  color: #333333;
}

#online_info {
  border-left: 1px solid rgba(250, 250, 250, 0.3);
}

#message {
  background-color: #F0F0F0;
  color: #333333;
}

#online_list img {
  height: 15px;
  width: 15px;
}

.chat_bubble_you {
  background: none;
  background-color: #F0F0F0;
}

.chat_bubble_them {
  background: none;
  background-color: #F0F0F0;
}

/******************* CHAT Android *****************/
.chat_bubble_them, .chat_bubble_you {
  border-radius: 0px;
  padding: 0px;
  border-top: 1px solid rgba(250, 250, 250, 0.3);
  background: none;
  border: none;
  box-shadow: none;
  padding: 5px;
}

.chat_container_you, .chat_container_them {
  height: 40px;
  width: 40px;
}

.chat_bubble_you {
  text-align: right;
}

.chat_timesent, .chat_name {
  font-size: 9px;
  color: #888888;
}

.chat_item {
  border-radius: 0px;
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #ddd;
  width: 100%;
  clear: both;
  background-color: #FFFFFF;
}

.chat_item .chat_container_them img, .chat_item .chat_container_you img {
  height: 40px;
  width: 40px;
}

.chat_message {
  width: 100%;
}

/* activity stream */
#activity_stream {
  width: 480px;
  background-color: #dddddd;
  margin: 0 auto;
  padding: 10px;
  margin-top: 10px;
  padding: 10px;
}

#activity_stream .chat_container_them img {
  max-width: 60px;
  max-height: 60px;
}

#activity_stream .chat_container_them {
  width: 40px;
  box-sizing: border-box;
}

#activity_stream .chat_bubble_them {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#activity_stream .chat_bubble_them,
#activity_stream .chat_bubble_you {
  padding: 0px;
  width: 205px;
}

#activity_stream .chat_container_them a {
  padding: 0px;
}

#activity_stream .activity_title {
  white-space: normal;
  max-height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000000;
}

#activity_stream .chat_message {
  color: #000000;
  word-wrap: break-word;
}

#activity_stream .chat_item {
  /*font-size:14px;*/
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  -webkit-border-radius: 3px;
}

#activity_stream .chat_name {
  font-size: 18px;
}

#activity_stream .chat_timesent {
  /*font-size:12px;*/
  display: block;
}

#activity_stream div.activity_image {
  width: 400px;
}

#activity_stream img.activity_img {
  max-width: 400px;
  margin: 5px 0 5px 0;
}

#activity_stream .chat_clearer {
  margin-bottom: 5px;
}

#activity_stream .chat_item:last-child {
  margin-bottom: 0px;
}

@media only screen and (min-width: 40.063em) {
  #activity_stream .chat_bubble_them,
  #activity_stream .chat_bubble_you {
    padding: 0px;
    width: 400px;
  }
}
/* notifications */
/* stream counts */
.streamCt {
  position: relative;
  display: inline-block;
  font-size: 10px;
  padding: 2px 2px;
  font-weight: bold;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  line-height: 20px;
  margin-right: -6px;
  color: #fff;
  background-color: #bf3f08;
  top: -10px;
  left: -5px;
}

.adminBar .streamCt {
  font-size: 9px;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  background-color: #dc0d17;
  background-image: -webkit-gradient(linear, center top, center bottom, from(#fa3c45), to(#dc0d17));
  background-image: -webkit-linear-gradient(#fa3c45, #dc0d17);
}

#notification-activity-nav {
  max-width: 350px;
}

#notification-activity-nav .chat_container_them {
  white-space: normal;
}

#notification-activity-nav .chat_bubble_them,
#notification-activity-nav .chat_bubble_you {
  padding: 0px;
  width: 250px;
}

#notification-activity-nav .chat_container_them a {
  padding: 0px;
}

#notification_stream div.activity_image {
  max-width: 100%;
}

#notification_stream img.activity_img {
  max-width: 200px;
  margin: 5px 0 5px 0;
}

.activity_img_name {
  word-wrap: break-word;
  max-width: 100%;
  max-height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
}

#notification-activity-nav .activity_title {
  margin-right: 45px;
  white-space: normal;
  max-height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
}

#notification-activity-nav .chat_item {
  font-size: 14px;
  margin-bottom: 5px;
  padding: 5px;
}

.nav-icon {
  font-size: 20px;
  padding-right: 0px;
}

.fa-users {
  font-size: 18px;
}

#admin_bar_login_info a {
  padding-left: 10px;
  padding-right: 10px;
}

.navgroup .chat_item a,
#admin_nav .navgroup .chat_item a {
  padding: 0px;
  border: none;
  border-width: 0px;
  display: inline;
}

.navgroup .chat_name,
#admin_nav .navgroup .chat_name,
.navgroup .chat_timesent,
#admin_nav .navgroup .chat_timesent {
  font-size: 9px;
}

.navgroup .chat_name a,
#admin_nav .navgroup .chat_name a,
.navgroup .chat_timesent a,
#admin_nav .navgroup .chat_timesent a {
  font-size: 9px;
}

.navgroup .chat_item a,
#admin_nav .navgroup .chat_item a,
.chat_item a {
  color: #004f8c;
}

.navgroup .chat_item a:hover,
#admin_nav .navgroup .chat_item a:hover,
.chat_item a:hover {
  color: #09f;
  background: none !important;
}

/* growl notifications */
.growl .chat_item {
  width: 350px;
  background-color: #eeeeee;
  margin: 0 auto;
  padding: 10px;
  border-radius: 3px;
  margin-top: 10px;
  font-size: 14px;
}

.growl .chat_container_them img {
  max-width: 60px;
  max-height: 60px;
}

.growl .chat_container_them {
  width: 40px;
  box-sizing: border-box;
}

.growl .chat_bubble_them {
  padding: 0px;
}

.growl .chat_bubble_them,
.growl .chat_bubble_you {
  width: 80%;
}

.growl .chat_container_them a {
  padding: 0px;
}

.growl .activity_img {
  max-height: 40px;
  max-width: 40px;
  vertical-align: middle;
  padding: 5px;
}

.growl .activity_title {
  margin-right: 45px;
  white-space: normal;
  max-height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.growl .activity_title {
  margin-right: 45px;
  white-space: normal;
  max-height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.growl_list {
  margin: 0;
  padding: 0;
}

ul#user_profile_nav,
ul#user_profile_nav li {
  line-height: 1rem;
}

.navgroup .divider, #admin_nav li.divider {
  line-height: .75rem;
  display: block;
  height: 3px;
  margin-bottom: 2px;
}

ul#user_profile_nav .profile-name {
  line-height: 1.6rem;
}

/*
*  Flex Layout Specifics
*/
#tournament {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: row;
  -webkit-box-pack: left;
  -moz-box-pack: left;
  -ms-flex-pack: left;
  -webkit-justify-content: left;
  -webkit-box-align: left;
  -moz-box-align: left;
  -ms-flex-align: left;
  -webkit-align-items: left;
}

#tournament .round {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  width: 200px;
  list-style: none;
  padding: 0;
  padding-right: 16px;
}

#tournament .round .spacer {
  -webkit-box-flex-grow: 1.8;
  -moz-box-flex-grow: 1.8;
  -webkit-flex-grow: 1.8;
  -ms-flex-grow: 1.8;
  flex-grow: 1.8;
}

#tournament .round .spacer:first-child {
  -webkit-box-flex-grow: .4;
  -moz-box-flex-grow: .4;
  -webkit-flex-grow: .4;
  -ms-flex-grow: .4;
  flex-grow: .4;
}

#tournament .round .spacer:last-child {
  -webkit-box-flex-grow: .4;
  -moz-box-flex-grow: .4;
  -webkit-flex-grow: .4;
  -ms-flex-grow: .4;
  flex-grow: .4;
}

#tournament .round .game-spacer:last-child {
  -webkit-box-flex-grow: .6;
  -moz-box-flex-grow: .6;
  -webkit-flex-grow: .6;
  -ms-flex-grow: .6;
  flex-grow: .6;
}

#tournament .round .game-spacer {
  -webkit-box-flex-grow: 1;
  -moz-box-flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}

#tournament .round .team {
  padding: 0 10px 0 0;
  height: 30px;
  text-shadow: 1px 1px 0 #000;
  line-height: 30px;
  text-align: center;
  font-family: lato,helvetica,arial;
  position: relative;
  z-index: 2;
  /* overflow: hidden; */
  font-weight: 700;
  font-size: 11px;
  background: #30343f;
}

#tournament .round .team h3 {
  color: #fff;
  font-weight: 500;
  margin: 0 0;
  text-align: left;
  font-size: 12px;
  padding: 0 0 0 10px !important;
  background: none !important;
}

#tournament .round .team.win {
  background: #30343f;
}

#tournament .round .game-bottom {
  background: #24272f;
  color: #aab1bd;
  border-radius: 0 0 3px 3px;
}

#tournament .round .team.win span {
  background: linear-gradient(#55dc59, #3da73f);
}

#tournament .round .team.lose span, #tournament .round .team.bye span {
  background: linear-gradient(#fa3a3a, #c82424);
}

.team span {
  float: right;
  margin-left: 5px;
  text-align: center;
  width: 30px;
  background: #18191e;
  display: block;
  border-radius: 3px;
  line-height: 19px;
  cursor: pointer;
  margin-top: 5px;
  font-size: 10px;
  border: solid 1px #000;
  font-family: MiedingerMediumRegular,lato,helvetica,arial;
}

#tournament .round .team span.vs {
  position: absolute;
  border-radius: 30px;
  display: block;
  top: 50%;
  margin-top: -24px;
  left: 10%;
  display: block;
  background: #14161a;
  height: 14px;
  padding: 0 5px;
  line-height: 14px;
  font-size: 11px;
  color: #fff;
  z-index: 3;
  background: linear-gradient(#55dc59, #3da73f) !important;
}

#tournament .round li:hover .match-head {
  background: #414653;
  color: #fff;
}

#tournament .round .match-head {
  color: #aab1bd;
  z-index: 9;
  line-height: 16px;
  font-size: 10px;
  top: -20px;
  right: 0px;
  left: 0;
  background: #24272f;
  border-radius: 2px 2px 0 0;
  padding: 0 10px;
  text-align: right;
  border-bottom: solid 1px #1c1f26;
}

#tournament .round .match-head span {
  float: left;
}

#tournament .connector {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #3da73f;
  border-image: none;
  border-style: solid solid solid none;
  border-width: 2px;
  display: block;
  position: absolute;
  z-index: 1;
  min-height: 121px;
  min-width: 12px;
}

#tournament .connector.highlight {
  border-color: #1362b0;
}

#tournament .round-block {
  position: relative;
  padding: 10px 0;
  text-align: center;
  font-family: lato,helvetica,arial;
  font-size: 10px;
  margin-bottom: 30px;
  font-weight: 700;
  color: #aab1bd;
  background: #191a1f;
  border-radius: 5px;
}

/*
*  General Styles
*/
#tournament ul.round {
  margin: 0 1.5em 1.5em 0 !important;
}

#tournament li.game {
  padding-left: 20px;
}

#tournament li.game.winner {
  font-weight: bold;
}

#tournament li.game span {
  float: right;
  margin-right: 5px;
}

#tournament li.game-top {
  border-bottom: 1px solid #3da73f;
}

#tournament li.game-spacer {
  min-height: 40px;
}

#tournament li.game-bottom {
  border-top: 1px solid #3da73f;
}

#tournament li.game .winner {
  box-shadow: 0 0 0 2px #c0a031;
  overflow: visible;
  height: 40px;
  margin-top: -5px;
  border: 0;
  background: #c0a031 !important;
}

.bracket_title {
  height: 37px;
  line-height: 37px;
  overflow: hidden;
  padding: 1px 0;
  text-align: center;
  /* background: none repeat scroll 0 0 #333E49; */
}

#tournament {
  width: 1200px;
  max-width: 1200px;
}

.bracket_list {
  background: #2C2D31;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #24272f;
  padding: 20px 0 0 20px;
  margin-bottom: 10px;
}

.bracket_list .tournament {
  background: #191a1f;
  float: left;
  width: 45%;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
  border-radius: 3px;
  margin-right: 20px;
  margin-bottom: 20px;
  opacity: 1;
  overflow: hidden;
  opacity: 1;
  box-shadow: 0 0 0px 1px #2b2d34;
}

.bracket_list .tournament:hover {
  box-shadow: 0 0 0px 3px #F0FD8D;
}

.bracket_list .tournament h3 a {
  color: #fff;
  text-align: left;
  font-size: 13px;
  line-height: 10px;
}

.bracket_list .tournament .status {
  line-height: 30px;
  width: 100%;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.1);
  margin: 0 0 0 -10px;
  text-align: left;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
}

.bracket_list .tournament .status.Running {
  color: #3988d6;
  border-top: solid 2px #3988d6;
}

.bracket_list .tournament .status.Open {
  color: #48bd44;
  border-top: solid 2px #48bd44;
}

.bracket_list .tournament .status.Close {
  color: #999;
  border-top: solid 2px #999;
}

.bracket_list .tournament h4 {
  margin: 0;
  color: #949ba7;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  border: solid 2px #2b2d34;
  border-width: 2px 0;
  margin-left: -10px;
  padding: 0 10px;
  width: 100%;
  line-height: 25px;
}

.bracket_list .tournament .b-info {
  color: #949ba7;
  margin: 0 0 0px 0;
  font-size: 11px;
  border-bottom: solid 1px #2b2d34;
  margin-left: -10px;
  width: 100%;
  padding: 0 10px;
  line-height: 20px;
  text-align: right;
}

.bracket_list .t-info {
  padding: 10px;
}

.bracket_list .tournament p span {
  float: left;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  color: #757a82;
}

.bracket_list .tournament .b-button {
  float: none;
  display: block;
  margin-bottom: 0px;
  margin-top: 10px;
}

.bracket_list .b-button {
  cursor: pointer;
  font-weight: 900 !important;
  text-align: center;
  line-height: 24px;
  height: 26px;
  float: left;
  text-transform: uppercase;
  font-size: 10px;
  background: #8B8985;
  box-shadow: inset 0 -2px 0 #459760;
  border-radius: 3px;
  padding: 0 10px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.4);
  border: solid 0px #2D7236;
  color: #0C0C0B;
  background: -webkit-gradient(linear, left top, left bottom, from(#40a744), to(#1b964c));
  background: -moz-linear-gradient(top, #40a744, #1b964c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40A744',endColorstr='#1B964C');
  outline: none;
}

.bracket_list .b-button:hover {
  background: #ECE7E2;
  box-shadow: inset 0 -2px 0 #E9DCC1;
  color: #0F0F0F;
}

#rs_paginator a {
  color: #8f5015;
  background-color: #191a1f;
  opacity: 1.0;
  border-collapse: #a0906c;
}

#rs_paginator .btn.btn-default {
  border: 1px solid #948159;
  background: #191A1F;
  color: #8F5015;
}

#rs_paginator .btn.current {
  background: #ECE7E2;
  color: #000;
}

#rs_paginator .btn {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: normal;
}

#rs_paginator .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#rs_paginator .btn:hover {
  background-color: #BB4909;
  color: #fff;
}

.bracket_list .placeholder {
  background-size: contain;
  background-image: url("http://static.guildlaunch.net/templates/assets/headers/covers/default530x298cover.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bracket_list .game-image {
  height: 175px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.datepickerControl {
  border: 1px solid #999999;
  background-color: #EEEEEE;
  padding: 5px;
  color: #000000;
}

.datepickerControl td {
  text-align: center;
  font-family: sans-serif;
  font-size: 11px;
  padding: 1px;
}

.datepickerControl tr.monthLabel td {
  background-color: #FFFFFF;
  border: 1px solid #999999;
  font-weight: bold;
  color: #000000;
}

.datepickerControl tr.navigation td {
  cursor: pointer;
}

.datepickerControl tr.navigation td:hover {
  text-decoration: underline;
}

.datepickerControl tr.dayLabel td {
  border: 1px solid #003366;
  background-color: #003366;
  color: white;
  font-weight: bold;
}

.datepickerControl td.day, .datepickerControl td.dayothermonth {
  cursor: pointer;
  background-color: #FFFFFF;
  border: 1px solid #EEEEEE;
  width: 2em;
  color: #000000;
}

.datepickerControl td.dayothermonth {
  color: #999999;
  font-style: italic;
}

.datepickerControl td.day:hover {
  background-color: #EBE4C0;
}

.datepickerControl td.weekend {
  background-color: #CCCCCC;
  font-style: italic;
}

.datepickerControl td.today {
  font-weight: bold;
}

.datepickerControl td.hour {
  cursor: pointer;
  background-color: #FFFFFF;
  border: 1px solid #EEEEEE;
  width: 2em;
  color: #000000;
}

.datepickerControl td.minute {
  cursor: pointer;
  background-color: #FFFFFF;
  border: 1px solid #EEEEEE;
  width: 2em;
  color: #000000;
}

.datepickerControl td input,
.datepickerControl td button {
  font-size: 11px;
  padding: 0;
  border: 1px solid #999999;
  text-align: center;
}

.datepickerControl td.ampm {
  cursor: pointer;
  background-color: #CCCCCC;
  border: 1px solid #EEEEEE;
  width: 2em;
}

.datepickerControl td.current {
  font-weight: bold;
  background-color: #EBC2C0;
}

.datepickerControl input.current {
  background-color: #EBC2C0;
}

.datepickerControl td.current:hover {
  background-color: #EBC2C0;
}

.datepickerControl .navbutton {
  color: #000000;
}

/* end CSS for DATE PICKER */
.bracket_input {
  min-width: 230px !important;
  width: 230px;
  color: #000 !important;
  background-color: #fff !important;
}

form.bracket_form .center {
  text-align: center;
  margin: 20px auto;
}

form.bracket_form .center h3 {
  position: relative;
  right: 4em;
}

.set_match {
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.12);
  margin-bottom: 20px;
  width: 300px;
}

.glRS {
  position: absolute;
  top: 4px;
  width: 40px;
  right: 10px;
  background-color: #fff !important;
  color: #000 !important;
  height: 10px;
}

.bracketError {
  padding: 8px;
  background: rgba(255, 140, 50, 0.8);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #000;
  text-align: center;
}

form.bracket_form .vs {
  display: none;
}

p.b-desc {
  outline: none;
  height: 65px;
  clear: left;
  color: #757a82;
  overflow: hidden;
  font-size: 12px;
}

p.b-desc strong {
  line-height: 30px;
}

p.b-desc:hover {
  text-decoration: none;
}

p.b-desc span {
  z-index: 10;
  display: none;
  padding: 14px 20px;
  margin-top: -30px;
  margin-left: 28px;
  width: 300px;
  line-height: 16px;
}

p.b-desc:hover span {
  display: inline;
  position: absolute;
  color: #111;
  border: 1px solid #DCA;
  background: #fffAF0;
  text-transform: initial;
}

#profileContainer {
  color: #000000;
}

/* full css */
#profileContainer {
  background-color: #f5f8fa;
}

/* breadcrumb */
#breadcrumb li {
  display: inline;
  color: rgba(0, 0, 0, 0.87);
}

#breadcrumb li a {
  color: rgba(0, 0, 0, 0.87);
}

#breadcrumb li + li:before {
  content: " > ";
}

/* left column */
/* profile image */
#profilecontent nav {
  padding-left: 10px;
}

#profilecontent nav a {
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
}

#profilecontent nav a:hover {
  color: rgba(0, 0, 0, 0.54);
  text-decoration: none;
}

#profilecontent nav .button.standard {
  color: rgba(255, 255, 255, 0.87);
}

#nameplate {
  padding: 10px;
  padding-left: 0px;
  background-color: #f5f8fa;
  color: rgba(0, 0, 0, 0.87);
  font-family: "Roboto", sans-serif;
}

#profile-image {
  background-size: cover;
  height: 150px;
  width: 150px;
  margin-left: 10px;
}

#profile-image {
  width: 200px;
  height: 200px;
  border: 2px solid rgba(0, 0, 0, 0.4);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  position: absolute;
  bottom: -90px;
  left: 0px;
  z-index: 2;
  background-repeat: no-repeat;
}

#profile-image-current {
  width: 250px;
  height: 250px;
  border: 2px solid rgba(0, 0, 0, 0.4);
  border-radius: 125px;
  -webkit-border-radius: 125px;
  -moz-border-radius: 125px;
  margin: 0 auto;
}

/*#profileContainer nav {display:-ms-flex;display:flex;-ms-flex-direction: column;flex-direction: column;}*/
#nameplate {
  padding-bottom: 0px;
  padding-top: 30px;
  overflow: hidden;
}

#nameplate .name {
  font-size: 22px;
}

#nameplate .name.prof_small {
  font-size: 16px;
  margin-top: 5px;
}

#nameplate .name.prof_smaller {
  font-size: 14px;
  margin-top: 10px;
}

#nameplate .name.prof_smallest {
  font-size: 14px;
  margin-top: 15px;
  text-overflow: ellipsis;
}

#nameplate .timezone {
  font-size: 16px;
  line-height: 2;
}

#nameplate .interactions {
  padding-left: 5px;
}

#infopanel {
  background-color: #f5f8fa;
  padding: 10px;
  padding-left: 0px;
  color: rgba(250, 250, 250, 0.87);
  font-size: 16px;
}

nav #infopanel .category-item {
  margin-bottom: 5px;
}

#profileContainer {
  max-width: 1180px;
  margin: 0 auto;
}

#profileheader #header-image {
  background-image: url("https://pbs.twimg.com/profile_banners/34311257/1398438239/1500x500");
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
}

#lbw, #rbw {
  min-width: 0px;
}

#info_panels, #site_wrap_neo, #primaryNavContainer #primaryNavTable, #mainBodyTable {
  min-width: 0px;
}

#profile-image-container {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

#site_wrap_neo {
  width: 100%;
  min-width: 0px;
  max-width: 100%;
}

#profileheader {
  width: 100%;
  height: 35vh;
  max-height:300px;
}

#top_bar {
  width: 100%;
}

#info_panels {
  width: 100%;
}

#info_panels {
  width: 100%;
}

#adminBarFrame {
  max-width: 1180px;
  margin: 0 auto;
}

#top_bar {
  background-color: #000000;
}

/*.flex-column #content-area {-ms-flex:1;flex:1;}*/
#site_wrap_neo {
  padding: 0px;
}

#profileContainer #activity_stream {
  width: 100%;
  background-color: transparent;
  box-sizing: border-box;
  margin-top: 0px;
  padding: 0px;
}

#profileContainer #activity_stream .chat_bubble_them {
  padding-left: 5px;
}

#content-area .col {
  padding: 10px;
}

#content-area .col:nth-child(2) {
  padding-left: 0px;
}

#socialpanel {
  background-color: #f5f8fa;
  -ms-flex: 1;
  flex: 1;
  padding: 10px;
  padding-left: 0px;
  color: rgba(250, 250, 250, 0.87);
  font-size: 16px;
}

#editarea {
  background-color: #f5f8fa;
  padding: 0px;
  padding-left: 0px;
  color: rgba(250, 250, 250, 0.87);
  font-size: 16px;
}

#breadcrumbcontainer {
  border-bottom: 1px solid #cccccc;
  padding: 3px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
  background-color: #eeeeee;
  padding-left: 20px;
}

#extrainfo {
  background-color: #f5f8fa;
  padding: 10px;
  color: rgba(250, 250, 250, 0.87);
  font-size: 16px;
  border-bottom: 1px solid rgba(250, 250, 250, 0.12);
}

#floatingaction {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-color: rgba(242, 107, 35, 0.87);
  padding-top: 2px;
  padding-left: 2px;
  font-size: 24px;
  line-height: 24px;
  color: rgba(250, 250, 250, 0.87);
  margin-right: 10px;
  position: absolute;
  display: -ms-flex;
  display: flex;
  right: 0px;
  top: -20px;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.3);
  z-index: 99;
}

#social_nav .fa-users {
  font-size: 14px;
  width: 21px;
}

.fa-fw {
  text-align: left;
}

.active-nav-item {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: inline-block;
  width: 120px;
  text-align: left;
  margin-bottom: 3px;
}

/* link styling */
.character_card .card_header a {
  color: rgba(0, 0, 0, 0.87);
}

.character_card .card_header a:hover {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.panelSubNav {
  background: none;
}

.data1, .data2, h1, h2, h3, h4 {
  background: none;
}

#taskbar {
  height: 60px;
  border-bottom: 1px solid #e0e0e0;
  box-sizing: border-box;
  background-color: #fff;
}

/* this pads out the nav area */
#taskcontainer {
  max-width: 1190px;
  box-sizing: border-box;
  margin: 0 auto;
  height: 60px;
}

#taskactions {
  height: 60px;
  box-sizing: border-box;
}

#taskactions ul {
  padding-left: 0;
}

#taskactions ul li {
  text-align: center;
  float: left;
  height: 60px;
  box-sizing: border-box;
}

#taskactions a {
  color: rgba(0, 0, 0, 0.87);
  height: 60px;
  box-sizing: border-box;
  display: block;
  margin: 0;
  padding: 14px 15px 7px;
}

#taskactions a:hover {
  color: rgba(0, 0, 0, 0.87);
  border-bottom-width: 4px;
  border-bottom-style: solid;
}

#taskactions a.active {
  border-bottom-width: 4px;
  border-bottom-style: solid;
}

#taskactions a .tasktitle {
  font-size: 12px;
  display: block;
  line-height: 1;
  text-transform: uppercase;
}

#taskactions a.taskcount {
  font-size: 18px;
  display: block;
  line-height: 1;
  text-decoration: none;
}

#taskactions a:hover {
  text-decoration: none;
}

#social_sharing_links {
  display: none;
}

#activity_stream div.activity_image {
  width: auto;
}

#activity_stream img.activity_img {
  max-width: 100%;
}

#primary_action_popup {
  height: 0px;
}

.entry-content .twitter-tweet-rendered {
  max-width: 100% !important;
}

#content-column, #profile_right_col {
  padding: 10px;
}

#profile_right_col {
  padding-top: 0px;
}

#profileMobileNav .mobile-nav-button {
  text-align: center;
  padding: 5px;
  font-size: 1.00rem;
}

#profileMobileNav .mobile-nav-button .fa {
  padding-top: 5px;
  font-size: 2.2rem;
}

#profileMobileNav .mobile-nav-button .fa-users {
  font-size: 1.85rem;
  padding-bottom: 5px;
}

/* this font awesome icon is really tall for some reason */
#profileMobileNav .mobile-nav-button .fa-user {
  font-size: 2rem;
  padding-bottom: 3px;
}

#profileMobileNav .mobile-nav-button .nav-name {
  display: block;
}

#profileMobileHeader {
  padding: 10px;
}

.active-nav-item_nav {
  background-color: #D5E8F5;
}

@media only screen and (min-width: 48em) {
  .card_wrap {
    padding-right: 5px;
  }

  #taskcontainer {
    padding-left: 210px;
  }

  #content-column, #profile_right_col {
    padding: 10px;
  }

  #content-area {
    padding-bottom: 10px;
  }
}
.profileCardImage {
  height: 60px;
  width: 60px;
  border-radius: 30px;
  overflow: hidden;
  float: left;
}

.profileCardImage .profileImage {
  height: 100%;
  width: 100%;
  background-size: cover;
}

.profileCardHeader {
  margin-left: 70px;
}

.profileCardHeader .title {
  line-height: 1.25rem;
}

.profileName {
  word-break: break-all;
}

.userProfileCharList {
  padding-top: 10px;
}

.profileExtraItems {
  float: right;
}

.profileExtraItems .fa {
  font-size: 1.75rem;
}

.content_card.member_card {
  margin-bottom: 0px;
}

/** character/entity profiles **/
.characterRosterImage {
  height: 60px;
  width: 60px;
  border-radius: 30px;
  overflow: hidden;
  float: left;
}

.characterRosterImage .characterRosterAvatar {
  height: 100%;
  width: 100%;
  background-size: cover;
}

.characterRosterHeader {
  margin-left: 70px;
}

.characterRosterHeader .title {
  line-height: 1.25rem;
}

.content_card.character_card {
  margin-bottom: 0px;
}

/********* games playerd ********/
.games_played_card .games_played_header {
  padding: 10px;
}

.content_card.games_played_card {
  margin-bottom: 0px;
}

.games_played_header .title {
  line-height: 1.25rem;
}

.recentPostsVertical {
  margin-bottom: 10px;
}

.recentPostsVertical-avatar {
  float: left;
  width: 30px;
}

.recentPostsVertical-info {
  margin-left: 40px;
}

.recentPostsVertical-title,
.recentPostsVertical-poster,
.recentPostsVertical-freshness {
  line-height: 1rem;
}

.recentPostsVertical-title {
  padding: 0px 0px 5px 0px;
}

.rss_header_image {
  height: 100px;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  margin-bottom: 5px;
}

.cal_event_time {
  display: inline-block;
  width: 80px;
  margin-right: 10px;
}

.cal_event_header, .widg_item_header {
  margin-bottom: 5px;
  margin-top: 3px;
}

.cal_event_header:first-child, .widg_item_header:first-child {
  margin-top: 0px;
}

/* old widget, but needs styling */
.last_form_post_item {
  word-break: break-all;
}

.last_form_post_icons img {
  width: 15px;
}

td.last_form_post_icons {
  width: 20px;
}

.suggestion_textarea {
  width: 100%;
}

.widg_users_rec_avatar {
  float: left;
  width: 30px;
}

.widg_users_rec_info {
  margin-left: 40px;
  line-height: 1rem;
}

.widg_user_rec_new_user_list {
  margin-bottom: 10px;
}

.widg_users_rec_info_date {
  line-height: 1rem;
}

/* raid progression */
/* layout proper */
.raidProgressWidgetButton {
  color: #ffffff;
  font-size: 9px;
  font-weight: bold;
  height: 40px;
  letter-spacing: 1.5px;
  padding: 5px;
  padding-right: 3px;
  text-decoration: none;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 1px;
  text-shadow: 0px 0px 2px #000;
  border: 1px solid #292929;
}

.raidProgressWidgetButtonSmall {
  color: #ffffff;
  font-size: 9px;
  font-weight: bold;
  height: 40px;
  padding: 5px;
  padding-right: 3px;
  text-decoration: none;
}

.raidProgressWidgetStatus {
  text-align: right;
  line-height: 12px;
  width: 50px;
  float: right;
  font-size: .875rem;
  padding-right: 5px;
  padding-top: 5px;
  color: rgba(255, 255, 255, 0.875);
}

.raidProgressImage {
  height: 50px;
  width: 160px;
  margin: 0 auto;
  margin-bottom: 5px;
}

.raidProgressWidgetBossName {
  margin-top: 16px;
  text-align: left;
  font-size: .875rem;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.875);
}

.raidProgressWidgetBossNameMultiGroup {
  margin-top: 6px;
  text-align: left;
  font-size: .875rem;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.875);
  padding-left: 3px;
  width: 100%;
  overflow: hidden;
}

.raid_progression_farm {
  text-decoration: line-through;
  margin-bottom: 3px;
  display: block;
}

.raid_progression_normal {
  margin-bottom: 3px;
  display: block;
}

.drag-handle-button:hover {
  cursor: move;
}

.shoutbox {
  padding: 10px;
}

.widget_action_footer {
  border-top-color: #e1e8ed;
}

.widget_action_footer_container {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

.widg_box .widg_9 .contentBody {
  padding: 0px;
}

.leaderHead {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  padding: 0 0 5px;
  margin: 0 0 10px;
}

.leaderHead select {
  float: right;
}

.statBox {
  width: 49%;
  float: left;
}

.statBox.left {
  margin-right: 2%;
}

.statBox h3 {
  background: none;
  font-size: 1.4em;
  text-transform: uppercase;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.statBox table, .leaderBox table, .userStatsByType table {
  width: 100%;
  margin: 0 0 3em;
}

.statBox table th, .leaderBox table th {
  background: rgba(0, 0, 0, 0.75);
  color: #777;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  padding: 4px 0 3px 0;
}

.statBox table th:nth-child(1), .leaderBox table th:nth-child(1) {
  padding-left: 10px;
}

.statBox table tr:nth-child(even), .leaderBox table tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.05);
}

.statBox td img {
  width: 30px;
  height: 30px;
  margin: 5px 25px;
  vertical-align: middle;
  float: left;
}

.leaderBox td img {
  width: 30px;
  height: 30px;
  margin: 5px 10px;
  vertical-align: middle;
  float: left;
}

.statBox .row1 td img, .leaderBox .row1 td img {
  width: 60px;
  height: 60px;
  margin: 5px 10px;
}

.statBox td span, .leaderBox td span {
  display: block;
}

.statBox .playerName, .leaderBox .playerName {
  font-size: 1.2em;
  color: #bbb;
  line-height: 1.1em;
  margin-top: 5px;
}

.leaderBox .playerName {
  line-height: 30px;
  font-size: 1.4em;
}

.statBox .row1 .playerName, .leaderBox .row1 .playerName {
  font-size: 1.6em;
  color: #fff;
  line-height: 1.4em;
  margin-top: 10px;
}

.leaderBox .row1 .playerName {
  line-height: 50px;
  font-size: 1.8em;
}

.statBox .statScore, .leaderBox .statScore {
  text-align: right;
  padding: 0 10px 0 0;
}

.statBox .statScore span, .leaderBox .statScore span {
  margin: 0 10px 0 0;
}

.leaderBox .statScore span {
  font-size: 1.4em;
}

.statBox .row1 .statScore {
  font-size: 1.4em;
  font-weight: bold;
}

.statBox .rowEnd a {
  display: block;
  text-align: right;
  padding: 3px 10px;
}

.userBox h2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 0 5px;
  margin: 1em 0;
}

.userBox h2 img {
  width: 70px;
  height: 70px;
  float: left;
  margin: 0 10px 0 0;
}

.userBox h2 .playerName {
  font-size: 1.6em;
  line-height: 1.2em;
}

.userBox h2 .playerBasics {
  font-size: 0.7em;
  line-height: 1em;
  color: #999;
}

.userStatBox, .userStatTotals {
  width: 31%;
  float: left;
}

.userStatBox, .userStatsByType {
  margin-right: 2%;
}

.userStatBox, .userStatTotals, .userStatsByType {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.75);
  box-sizing: border-box;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.33) 0%, rgba(0, 0, 0, 0.57) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.33)), color-stop(100%, rgba(0, 0, 0, 0.57)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.33) 0%, rgba(0, 0, 0, 0.57) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.33) 0%, rgba(0, 0, 0, 0.57) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.33) 0%, rgba(0, 0, 0, 0.57) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.33) 0%, rgba(0, 0, 0, 0.57) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#54000000', endColorstr='#ab000000',GradientType=0 );
  /* IE6-9 */
}

.userStatBox:nth-child(3n+3) {
  margin-right: 0;
}

.statNum {
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 3.5em;
  line-height: 1em;
  color: #fff;
  font-weight: bold;
}

.statNum2 {
  padding: 10px;
  text-align: center;
  font-size: 3.5em;
  line-height: 1em;
  color: #fff;
  font-weight: bold;
}

.statType {
  display: block;
  font-size: 0.3em;
  line-height: 1.3em;
  color: #000;
  font-weight: normal;
}

.userStatBox table, .userStatTotals table {
  width: 100%;
}

.userStatBox table tr:nth-child(even), .userStatTotals tr:nth-child(even), .userStatsByType table tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.05);
}

.userStatBox table td, .userStatTotals table td, .userStatsByType table td {
  padding: 5px 8px !important;
}

.userStatBox table td:nth-child(1), .userStatTotals table td:nth-child(2), .userStatsByType table table td:nth-child(2) {
  text-align: center;
  font-size: 1.2em;
  color: #fff;
  font-weight: bold;
}

.userStatTotals table td:nth-child(2), .userStatsByType table table td:nth-child(2) {
  text-align: right;
}

.userStatsByType {
  width: 66%;
  float: left;
}

.userStatsByType select {
  float: right;
  margin-right: 5px;
}

.userStatsByType h3 {
  background: none;
  font-size: 2.4em;
  margin: 0 5px;
  color: #fff;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  clear: both;
}

.userStatsByType h4 {
  margin: 5px 0 0 5px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
  font-size: 0.9em;
}

.userStatsByType table td {
  vertical-align: top;
  font-size: 12px;
}

.userStatsByType table td:nth-child(2) {
  padding: auto 2% !important;
}

.userStatsByType table table {
  margin: 0 0 0.5em;
}

.userStatsByType .statNum {
  font-size: 2.25em;
  background: rgba(255, 255, 255, 0.07);
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  -o-border-radius: 6px 6px 0 0;
  -ms-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

.userStatsByType .statNum2 {
  font-size: 2.25em;
  background: rgba(255, 255, 255, 0.07);
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px;
  -ms-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

.userStatsByType .statType {
  font-size: 0.5em;
}

.graph-bar {
  height: 4px;
  margin: 0 0 3px 0;
  padding-right: 10px;
}

.graph-bar span {
  display: block;
  height: 4px;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.33);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.33);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.33);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.33);
}

tr:nth-child(odd) .graph-bar span {
  background: #f6a31b;
}

tr:nth-child(even) .graph-bar span {
  background: #f26424;
}

/* v2 temp stuff */
.tabContainer .current_tab, .tabContainer .unselected_tab {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  white-space: nowrap;
  padding: 5px;
}

.tabContainer .tabs:before {
  content: none;
}

/* these items must be at the bottom to make them play nice */
.mobile-hide {
  display: none;
}

.non-mobile-hide {
  display: inherit;
}

/***
* lap
*/
@media only screen and (min-width: 40.063em) {
  .mobile-hide {
    display: inherit;
  }

  .non-mobile-hide {
    display: none;
  }

  #admin_nav li.mobile-hide {
    display: inherit;
  }
}

/*# sourceMappingURL=core.css.map */
