/*!
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

@import url(http://fonts.googleapis.com/css?family=Dosis);

html {
  font-family: "Dosis", Helvetica, Arial, sans-serif, BebasNeue;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
    font-family: "Dosis", Helvetica, Arial, sans-serif, BebasNeue;
/*  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

code{
  page-break-inside: avoid;
  font-size: 10.5px;
}

pre{
  font-size: 11px;
}

blockquote {
  font-size: 13px;
}

.col-md-4 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  width: 33.3333%;
}

.table-striped {
  padding: 10px;
  padding-right: 10px;
  padding-left: 10px;
}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}