body {
    margin: 0;
    padding: 0;
}
img {
    margin: 0;
    padding: 0;
    border: none;
}
input, textarea {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
select {
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
hr {
    color: #999;
}
.pointer {
    cursor: pointer;
}
.hidden {
    display: none;
}
.visible {
    display: block;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clear {
    clear: both;
}
@media only screen and (min-width: 960px) {
    .desktop { display: block !important; }
    .mobile  { display: none  !important; }
}
@media only screen and (max-width: 959px), only screen and (orientation: portrait) {
    .desktop { display: none  !important; }
    .mobile  { display: block !important; }
}
