/* change the color of the links including the ones from #cameras */
#boxy .links a:hover {
    background-color: #eee;
}

#boxy .col-title {
    background: #a87c3c;
}

#boxy .col-ico {
    background: #745629;
    border: 3px solid #f1f3f5;
}

#boxy .col-title-text {
    color: #ffffff;
}

#boxy .col-title a,
#boxy .col-title-text a {
    color: #745629;
}

#boxy .col-cont {
    background: #ffffff;
}

#boxy .col-footer a {
    color: #a87c3c;
}

#boxy .col-footer a:hover{
    background: #dddddd;
}

#forum td 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 tr > th {
    background: #356f88;
    line-height: 20px;
}

#snow tr:nth-child(odd) {
    background: #D3DDE7;
}

#snow tr:nth-child(even) {
    background: #fffffd;
}

#cameras hr, #helpful hr {
    background: #a87c3c;
}

#forum td, #forum th {
    background: #f0f0f0;
}

#loginbox .button-2,
#loginbox .button {
    background: #b99663;
}

#loginbox .button-2:hover,
#loginbox .button:hover {
    background: #a87c3c;
}

#boxy .col-rema {
    color: #a87c3c;
}

#boxy .barva {
    color: #a87c3c;
}

#cameras .col-title-hide-wea {float: none;}

@media screen and (max-width: 380px){
	.col-title-hide-acc {display: none;}
	.col-title-hide-wea {display: none;}
}
