/* -------------------------------------------- */
/* Transity: Contracts */
/* Version: 2.17.2 */
/* -------------------------------------------- */
/* Created by @twotribes, Germany */
/* -------------------------------------------- */
/* Browser Scope: ALL */
/* StyleSheet Scope: SITE INITIALIZATION */
/* Design Scope: Codebox */
/* !-------------------------------------------- */

/* !-------------------------------------------- */
/* !Reset-styles */
/* !-------------------------------------------- */

/* A sane, non-nerve-wracking box sizing for everyone. Thanks @paul_irish and @thijs */
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

html {
color: #000;
font-family: "Cooper Hewitt", "Helvetica", "Arial", sans-serif;
font-size: small;
text-decoration: none;
overflow: hidden; /* needed because we move .actorgroup elements horizontally out of the viewport */
}

body, h1, h2, h3, h4, h5, h6, p {
margin: 0;
padding: 0;
font-size: inherit; /* make 'em even */
}

ul, ol, li, dl, dt, dd {
list-style: none;
margin: 0;
padding: 0;
}

a, a:hover, a:focus {
text-decoration: none;
}


/* !======================================================================================== */
/* !DEVELOPER SECTION: Temporary styles which need to be reviewed and cleaned */
/* !======================================================================================== */

