/****************************************************/
.gk-wrapper {

}
.gk-content {
	background: url('../gk-img/banner_gk.png') no-repeat;
	display: block;
	position: relative;
	width: 300px;
	height: 568px;
}
.gk-header {
    color: #000;
    display: inline-block;
    font-size: 30px;
    font-weight: 300;
    margin: 32px 0 0;
    position: relative;
    text-align: center;
    width: 100%;
}
.gk-intro {
    color: #fff;
    display: inline-block;
    font-family: "PT sans";
    font-size: 18px;
    font-weight: bold;
    margin: 14px 0 0;
    text-align: center;
    width: 100%;
}
.gk-numblock {
    border-spacing: 0 17px;
    display: table;
    margin: 12px 21px 0;
    width: 258px;	
}
.gk-row {
	display: table-row;
}
.gk-inner {
	text-decoration: none;	
	font-weight: 700;
	font-size: 30px;
	font-family: "Roboto",sans-serif;	
}
.gk-odd {
	display: table-cell;	
	background: url('../gk-img/odd.png') no-repeat;	
	width:55px;
	height: 66px;
	position: relative;
}
.gk-inner-odd {
    color: #fbba1c;
    left: 18px;
    position: absolute;
    top: 10px;
}
.gk-even {
	display: table-cell;	
	background: url('../gk-img/even.png') no-repeat;	
	width:60px;
	height: 66px;
	position: relative;
}
.gk-inner-even {
	color: #e767ad;
    left: 18px;
    position: absolute;
    top: 10px;	
}
.gk-ten {
	left: 10px !important;
}