﻿
		.container
{
    display:table;
    width: 100%;
}
.row
{
    height: 100%;
    display: table-row;
}
.col-sm-3
{
    display: table-cell;
}
.col-sm-4
{
    display: table-cell;
}
.col-sm-12
{
    display: table-cell;
}
.col-sm-6
{
    display: table-cell;
}

.col-sm-8
{
    /*display: table-cell;*/
}
.col-sm-9
{
    display: table-cell;
}
	
	.col-md-3
{
    display: table-cell;
}	
	.col-md-4
{
    display: table-cell;
}
.col-md-12
{
    display: table-cell;
}
.col-md-6
{
    display: table-cell;
}

.col-md-8
{
    display: table-cell;
}
.col-md-9
{
    display: table-cell;
}	