@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Roboto:400,500,900);
/* Global styles */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 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, container, header, text, showcase, latest, footer {
    text-rendering: optimizelegibility;
}
body {
	padding-top:0;
	padding-bottom:0;
	max-width:1170px;
	/*height:626px;*/
	margin:0 auto;
	background:url(../../images/main-bg4.jpg) top center no-repeat;
             overflow-y: scroll;
}
body#fiftyseven, body#alldistricts, body#methodology, body#getinvolved, body#about  {
	background:url(../../images/main2-bg1.png) top center no-repeat;
}
@media (max-width: 1199px) {
	body#fiftyseven, body#alldistricts, body#methodology, body#getinvolved, body#about {
		background-color:#F6F4EF !important;
	}
}
h3, .h3 {
  font-size: 20px;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  padding-bottom:.5em;
}
h4 {
	line-height:1.4em;
}
h4 a {
	color:#FA743E;
}
h4 a:hover, h4 a:active {
	color:#FA743E;
	text-decoration:underline;
}
.container {
	width:100% !important;
   }
.ca-color {
	color:#D9534F !important;
}
.spacing-bottom {
	padding-bottom:.8em;
}

/* Navigation */
.logo {
	height:200px;
	width:auto;
}
.logofr {
    height:180px;
    width:auto;
}
.navbar-header {
	padding:10px;
}
#navbar > ul > li > a {
	color:#d9534f;
	font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:500;
	font-size:1.1em;
}
#navbar > ul > li > a:hover, #navbar > ul > li > a.current {
	color: #363636;
	background-color:transparent;
	/*border-bottom:1px solid #d9534f;*/
}
.navbar-toggle {
	border: 1px solid black;
	color: black;
}
.navbar-toggle .icon-bar {
	background-color:black;
}
/*show mobile bar menu button */
@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
}
 /* hide Bootstrap's default mobile menu */
 /* replaced with Tympanus 'Fullscreen Overlay Styles & Effects' menu (http://tympanus.net/Development/FullscreenOverlayStyles/) */
 nav > div > div.navbar-header > button.navbar-toggle {
	 display:none !important;
 }
@media (min-width: 992px) {
	button#trigger-overlay {
		display:none !important;
	}
}


/* Banner */
.jumbotron {
	margin-bottom: 0  !important;
	background-color: transparent !important;
	padding:0 !important;
}
body#home > .jumbotron {
	height:435px;
}

body#alldistricts > .jumbotron {
    height:80px;
    padding-bottom: 2em;
}


body#fiftyseven > .jumbotron,  body#methodology > .jumbotron, body#about > .jumbotron, body#getinvolved > .jumbotron {
	height: 280px !important;
	padding-bottom: 2em;
}
.jumbotron .container {
    padding-left:50px;
    max-width:600px;
    float:left;
}

.jumbotron .containerj1 {
    padding-left:50px;
    max-width:850px;
    float:left;
}

@media (max-width: 992px) {
	.jumbotron .container {
		padding-left:50px;
		padding-right:50px;
	}
}
.jumbotron .container h1 {
	font-size: 32px;
	font-family: 'Roboto', sans-serif;
	color: #333333;
	line-height: 32px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -1px;
}
.jumbotron .container h2 {
	font-size: 30px;
	/*font-family: 'Roboto', sans-serif;*/
	font-weight: bold;
	color: #ed2939;
}
.jumbotron .container p {
	max-width:500px;
	font-size:1.4em;

	/*color: #ffffff; */
}
body#alldistricts .jumbotron .container p, body#about .jumbotron .container p {
	max-width:740px;
	font-size:1.2em;
}
.jumbotron .container p a.btn {
	clear:both;
	margin:0 auto;
}
body .containertop p {
    font-size:1.2em;
    max-width:850px;
}

p#blog {
    font-size:1.2em;
    }

