/* design pisma */
.b {
	font-weight: bold;
}
.u {
	text-decoration: underline;
}
.i {
	font-style: italic;
}
.n {
	font-weight: normal;
}

/* velkosti pisma */
.small {
	font-size: 10px;
}
.big {
	font-size: 15px;
}

/* farby */
.black {
	color: black !important;
}
.white {
	color: white !important;
}
.gray {
	color: #999 !important;
}
.yellow {
	color: #FF0 !important;
}
.orange {
	color: #F60 !important;
}
.red {
	color: red !important;
}
.green {
	color: #0A0 !important;
}
.blue {
	color: blue !important;
}
.violet {
	color: #841AC1 !important;
}

/* velkosti */
.s10 {
	font-size: 10px;
}
.s11 {
	font-size: 11px;
}
.s12 {
	font-size: 10px;
}
.s13 {
	font-size: 13px;
}
.s14 {
	font-size: 14px;
}
.s15 {
	font-size: 15px;
}
.s16 {
	font-size: 16px;
}
.s18 {
	font-size: 18px;
}
.s20 {
	font-size: 20px;
}
.s25 {
	font-size: 25px;
}

/* zarovnanie */
.l {
	text-align: left !important;
}
.c {
	text-align: center !important;
}
.r {
	text-align: right !important;
}
.j {
	text-align: justify !important;
}
.left {
	display: inline;
	float: left;
}
.right {
	display: inline;
	float: right;
}
.none {
	/* empty */
}

/* sirky elementov (pixely) */
.w100px {
	width: 100px;
}
.w110px {
	width: 110px;
}
.w120px {
	width: 120px;
}
.w130px {
	width: 130px;
}
.w140px {
	width: 140px;
}
.w150px {
	width: 150px;
}
.w170px {
	width: 170px;
}
.w190px {
	width: 190px;
}
.w200px {
	width: 200px;
}
.w250px {
	width: 250px;
}
.w300px {
	width: 300px;
}
.w400px {
	width: 400px;
}
.w500px {
	width: 500px;
}
.w550px {
	width: 550px;
}
.w600px {
	width: 600px;
}
.w700px {
	width: 700px;
}

/* sirky elementov (%) */
.w100 {
	width: 100%;
	max-width: 100%;
}
.w90 {
	width: 90%;
}
.w80 {
	width: 80%;
}
.w70 {
	width: 70%;
}
.w60 {
	width: 60%;
}
.w50 {
	width: 50%;
}
.w40 {
	width: 40%;
}
.w30 {
	width: 30%;
}
.w20 {
	width: 20%;
}
.w10 {
	width: 10%;
}

/* margin & padding */
.auto {
	margin: auto;
}
.m1 {
	margin: 1px;
}
.m3 {
	margin: 3px;
}
.m5 {
	margin: 5px;
}
.m10 {
	margin: 10px;
}
.p1 {
	padding: 1px;
}
.p3 {
	padding: 3px;
}
.p5 {
	padding: 5px;
}
.p10 {
	padding: 10px;
}

/* misc prvky */
.clear {
	clear: both;
}

.langImg {
	width: 20px;
	height: 14px;
	border: 1px solid #000 !important;
}

.bad {
	background-color: #F00 !important;
}

.noborder {
	border: none !important;
}

.hidden {
	display: none;
}

.unhidden {
	display: inline;
}
