body {
    background-color:#fff0bb;
    color:#000000;
    font-family: "Arial";
    font-size:16px;
    margin:0px;
    padding:0px;
}

select {
    margin-top:5px;
    margin-bottom:5px;
    font-size:14px;
}

button.maakplanning {
    margin-top:5px;
    font-size:16px;
	cursor:pointer;
}

.container {
    padding:10px;
    padding-top:0px;
}

h3, h3 > a {
    font-family: 'Pokemon Hollow';
    font-size: 24px;
    color:#073477;
    text-decoration:none;
}

h4 {
    font-size: 14px;
}

.stopinfo > a {
    font-weight:bold;
}

a {
    color:#000000;
}

span.stopname {
    cursor:pointer;
}

input[type="text"] {
    color:#000000;
    font-family: Arial;
    font-size:16px;
    width: calc( 100% - 20px );
    max-width:500px;

}

.stop {
    padding-bottom:10px;
}

.stopinfo {
    display:none;
    margin:0px;
}

textarea.planning {
    width: calc( 100% - 10px );
    max-width:500px;
    height:200px;
    font-size:16px;
}

.copyplanning {
    width: calc( 100% - 4px );
    max-width:506px;
    height:30px;
    margin-top:10px;
    font-size:16px;
	cursor:pointer;
}

.flashbutton {
    animation-name: flash;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

//Firefox 1+
-webkit-animation-name: flash;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

//Safari 3-4
-moz-animation-name: flash;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
}

@keyframes flash {
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}

//Firefox 1+
@-webkit-keyframes flash {
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}

//Safari 3-4
@-moz-keyframes flash {
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}

img.weather {
    cursor: pointer;
    height:24px;
    float:left;
    margin-right:10px;
    border-radius:6px;
}

select.boss {
    max-width:150px;
}