body {
    font-family: 'Recursive', sans-serif;
    background-color: SlateGrey;

}
.a_row {
background-color: #666666;
padding: 10px;
border: 5px solid rgba(51, 51, 51, 1);
border-radius: 10px;
color: white;
}




a.quest{
    color:#ffd000;
    }

a.quest:link  {
    text-decoration: none;
    color: #ffd000;
    }
a.quest:visited {
    text-decoration: none;
    color: #ffd000;
    }

a.rare{
    color:#001F3D;
    }

a.rare:link  {
    text-decoration: none;
    color: #001F3D;
    }
a.rare:visited {
    text-decoration: none;
    color: #001F3D;
    }

a.item{
    color:#FFFFFF;
    }

a.item:link  {
    text-decoration: none;
    color: #FFFFFF;
    }
a.item:visited {
    text-decoration: none;
    color: #FFFFFF;
    }




.clearfix:before, .clearfix:after{
    content: "";
    display: table;
}
.clearfix:after{
    clear: both;
}
a{
    color:#0067ab;
    text-decoration:none;
}
a:hover{
    text-decoration:underline;
}
.form{
    width: 300px;
    margin: 0 auto;

}
.backButton{
    padding: 10px 25px 8px;
    color: #fff;
    background-color: #003300;
    text-shadow: rgba(0,0,0,0.24) 0 1px 0;
    font-size: 10px;
    text-decoration: none;
    border: 1px solid #003300;
    border-radius: 2px;
    margin-top: 10px;
    cursor:pointer;
}

.backButton:hover {
    background-color: #024978;
    text-decoration: none; 
}

input[type='text'], input[type='email'],
input[type='password'] {
    width: 100px;
    border-radius: 2px;
    border: 1px solid #CCC;
    padding: 10px;
    color: #333;
    font-size: 10px;
    margin-top: 10px;
}
input[type='submit']{
    padding: 10px 25px 8px;
    color: #fff;
    background-color: #003300;
    text-shadow: rgba(0,0,0,0.24) 0 1px 0;
    font-size: 10px;

    border: 1px solid #003300;
    border-radius: 2px;
    margin-top: 10px;
    cursor:pointer;
}
input[type='submit']:hover {
    background-color: #024978;
}

/* Add a black background color to the top navigation */
.topnav {
    background-color: #333;
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
    background-color: #4CAF50;
    color: white;
}

.checkbox{
     text-align:right;
     float:right;

}