h1#vote img {
	/*max-width:450px;*/
	width:auto;
	height:auto;
}
@media (max-width: 768px) {
	h1#vote img {
		max-width:500px;
		width:70%;
		height:auto;
	}
	.jumbotron .container p {
		width:400px;
		font-size:1.2em;
	}
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
             .logo {
                                    height:140px;
                                    width:auto;
            }
            .panel-transparentx1 .panel-body{
               background: none;
               color:#Ffffff;
               max-width:300px;
               font-size:1.1em;
               padding:3px;
               padding-top:10px;
               padding-left:1px;
               /* padding-right:100px;*/
              }
              .panel-transparentx1 .panel-body h1 {
                font-size: 26px;
                font-family: 'Roboto', sans-serif;
                color: #ffffff;
                line-height: 26px;
                /* text-transform: uppercase; */
                font-weight: bold;
                letter-spacing: -1px;
                float:right;
            }
            .jumbotron .containerx1 h1 {
                font-size: 20px;
                font-family: 'Roboto', sans-serif;
                color: #333333;
                line-height: 20px;
                /*text-transform: uppercase;*/
                font-weight: bold;
                letter-spacing: -1px;
            }
            h1#vote {
                font-size: 20px;
                  }
}

@media (max-width: 470px) {
	h1#vote img {
		max-width:290px;
		width:90%;
		height:auto;
	}
	.jumbotron .container {
		padding-left:25px;
		padding-right:25px;
	}
	.jumbotron .container p {
		width:250px;
		font-size:1.2em;
	}
}

/* Content */
body > div.container > div > div > p > a {
	margin-top: 1.5em;
}
.row {
	background-color:#f6f4ef;
}
div.row:nth-child(even) {
	background-color:#E3DFD7;
}
.row div {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}
.row1 {
    background-color: #E3DFD7;
}
.row1 div {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}
div.row1:nth-child(even) {
    background-color:#f6f4ef;
}
img.icon {
	display:block;
	margin:0 auto;
	width:50px;
	height:50px;
	/*margin-top:1.5em;*/
}

img.icon1 {
	display:block;
	margin:0 auto;
	width:100px;
	height:100px;
	}
/* responsive embedded YouTube 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%;
}
/* hide empty <h3> heading, unnecessary spacing for mobile layouts */
@media (max-width: 991px) {
	body#home > div.container > div:nth-child(2) > div > h3 {
		display:none;
	}
}
@media (max-width: 767px) {
	body#about > div.container > div > div:nth-child(1) {
		padding-bottom:0;
	}
	body#about > div.container > div > div:nth-child(2) > h3 {
		display:none;
	}
	body#fiftyseven > div.container > div > div:nth-child(2) {
		padding-top:0;
	}
	body#fiftyseven > div.container > div > div:nth-child(2) > h3 {
		display:none;
	}
	body#about > div.container > div > div:nth-child(2) {
		padding-top:0;
	}
	body#methodology > div.container > div > div:nth-child(2) > h3 {
		display:none;
	}
	body#methodology > div.container > div > div:nth-child(2) {
		padding-top:0;
	}
	body#getinvolved > div.container > div > div > div > div:nth-child(2) > h3, body#getinvolved > div.container > div > div:nth-child(2) > h3 {
		display:none;
	}
	body#getinvolved > div.container > div > div > div > div:nth-child(2), body#getinvolved > div.container > div > div:nth-child(2) {
		padding-top:0;
	}
}
/* 100% width for Twitter widget */
iframe#twitter-widget-0 {
	width:100% !important;
}
.news-title {
	clear:both;
	font-family:Georgia,Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-style:italic;
}
.news-source {
	color:#aaa;
	font-size:.85em;
}
.news-source > i.fa.fa-tag {
	padding-right:5px;
}
.news-source > i.fa.fa-calendar-o {
	padding-left:1.5em;
	padding-right:5px;
}
.news-excerpt {
	padding-bottom:1em;
}
table#recommendations {
	font-size: 1em;
}

