/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
=====
Custom styles
=====
*/

body {
  background: #293f50;
  color: #888;
  padding: 10px 120px 0px 120px;
  font: 300 16px/22px "Lato", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.container {
  margin: 0 auto;
  padding-bottom: 30px;
  text-align: center;
 }

.hero {
    margin: 0 auto;
    text-align: center;
}

.col-1-3,
.col-2-3,
.col-1-2 {
  display: inline-block;
  vertical-align: top;
}

.col-1-3 {
  width: 33.33%;
}

.col-2-3 {
  width: 66.66%;
}

.col-1-2 {
    width: 50%;
}

.gamescape {
    background: #648880;
    padding: 20px;
    color: #fff
}

.userfeedback {
    display: inline-block;
    color: #fff;
    font-size: 24px;
    line-height: 1.3;
    padding: 20px 50px 20px 50px;
}

.sessionrow {
    display: inline-block;
    min-width: 100%;
}

.sessioncell {
    display: inline-block;
}

.userfeedback {
    transition: all 0.5s;
}

.glow {
    text-shadow: 0 0 5px #fff;
    transform:scale(1.1);
}
