/* 
    Document   : help.css
    Created on : 12 Ιαν 2012, 12:35:58 πμ
    Author     : Dolios
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
/*.destination {
  padding-top: 70px;
  margin-top: -40px;
     
}*/
/*
#tableContents { 
   border:2px solid #e3e5e8;
   border-radius: 10px;
   background-color: #f2f4f7;
   box-shadow: 16px 16px 30px 0px gray;
    
}

dt {
    font-weight: bold;
    padding: 2px;
}

#back{
    float: left;
    position: relative;

}

#user-page{
    float: right;
    position: relative;

}


.wrap{
    position: relative;

}

.fa{
    color: gray;
    outline: none;

}


.fa:hover{
    color: black;

}

.fa-arrow-circle-up{
    position: fixed;
    right: 5%;
    bottom: 10%;
    
    outline: none;
    cursor: pointer;
}*/