
body{
    background-color: #F2F2F2; /*#F2F2F2 #8995A1  or #167BBC*/
}
p{
    text-align: center;    
    font-family: sans-serif;
    font-size: 50px;
    margin:5px auto 15px auto;
    padding:0 10px;
    height: 60px;
    width:520px;    
    border-radius: 15px;
    box-shadow: 5px 8px 20px 1px rgba(0, 0, 0, 0.5), inset -1px -4px 8px 0.1px #777777; 
}
#span1{
    color:green;
}
#span2{
    color:red;
}

#svgDiv{
    margin:auto;
    width:520px;
    overflow: hidden;
    padding:10px;
    text-align: center;    
    box-shadow: 5px 8px 20px 1px rgba(0, 0, 0, 0.5), inset -1px -4px 8px 0.1px #777777;     
    border-radius:15px;
}

#seg2{
    text-align: center;
}
#settingsWrapper{
    display:inline;
}
.settings{
    width:180px;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 8px;
    box-shadow: 5px 8px 20px 1px rgba(0, 0, 0, 0.5), inset -1px -4px 8px 0.1px #777777; 
    display:inline-block;
}
.label{
    font-size:20px;
    font-weight:500;
    width:100px;
    text-align: center;
    opacity:1;
    box-shadow: 5px 8px 20px 1px rgba(0, 0, 0, 0.5), inset -1px -4px 8px 0.1px #777777; 
}
#brkBtn{
    color:red;
}
#sessBtn{
    color:green;
}
input{
    font-size: 25px;
    text-align: right;
    border-width: 0;
    font-weight:600;
    width:50px;
    border-radius: 10px;
    color:white;
    margin-top: 5px;
}
button{
    font-size:18px;  
    font-weight:500;
    width:30px;
    border-radius:10px;
    opacity:0.7;
}
#session, #break{
    background-color: green;
    border-radius:30px;
    color:white;
    font-size:20px;
    font-weight:900;
}
#sessionHour, #sessionMinute{
  background-color: green;
}
#break{
    background-color:red;
}
#breakHour, #breakMinute{
  background-color: red;
}

#slider{
    width:345px;
    height:20px;
    color:red;
    border-radius: 10px;
    background-color: inherit;
    padding:5px 10px;
}
#sliderDiv{
    text-align:center;
    box-shadow: 5px 8px 20px 1px rgba(0, 0, 0, 0.5), inset -1px -4px 8px 0.1px #777777; 
    width:520px;
    margin:15px auto;
    padding:10px;    
    border-radius:15px;
}