/*
 * Colours:
 * #515151
 * #FFFFFF
 * #00B4FF
 * #EEEEEE #ccc
 */

*, *:before, *:after {
  -webkit-box-sizing: border-box; 
     -moz-box-sizing: border-box; 
          box-sizing: border-box;
}

/*
 * Fonts
 */

@font-face {
  font-family: 'fontello';
  src: url('font/fontello.eot');
  src: url('font/fontello.eot#iefix') format('embedded-opentype'),
       url('font/fontello.woff') format('woff'),
       url('font/fontello.ttf') format('truetype'),
       url('font/fontello.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
}


/*
 * Scaffolding and Basic Reset
 */

html {
  font-size: 16px;
}
@media (min-width: 48em) {
  html {
    font-size: 20px;
  }
}

body {
  margin: 0;
  font: 1rem/1.5 "PT Sans", sans-serif;
  color: #515151;
}

a {
  color: #00b4ff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4 {
  margin: 0 0 .5rem;
  font-weight: normal;
  line-height: 1;
  color: #2a2a2a;
  letter-spacing: -.05em;
}
h1 { font-size: 3rem; }
h2 { font-size: 2.5rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.25rem }

p {
  margin: 0;
}
p.ref {
	margin: 1rem;
}

.pull-right {
  float: right !important;
  text-align: right !important;
}

.toc-full {
  width: 100%;
  margin: 0;
}
.toc-full ul {
  padding: 0;
  margin: 20px 0 0 40px;
}
.toc-full ul li {
  margin: 0;
  padding: 20px 10px;
}


body {
	color: #515151;
	padding: 25px;
}

.css {
	width: 100%;
	clear: both;
	overflow: overlay;
	margin-top: 40px;
}
.css .core,
.css .ui,
.css .views {
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px;
}

.css .core {
	width: 100%;
	height: 100px;
	line-height: 80px;
	text-align: center;
	color: #fff;
	background-color: #00b4ff;
	float: left;
}	

.css .ui,
.css .views {
	display: inline-block;
	float: left;
	width: 50%;
	height: 200px;
	line-height: 180px;
	text-align: center;
}	


.css .ui {
	background-color: #515151;
	color: #fff;
}
.css .views {
	background-color: #eee;
}
