.centered {
    text-align: center;
}



/* 
	CUSTOM 
*/

#nt-example2-container ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav > li.active > a.git-link {
	font-size: 16px;
}

.nav > li.active > a.git-link:hover {
	background-color: #37a079;
}

.nav > li.active > a.git-link i {
	margin-right: 6px;
	font-size: 20px;
}

code.example-code {
	max-height: 325px;
	overflow: scroll;
}

#s-icons a span {
	font-size: 3em;
	margin: 0 .5em;
}

#s-icons iframe {
	margin-bottom: -16px;
	margin-left: 14px;
}

/* title */
.title {
	background-color: #4e4e4e;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0px;
}

.title p {
	color: white;
	font-weight: 400;
	font-size: 20px;
}

/* TABLE */
.params-table code {
	color: #4e4e4e;
	border-radius: 1px;
	background-color: rgba(116, 207, 174, .3);
	-webkit-transition: background-color 0.1s ease-in-out;
    -moz-transition: background-color 0.1s ease-in-out;
    -ms-transition: background-color 0.1s ease-in-out;
    -o-transition:background-colorl 0.1s ease-in-out;
    transition: background-color 0.1s ease-in-out;
}

.params-table code:hover {
	background-color: rgba(116, 207, 174, .5);
}


.params-table thead {
	color: #fff;
	background-color: #74cfae;
}

.params-table  thead > tr > th {
	border-bottom: none;
	font-size: 1.2em;
	font-weight: 300;
	text-transform: uppercase;
}

.params-table tbody > tr > td {
	border-top: none;
}

.params-table > tbody > tr:hover > td {
	background-color: #e4f6ef;
}



/*
	NEWSTICKERS
*/


/* nt-title */

#nt-title-container {
	background: #35cccc;
}

#nt-title {
}

#nt-title li {
	font-size: 28px;
	color: #4E4E4E;
	white-space: nowrap;
	list-style: none;
	overflow: hidden;
	text-overflow: ellipsis;
}


/* nt-example2 */

#nt-example2 {
	max-width: 690px;
}

#nt-example2-container {
	text-align: center;
	margin-bottom: 10px;
}

#nt-example2-container i {
	font-size: 36px;
	margin: 8px;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#nt-example2-container i:hover {
	color: #f02c8a;
}

#nt-example2 li {
	color: #fff;
	background: #35cccc;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width:670px;
	height: 40px;
	padding: 10px;
	line-height: 40px;
	list-style: none;
	font-size: 20px;
	text-align: center;
}

#nt-example2 li .state {
	font-size: inherit;
	margin: 0;
}

#nt-example2-infos-triangle {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 15px 16px 15px;
	border-color: transparent transparent #fff transparent;
	margin: 6px auto 0;
}

#nt-example2-infos {
	max-width: 690px;
	padding: 12px;
	color: #35cccc;
	background: #fff;
}

#nt-example2-infos .infos-hour {
	font-size: 36px;
	font-weight:bold;

	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#nt-example2-infos .infos-text {
	text-align: center;

	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}