/* change the color of the links including the ones from #cameras */
#boxy .links a:hover {
    background-color: #eee;
}

#boxy .col-title {
    background: #4d8059;
}

#boxy .col-ico {
    background: #385c41;
    border: 3px solid #f1f3f5;
}

#boxy .col-title-text {
    color: #ffffff;
}

#boxy .col-title a,
#boxy .col-title-text a {
    color: #4d8059;
}

#boxy .col-cont {
    background: #ffffff;
}

#boxy .col-footer a {
    color: #4d8059;
}

#boxy .col-footer a:hover {
    background: #dddddd;
}

#boxy .col, #users {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

#snow .col-title::after {
    background: #4d8059;
}

#snow tr > th{
    background: #4d8059;
    line-height: 20px;
}

#snow tr:nth-child(odd){
    background: #f0f0f0;
}

#snow tr:nth-child(even){
    background: #ffffff;
}

#loginbox .button-2,
#loginbox .button {
    background: #70997a;
}

#loginbox .button-2:hover,
#loginbox .button:hover {
    background: #4d8059;
}

#boxy .col-rema {
    color: #4d8059;
}

#boxy .barva {
    color: #4d8059;
}