
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    box-sizing:border-box;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

input, select{    box-sizing: border-box;}
input[type='submit'] {
    padding: 10px 20px 10px 20px!important;
    background: #476574!Important;
    border: 0;
    color: white;
    font-size: 1.2em;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'Cabin', sans-serif;
}
#recently_shortened li {
    padding: 5px;
    position: relative;
    font-size: 1.2em;
    padding-left: 20px;
    margin-bottom:10px;
}
ul#recently_shortened li .fa {
    position: absolute;
    left: 0;
    top: 15px;
}
ul#recently_shortened li span.original_link a{text-decoration:none; color:black;}
span.original_link {
    display: inline-block;
    width: 100%;
    margin-bottom: 3px;
    border-bottom: 1px solid #cecece;
    padding-bottom: 5px;
}
span.shortened_link {
    font-size: 0.8em;
}
body{
    font-family:'Cabin', sans-serif;
    font-size:14px;
    color:#212020;
    background:#DDDDDD;
}
.form-control {
    display: inline-block;
    width:100%;
    margin-bottom: 20px;
}
#cover {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(18, 18, 18, 0.74);
}
#new_link {
    display: flex;
    margin-bottom: 20px;
    position: fixed;
    top: 0;
    width: 100%;
    /* border: 1px solid #5C7F91; */
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    align-items: center;
}
#new_link_inner {
    display: block;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    background: white;
    padding: 10px;
    text-align: center;
}
a{color:#7FA557;}
h1{font-weight: 300;
    color: #333;
    font-family: 'Raleway', sans-serif;
    font-size: 2.3em; margin-bottom:10px;}
p {
    font-size: 1.1em;
    line-height: 1.2em;
    margin-bottom: 10px;
}
h1.overlay {
    font-family: Cabin, sans-serif;
    font-weight: 800;
    color:#7FA557;
    font-size: 3.5em;
    height: 0.94em;
    letter-spacing: -4px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}
h1.overlay span {
    font-size: 0.6em;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #212020;
}
header#header {
    background: #212020;
    display: inline-block;
    width: 100%;
    position: relative;
}

.half {
    display: inline-block;
    width: 50%;
    float: left;
    position: relative;

    padding: 10px;
}
.half_inner {
    display: inline-block;
    width: 100%;
    padding-right: 30px;
}
input[type="text"] {
    padding: 10px;
    font-size: 1.2em;
    width: 100%;
    box-sizing: border-box;
}
input[type="submit"]{
    cursor:pointer;
}
#error-dialog {
    background: #ce3737;
    padding: 10px 20px;
    margin-bottom: 10px;
    color: white;
}
label {
    font-size: 1.3em;
    font-family: 'Raleway',sans-serif;
    margin-bottom: 5px;
    font-weight: 800;
    background: #212020;
    width: 100%;
    display: inline-block;
    padding: 10px 10px;
    text-transform: uppercase;
    color: white;
}

.form-control p{
    padding:8px 10px 0;
}
form#shortener {
    padding: 20px 0;
    display: inline-block;
    width: 100%;
}

div#copy-to-clipboard {
    background: #849ca9;
    color: white;
    display: inline-block;
    padding: 5px 10px;
    font-size: 1.2em;
    margin-top: 10px;
    cursor: pointer;
}
#new_link_title h1 {
    background: #3e587f;
    color: white;
    padding: 10px;
    font-size: 1.5em;
}
#new-link #new_link_inner {
    max-width: 100%;
    margin-bottom: 20px;
    border: 4px solid #7fa557;
}
.full-width.form-container {
    width: 100%;
    display: inline-block;
    padding: 20px;
}
input[type='submit'] {
    padding: 10px 20px 10px 20px!important;
    background: #476574!Important;
}