/*Recommendations */
.recommended {
	text-transform: uppercase;
	vertical-align:top;
	color:white;
	padding:2px 10px;
	font-size:11px;
	line-height:24px;
	border:1px solid #D9534F;
	border-radius:3px;
	background-color:#D9534F;
}
.leading {
	text-transform: uppercase;
	vertical-align:top;
	color:#D9534F;
	padding:2px 10px;
	font-size:11px;
	line-height:24px;
	border:1px solid #D9534F;
	border-radius:3px;
	background-color:transparent;
}
.no-recommendation {
	text-transform: uppercase;
	vertical-align:top;
	color:#454545;
	padding:2px 10px;
	font-size:11px;
	line-height:24px;
	border:1px solid #454545;
	border-radius:3px;
	background-color:transparent;
}
.confirmed {
	text-transform: uppercase;
	vertical-align:top;
	color:white;
	padding:2px 10px;
	font-size:11px;
	line-height:24px;
	border:1px solid #55ba79;
	border-radius:3px;
	background-color:#55ba79;
}
.letter {
	padding:2px 6px;
}
.three-columns {
	-webkit-column-count:3;
	-moz-column-count:3;
	column-count:3;
}
@media (max-width: 991px) {
	.three-columns {
		-webkit-column-count:2;
		-moz-column-count:2;
		column-count:2;
	}
}
@media (max-width: 767px) {
	.three-columns {
		-webkit-column-count:1;
		-moz-column-count:1;
		column-count:1;
	}
}
.indent {
	text-indent:1.5em;
}


/* Footer */
footer, footer div.row {
	/* background-color:#d9534f !important; */
	background-color:#313131 !important;
	color:whitesmoke !important;
}
footer > div > div > h4 {
  	font-weight: 400;
  	font-family: Roboto, sans-serif;
	text-transform:uppercase;
	font-size:1em;
	color: #ded5bb;
	padding-bottom: .8em;

}
footer > div > div > ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
footer ul  li a, footer ul  li a:visited {
	color: white;
}
footer ul  li a:hover, footer ul  li a:active, footer ul  li a:focus {
	color: whitesmoke;
	text-decoration:underline;
}
footer .copyright {
	font-size:14px;
	text-align:center;
}
/* overwrite .btn-danger default style in footer */
footer .btn-default {
	color:#d9534f;
	background-color:whitesmoke;
}
footer .btn-default:hover {
	color:white;
	background-color:#a94442;
	border-color:#a94442;
}
/* social icons in footer */
#social-facebook, #social-twitter, #social-youtube, #social-email {
	color:white !important;
	text-decoration: none !important;
}
#social-facebook > .fa-facebook, #social-twitter > .fa-twitter, #social-youtube > .fa-youtube-play, #social-email > .fa-envelope{
	color:#313131;
}
#social-facebook:hover, #social-twitter:hover, #social-youtube:hover, #social-email:hover {
	color:#a9a8a8 !important;
	text-decoration: none !important;
}
#social-facebook > .fa-facebook:hover, #social-twitter > .fa-twitter:hover, #social-youtube > .fa-youtube-play:hover, #social-email > .fa-envelope:hover {
	color:white !important;
	text-decoration: none !important;
}
i.fa-circle {
	/* workaround to smooth jaggedness in Chrome on Windows */
	-webkit-text-stroke: 1px #E6E4D5;
}


@media (min-width: 768px) {
   }

@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}

@media (max-device-width: 480px) and (orientation: landscape) {
}

@media (min-width: 992px) and (max-width: 1199px) {

}
@media (max-width: 769px) {
	#maps {
		display:none !important;
	}
}
/* New  Stuff*/


    .panel-transparent {
        background: none;
        border: none;
       box-shadow: none;
    }

    .panel-transparent .panel-heading{
        background: rgba(122, 130, 136, 0.2)!important;
    }

    .panel-transparent .panel-body{
       background: rgba(46, 51, 56, 0.5)!important;
       color:#Ffffff;
       max-width:500px;
       font-size:1.3em;
       padding:3px;
    }

   .glyred, .glyred a {
  color: #d9534f;
  font-size: 48px;
  padding-left:20px;
}

  .glyred1, .glyred1 a {
  color: #d9534f;
  font-size: 18px;
  padding-left:40px;
}



   .glygray, .glygray {
  color: #333333;
  font-size: 32px;
}


