File size: 2,033 Bytes
bed5506
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
body{
	background-image: url('../img/background.png');
	font-family: 'Roboto', sans-serif;
}
.game-container {
	position: relative;
	max-width: 1200px;
	max-height: 900px;
}

.grid {
	margin-top: 40%;
	width: 45%;
	margin: 0 auto;
	transition: webkit-transform .5s, transform .5s;
	/*-webkit-transform: matrix3d(0.981576352, 0.0274439393, 0.1890891206, 0, -0.1703885647, 0.5735455435, 0.8012572908, 0, -0.0864615659, -0.8187138325, 0.5676548759, 0, 0, 0, 0, 1);
    -webkit-transform-style: preserve-3d;*/
}

.block {
	height: 160px;
	border: 2px solid #ddd;
	background-image: url(http://previewcf.turbosquid.com/Preview/2014/08/01__17_56_46/grass_tex.jpgb91b8892-a3aa-4b03-bde2-0be3478eae61Larger.jpg);
}

.block:hover {
	cursor: pointer;
}

.status {
	position: absolute;
	top: 0;
	right: 0;
	width: 30%;
	border: 2px solid #000;
	background-color:rgba(33,33,33,0.3);
}

.progress {
	margin-bottom: 10px;
}

.waste-bar {
	text-align: center;
	color: #000;
}

.money-amount {
	margin-bottom: 10px;
}

.popup {
	display: none;
	position: absolute;
	width: 50%;
	top: 20%;
	left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    padding: 20px;
	z-index: 5;
	background: #fff;
	border: 2px solid #ddd;
	box-shadow: 0 5px 15px rgba(0,0,0,.5);

}

.popup .escape-container {
	float: left;
	cursor: pointer;
}

.btn-buy {
	display: block;
	margin: 0 auto;
}

.img-block-type {

}

.energy-img {
	max-height: 100%;
}

.btn-next-year {
	display:block;
	margin: 0 auto;
	margin-top: 40px;
}

.logo {
	margin-top:2%;
	margin-left:5%;
	max-height: 20%;
	max-width: 20%;
	margin-bottom: 10%;
}
/*.top{
	background-color:rgba(33,33,33,0.7);
}*/
.money-title, .green{
	color:#1AED3A;
}
.waste-title, .red{
	color:#ED1A4B;
}
.orange{
	color:#E78624;
}
.blue{
	color:#3BBDEE;
}
.year-title,.year-number{
	color:#38BFEF;
}
.titlescreen .col-centered {
	float: none;
	text-align: center;
	margin: 0 auto;
}
.btn-start {
	margin-top: 20px;
}
.version-text {
	display: none;
	position: absolute;
	font-weight: bold;
	font-size: 1.2em;
}