body {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1366a6+0,0f5282+100 */
    background: #00519d;
    /* Old browsers */
    background: linear-gradient(to bottom, #00519d 0%, rgba(0, 81, 157, 0.7) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    margin: 0px;
}

#instructions {
    width: 55%;
    text-align: left;
    margin-left: 255px;
}

#toplinks {
    text-align: right;
    <!-- background: rgba(238, 47, 38, 1);
    background: -moz-linear-gradient(top, rgba(238, 47, 38, 1) 0%, rgba(233, 54, 39, 1) 75%, rgba(231, 56, 39, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(238, 47, 38, 1)), color-stop(75%, rgba(233, 54, 39, 1)), color-stop(100%, rgba(231, 56, 39, 0)));
    background: -webkit-linear-gradient(top, rgba(238, 47, 38, 1) 0%, rgba(233, 54, 39, 1) 75%, rgba(231, 56, 39, 0) 100%);
    background: -o-linear-gradient(top, rgba(238, 47, 38, 1) 0%, rgba(233, 54, 39, 1) 75%, rgba(231, 56, 39, 0) 100%);
    background: -ms-linear-gradient(top, rgba(238, 47, 38, 1) 0%, rgba(233, 54, 39, 1) 75%, rgba(231, 56, 39, 0) 100%);
    background: linear-gradient(to bottom, rgba(238, 47, 38, 1) 0%, rgba(233, 54, 39, 1) 75%, rgba(231, 56, 39, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ee2f26', endColorstr='#e73827', GradientType=0);
    -->/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff0000+1,b51717+100 */
    background: rgb(255, 0, 0);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 0, 0, 1) 1%, rgba(181, 23, 23, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 0, 0, 1) 1%, rgba(181, 23, 23, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 0, 0, 1) 1%, rgba(181, 23, 23, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#b51717', GradientType=0);
    /* IE6-9 */
    -moz-box-shadow: 0px 10px 14px -7px #1c3033;
    -webkit-box-shadow: 0px 10px 14px -7px #1c3033;
    padding: 20px 30px 20px 0px;
}

.linksMenu {
    font-size: 20px;
    text-decoration: none;
    color: white;
    font-family: 'Anton', sans-serif;
    text-shadow: 3px 3px 4px #1f2c30;
}

#contentWrapper {
    text-align: center;
}

.shadow {
    -moz-box-shadow: 0px 10px 14px -9px #1c3033;
    -webkit-box-shadow: 0px 10px 14px -9px #1c3033;
}

#content {
    width: 500px;
    height: 300px;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.75);
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-family: 'Economica', sans-serif;
    font-size: 25px;
    -moz-box-shadow: 0px 10px 14px -7px #1c3033;
    -webkit-box-shadow: 0px 10px 14px -7px #1c3033;
}

#registerForm {
    margin: 0 auto;
}

#registerForm td,
#registerForm tr {
    border: none;
    font-size: 25px;
    text-align: right;
}

.loginInput {
    font-family: 'Economica', sans-serif;
    font-size: 25px;
    height: 35px;
    width: 250px;
}

.error {
    text-align: center;
    padding-top: 35px;
    font-family: 'Economica', sans-serif;
    font-size: 25px;
}

.linksMenu:hover {
    text-decoration: none;
    color: #adadad;
}

td,
tr {
    border: solid 1px white;
    padding: 5px;
    text-align: center;
}

.pagination>li>a {
    padding: 0px 12px;
}

#cartes,
#users {
    display: -webkit-inline-box;
}

h3,
h4 {
    margin: 25px 0px;
}

hr {
    margin: 0px;
}