.align_left {
text-align:left !important;
}
.align_right {
text-align:right !important;
}
.align_center {
text-align:center !important;
}

.float_left {
float:left;
}
.float_right {
float:right;
}
.reset {
clear:both;
height:0px;
overflow:hidden;
}

.invisible {
display:none;
}
.visible {
display:block;
}

.full_width {
width:100% !important;
}
.threequarter_width {
width:75% !important;
}
.half_width {
width:50% !important;
}
.quarter_width {
width:25% !important;
}
.thirth_width {
width:33% !important;
}
.fifth_width {
width:20% !important;
}
.width_60 {
width:60% !important;
}

.textholder {
padding:0 15px;
border:1px solid #222;
text-align:justify;
}

.no_border {
border-width:0 0 0 0 !important;
}
.right_border {
border-width:0 1px 0 0 !important;
}
.left_border {
border-width:0 0 0 1px !important;
}
