svg{
	background-color: #FFF;
}
#secunde{
	font-size:50px;
	font-weight: bold;
	color: green;
	vertical-align: top;
	border: 3px solid darkgray;
    border-radius: 30px;
    padding: 0 15px;
    background-color: white;
    margin-left: -20px;
    width: 65px;
    display: inline-block;
}
#bottomButtons #oilblack, #bottomButtons #speedblack, #bottomButtons #spinner50black{
	
	width: 70px;
	height: 70px;
	border-radius: 10px;
}
#bottomButtons #oil, #bottomButtons #speed, #bottomButtons #spinner50{
	
	width: 70px;
	height: 70px;
	border-radius: 10px;
	background-color: #FFF;
	cursor: pointer
}
#bottomButtons #oil:hover, #bottomButtons #speed:hover{
	cursor: pointer; 
}
#progres{
	margin: 0 0 10px 0;
}
progress{
	height: 46px;
	width: 400px;
	margin: 9px 0;
}
.center{
	display: inline-block;
}
.coins{
	text-align: left;
	margin-top: 5px;
}
.coins.hidden{
	visibility: hidden;
}
.coinsRight{
	text-align: right;
    display: inline-block;
    margin:0px 0 0 160px;
    position: absolute;
}
.coin{
	width:20px;
	height:20px;
}
.coinTotal{
	width:40px;
	height:40px;
}
#oil, #oilblack, #speed, #speedblack{
	margin-right: 40px;
}
#oilPrice, #speedPrice {
	font-size: 20px;
    vertical-align: top;
}
#totalCoins{
	font-size: 36px;
    vertical-align: top;
}

#fishPoints {
	display: none;
    animation-name: example;
    animation-duration: 2s;
    -webkit-animation-name: example;
    -webkit-animation-duration: 2s;
    position: absolute;
    left: 0;
    
    margin: -200px 0 0 0px;
    position: absolute;
    opacity: 0;

}
@keyframes example {
    0% {
        opacity: 1;
        left: 0px;
        top: 0px
    }
    100% {
        opacity: 0.4;
        left: 0px;
        top: 200px
    }
}
@-webkit-keyframes example {
    0% {
        opacity: 1;
        left: 0px;
        top: 0px
    }
    100% {
        opacity: 0.4;
        left: 0px;
        top: 200px
    }
}

.fb-like{
	position: absolute;
    left: 0;
    margin-top: 10px;
}
