html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*, 
*:before, 
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

a,
button,
input[type="submit"] {
    text-decoration: none;
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    transition: ease 0.2s;
}

a:focus,
input:focus, 
button:focus, 
submit:focus,
select:focus {
    outline: none;
}

img,
table,
iframe {
    max-width: 100%;
    vertical-align: top;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
    font-weight: normal;
}

p:last-child {
    margin-bottom: 0px;
}

.pi-left {
    float: left;
}

.pi-right {
    float: right;
}

.pi-clear {
    float: none;
    clear: both;
}

.pi-full {
    width: 100% !important;
}

figure {
    margin: 0;
}