﻿body {
    margin-left: 0px;
}

.actionButton {
    height: 30px;
    width: 150px;
    font-weight: bold;
}

.movementButton {
    height: 50px;
}

.movementButtonInactive {
    color: #444444;
}

.creatureImage {
    border: 1px solid white;
    padding: 10px;
}

img.resizable {
    right: 0;
    margin: 5px;
    max-width: 190px;
    transition: max-width 1s, margin-top 1s;
    position:absolute;
    margin-top:0px;
    margin-right:10px;
}

img.enlarged {
    
    max-width: 800px;
    margin-top:-200px;
   
}

.hunting_day {
    position: fixed;
    left: 20px;
    bottom: 5px;
    height: 36px;
    margin-top: 5px;
    font-weight: normal;
    background-color: #222222;
    padding: 2px;
    opacity: 0.7;
}

.hunting_hour {
    position:fixed;
    bottom:5px;
    right:20px;
    height:36px;
    margin-top:5px; 
    font-weight: normal; 
    background-color: #222222;
    padding: 2px;
    opacity:0.7;
}

.hunting_day .silver, .hunting_hour .silver {
    color:white;
}


.hunting_day .gold, .hunting_hour .gold {
    color: #ff9933;
}