.demo-plotholder {
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 1.2em;
}
.demo-container {
	box-sizing: border-box;
	width: 450px;
	height: 450px;
	padding: 0px 15px 15px 15px;
	margin: 15px auto 30px auto;
	border: 1px solid #ddd;
	background: #fff;
	background: linear-gradient(#f6f6f6 0, #fff 50px);
	background: -o-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -ms-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -moz-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px);
	box-shadow: 0 3px 10px rgba(0,0,0,0.15);
	-o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	}


.demo-container1{
    box-sizing: border-box;
    width: 300px;
    height: 300px;
    padding: 0px 15px 15px 15px;
    margin: 15px auto 30px auto;
    border: 1px solid #ddd;
    background: #fff;
    background: linear-gradient(#f6f6f6 0, #fff 50px);
    background: -o-linear-gradient(#f6f6f6 0, #fff 50px);
    background: -ms-linear-gradient(#f6f6f6 0, #fff 50px);
    background: -moz-linear-gradient(#f6f6f6 0, #fff 50px);
    background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px);
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    -o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    }


.demo-container2 {
    box-sizing: border-box;
    width: 450px;
    height: 450px;
    padding: 0px 15px 15px 15px;
    margin: 0px auto 30px auto;
    border: 1px solid #ddd;
    background: #fff;
    background: linear-gradient(#f6f6f6 0, #fff 50px);
    background: -o-linear-gradient(#f6f6f6 0, #fff 50px);
    background: -ms-linear-gradient(#f6f6f6 0, #fff 50px);
    background: -moz-linear-gradient(#f6f6f6 0, #fff 50px);
    background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px);
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    -o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    }

.demo-container3 {
    width: 1000px;
    height: 550px;
    padding: auto;
    margin: auto;
    background: transparent;
     }

#content {
	width: 480px;
	margin: 0 auto;
	padding: 0px;
}

#content1{
	width: auto;
	margin: 0 auto;
	padding: 0px;
}

.vcenter1 {
    /* display: inline-block; */
    vertical-align: middle;
  /*  float: none; */
}

footer a, footer a:visited {
	color: white;
}
footer a:hover, footer a:active, footer a:focus {
	color: whitesmoke;
	text-decoration:underline;
}

header.page-header .header-border-red {
  width: 100%;
  float: left;
  background-color: #313131;
  border-bottom: solid 3px #9d1b1b;
  height: 5px;
  position: absolute;
  margin-top: 35px;
}
.jumbotron .containerx{
    padding-left:0px;
    max-width:450px;
    float:right;
}
.jumbotron .containerx h1 {
    font-size: 36px;
    font-family: 'Roboto', sans-serif;
    color: #ed2939;
    line-height: 36px;
   /* text-transform: uppercase; */
    font-weight: bold;
    letter-spacing: -1px;
}
 .panel-transparentx {
        background: none;
        border: none;
       box-shadow: none;
    }

.jumbotron .containerx1{
    padding-left:0px;
    max-width:600px;
    float:right;
}
.jumbotron .containerx1 h1 {
    font-size: 26px;
    font-family: 'Roboto', sans-serif;
    color: #333333;
    line-height: 26px;
    /*text-transform: uppercase;*/
    font-weight: bold;
    letter-spacing: -1px;
}
 .panel-transparentx1 {
        background: none;
        border: none;
       box-shadow: none;
    }


    .panel-transparentx .panel-heading{
        background: none;
    }

    .panel-transparentx .panel-body{
       background: none;
       color:#Ffffff;
      max-width:650px;
       font-size:1.3em;
       padding:3px;
       padding-top:80px;
       padding-left:360px;
       /* padding-right:100px;*/
    }

     .panel-transparentx .panel-bodyfr{
       background: none;
       color:#Ffffff;
      max-width:660px;
       font-size:1.3em;
       padding:3px;
       padding-top:80px;
       padding-left:360px;
       /* padding-right:100px;*/
    }

  .panel-transparentx1 .panel-body{
       background: none;
       color:#Ffffff;
      max-width:450px;
       font-size:1.2em;
       padding:3px;
       padding-top:40px;
       padding-left:1px;
       /* padding-right:100px;*/
    }

/* .navbar-right .containerx{
    padding-left:50px;
    max-width:600px;
    float:right;
} */
 .panel-transparentx .panel-body h1 {
    font-size: 32px;
    font-family: 'Roboto', sans-serif;
    color: #ed2939;
    line-height: 32px;
   /* text-transform: uppercase; */
    font-weight: bold;
    letter-spacing: -1px;
    float:right;
}
.panel-transparentx .panel-bodyfr h1 {
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    color: #ed2939;
    line-height: 30px;
   /* text-transform: uppercase; */
    font-weight: bold;
    letter-spacing: -1px;
    float:right;
}
 .panel-transparentx1 .panel-body h1 {
    font-size: 36px;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    line-height: 36px;
   /* text-transform: uppercase; */
    font-weight: bold;
    letter-spacing: -1px;
    float:right;
}

.calendar-text { margin-top: 0em;
                          margin-left: 0em;
                          padding-left: 0px;
 }
 table {
    width:80%;
}
table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}
th, td {
    padding: 5px;
    text-align: left;
}
table#t01 tr:nth-child(even) {
    background-color: #eee;
}
table#t01 tr:nth-child(odd) {
   background-color:#fff;
}
table#t01 th    {
    background-color: black;
    color: white;
}
table#t02   {
    width: 70%;
}
table#t02 tr:nth-child(even) {
    background-color: #eee;
}
table#t02 tr:nth-child(odd) {
   background-color:#fff;
}
table#t02 th    {
    background-color: black;
    color: white;
}

