
.left{
    float: left;
}
.right{
    float: right;
}

.hidden{
    display:none;
}
.shown{
    display:block;
}

a{
    outline: 0 !important;
}