﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

input,
select,
textarea {
    max-width: 280px;
}*/

.accesskey {
      border: 1px solid #aaa;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      -moz-box-shadow: 1px 2px 2px #ddd;
      -webkit-box-shadow: 1px 2px 2px #ddd;
      box-shadow: 1px 2px 2px #ddd;
      background-color: #f9f9f9;
      background-image: -moz-linear-gradient(top, #eee, #f9f9f9, #eee);
      background-image: -ms-linear-gradient(top, #eee, #f9f9f9, #eee);
      background-image: -o-linear-gradient(top, #eee, #f9f9f9, #eee);
      background-image: -webkit-linear-gradient(top, #eee, #f9f9f9, #eee);
      background-image: linear-gradient(top, #eee, #f9f9f9, #eee);
      padding: 1px 5px;
      font-family: inherit;
      font-size: 0.85em;
      color: #000000;
      font-weight: normal;
    }




#return-to-top {
    position: fixed;
    bottom: 70px;
    right: 20px;
    background: rgba(57,181,149, 0.5);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1000;
    border: 0px;
    font-weight: bold;
}

    /*#return-to-top i {
        color: #fff;
        margin: 0;
        position: relative;
        left: 16px;
        top: 13px;
        font-size: 19px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }*/

    #return-to-top:hover {
        background: rgba(57,181,149, 0.9);
    }

        /*#return-to-top:hover i {
            color: #fff;
            top: 5px;
        }*/


