

.w20 {width:20px;}
.w25 {width:25px;}
.w30 {width:30px;}
.w50 {width:50px;}
.w75 {width:75px;}
.w100 {width:100px;}
.w125 {width:125px;}
.w150 {width:150px;}
.w175 {width:175px;}
.w200 {width:200px;}
.w225 {width:225px;}
.w250 {width:250px;}
.w275 {width:275px;}
.w300 {width:300px;}
.w325 {width:325px;}
.w350 {width:350px;}
.w375 {width:375px;}
.w400 {width:400px;}
.w425 {width:425px;}
.w450 {width:450px;}
.w475 {width:475px;}
.w500 {width:500px;}


.w5p {width:5%;}
.w10p {width:10%;}
.w20p {width:20%;}
.w25p {width:25%;}
.w30p {width:30%;}
.w33p {width:33%;}
.w40p {width:40%;}
.w50p {width:50%;}
.w60p {width:60%;}
.w70p {width:70%;}
.w75p {width:75%;}
.w80p {width:80%;}
.w90p {width:90%;}
.w100p {width:100%;}

.h100p {height: 100%}

.tb {font-weight:bold;}
.ti {font-style:italic;}
.tu {font-weight:underline;}
.tal {text-align:left;}
.tac {text-align:center;}
.tar {text-align:right;}
.ts {font-size:85%;}
.vam {vertical-align:middle;}
.blue {color:blue;}
.red {color:red;}
.table {display:table;}
.inline-table {display:inline-table;}
.table-cell {display:table-cell;}
.table-row {display:table-row;}
.table-row-group {display:table-row-group;}
.table-fixed {table-layout:fixed;}
.table-caption {display:table-caption;}
.block {display:block;}
.text-blue {color:blue;};
.text-red {color:red;};
.text-green {color:green;};
.text-yellow {color:yellow;};
.text-black {color:black;};
.text-white {color:white;};

.flex-wrapper {
	display:block;
}

.flex-wrapper-row {
	display:flex;
	flex-wrap:wrap;
	align-items: center;
}