
/* ======================================================================
 *
 *                             GENERAL STYLE
 *
 * =================================================================== */

strong { font-weight: 700; }
em { font-style: italic; }
sup { vertical-align: super; font-size: x-small }

.text-center { text-align: center; }
.text-right { text-align: right; }
.vertical-top { vertical-align: top; }
.vertical-middle { vertical-align: middle; }
.vertical-bottom { vertical-align: bottom; }
.vertical-shift { margin-top: 21px; }
figcaption { font-style: italic; }
.hidden { display: none; }

/* ----------------------------------------------------------------------
 * IMAGES
* ------------------------------------------------------------------- */

.img-double { zoom: 200%; }
.img-half { zoom: 50%; }
.img-quarter { zoom: 25%; }

.pointer {
    cursor: pointer;
}
.clear-both {
    clear: both;
}