@charset "utf-8";
/* CSS Document */

.row {
	padding:10px;
}

.col-1 {
	width:8.333333333333333%;
	float:left;
}

.col-2 {
	width:16.66666666666667%;
	float:left;	
}

.col-3 {
	width:25%;
	float:left;	
}

.col-4 {
	width:33.33333333333333%;
	float:left;	
}

.col-5 {
	width:41.66666666666667%;
	float:left;	
}

.col-6 {
	width:50%;
	float:left;	
}

.col-7 {
	width:58.33333333333333%;
	float:left;	
}

.col-8 {
	width:66.66666666666666%;
	float:left;	
}

.col-9 {
	width:75%;
	float:left;	
}

.col-10 {
	width:83.33333333333333%;
	float:left;	
}

.col-11 {
	width:91.66666666666666%;
	float:left;	
}

.col-12 {
	width:100%;
	float:left;
}


::-webkit-scrollbar              { /* 1 */ }
::-webkit-scrollbar-button       { /* 2 */ }
::-webkit-scrollbar-track        { /* 3 */ }
::-webkit-scrollbar-track-piece  { /* 4 */ }
::-webkit-scrollbar-thumb        { /* 5 */ }
::-webkit-scrollbar-corner       { /* 6 */ }
::-webkit-resizer                { /* 7 */ }