﻿*, :after, :before
{
    box-sizing: border-box;
}
.clearfix
{
    clear: both;
}
.clearfix:before, .clearfix:after
{
    display: table;
    content: " ";
}
.clearfix:after
{
    clear: both;
}
img
{
    vertical-align: middle;
    border: 0;
}
p
{
    margin: 0 0 9px;
}
.float-left
{
    float: left;
}
.float-right
{
    float: right;
}
.column3
{
    width: 33%;
}
.column1
{
    width: 50%;
}
.text-middle
{
    text-align: center;
}
.text-right
{
    text-align: right;
}
input[type="radio"], input[type="checkbox"]
{
    margin: 4px 0 0;
    margin-top: 1px;
    line-height: normal;
}
.hide
{
    display: none;
}
.float-left
{
    float:left;    
}
.float-right
{
    float:right;    
}
.col33
{
    width:33.3%;    
}
.col50
{
    width:50%;    
}
.col20
{
    width:20%;    
}
.col125
{
    width:12.5%;    
}