table#t03   {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
table#t03 tr:nth-child(even) {
    background-color: #eee;
}
table#t03 tr:nth-child(odd) {
   background-color:#fff;
}


td.class1:hover {
    color: black;
    background-color: #CECECE ;
}


/* custom inclusion of right, left and below tabs */

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
  color: #000000;
  background-color: #E3DFD7;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
   /* border-right: 1px solid #ddd; */
  border-right: 1px solid #f6f4ef;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
          border-right: 2px solid #f6f4ef;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
    border-right: 2px solid #f6f4ef;
 /* border-color: #eeeeee #dddddd #eeeeee #eeeeee; */
    border-color: #f6f4ef #E3DFD7 #f6f4ef #f6f4ef;
 /* border-color: #000000 #E3DFD7 #000000 #000000; */
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
    border-top: 2px  solid #f6f4ef;
    border-left: 2px  solid #f6f4ef;
    border-bottom: 2px  solid #f6f4ef;
    border-right: 2px  solid #E3DFD7;
    background-color: #E3DFD7;
    color: #D9534F !important;
    /*font-weight: bold;*/
  /* border-color: #ddd transparent #ddd #ddd; */
  /* border-color: #f6f4ef transparent #f6f4ef #f6f4ef; */
  /* border-color: #f6f4ef transparent #f6f4ef #f6f4ef; */
   /**border-right-color: #000000;*/

}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

/* End custom inclusion of right, left and below tabs */

h5 {
    font-size:1.9em;
    /* font-size: 36px;
    font-family: 'Roboto', sans-serif;
    color: #ed2939;
    line-height: 36px;
   /* text-transform: uppercase; */
    /* font-weight: bold;
    letter-spacing: -1px;*/
}
ul#one {
    list-style-type: none;
}

ul#num {
    list-style-type: lower-roman;
    font-size:1.2em;
    padding-right:50px;
}

/*
Demo Only
*/

#credits {
    margin-top: 5%;
}