/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 12, 2018, 12:35:19 PM
    Author     : pls2624
*/
body{
    font-family: Roboto, sans-serif;
    font-size: medium; 
}
#navbar{
    background-color: #2196f3;
    color: white;
    box-shadow: darkgray 3px 3px 5px;
}
#start,#pause,#restart,#stop,#continue{
    border: 1px white solid;
}
button{
    background-color: #2196f3;
    color: white;
    border: 1px #2196f3 solid;
}
.myCaptureStat {
    background-color: #2196f3;
    color: white;
    width: 100px;
    font-size: small;
}
#stats{
    position: relative;
    top: 35px;
    left: 0px;
    width: 100%;
}
#instructions, #map, #directions{
    box-shadow: darkgray 3px 3px 5px;
    border: 1px black solid;
    
}
#gotIt{
    border: 1px black solid;
}