.text-tiny {
    font-size: 0.7em;
}

.text-small {
    font-size: 0.85em;
}

.text-big {
    font-size: 1.4em;
}

.text-huge {
    font-size: 1.8em;
}




figure.media{
	clear: both;
    margin: 1em 0;
    display: block;
    min-width: 15em;
}

iframe.youtubeBox{
	display: block;
	width: 100% !important;
}

p{
	font-size: inherit;
}


.table-border tr{
	background-color: #fff;
}
.table-border tr:nth-child(odd){
	background-color: #eeeeee;
}
.table-border tr:first-child{
	background-color: #cccccc;
}


figure.table table{
	width: 100%;
	margin: 1em auto;
}
figure.table td{
	padding:10px;
	vertical-align: middle;
	border:1px solid #000;
}

figure.image{
	margin: 1em auto;
}

figure.image img{
	max-width: 100%;
	height: auto;
}
figure.imageimage {
    display: table;
    clear: both;
    text-align: center;
    margin: 1em auto;
   }

figure.image-style-align-left {

    float: left;
    margin-right: 1.5em;
}

figure.image-style-align-right {

    float: right;
    margin-left:  1.5em;
}
figure.image figcaption{
	text-align: center;
}

i{
	font-style: italic;
}

b{
	font-weight: bold;
}


.textcontent h2{
	font-size: 2em;
}

.textcontent h3{
	font-size: 1.9em;
}


.textcontent ul li{
	list-style: disc;
	list-style-position: inside;
}

.textcontent ol li{
	list-style-type: decimal;
	list-style-position: inside;
}

.textcontent blockquote {
    overflow: hidden;
    padding-right: 1.5em;
    padding-left: 1.5em;
    margin-left: 0;
    margin-right: 0;
    font-style: italic;
    border-left: 5px solid #ccc;
}