﻿/*.body {
}*/

.modal {
    display: none; /* Hidden by default */
    position: absolute; /* Stay in place */  
    top: 150px;  
    right:15px;     
   
}

/* Modal Content */
.modal-content {
    background-color: #aeb0b5;
    /*height:110px;*/
     height:auto;
    /*width:90px;*/
     width:80px;
    cursor: pointer;
    display: block;
    padding: 5px;
    margin: 7px;   
    /*position: fixed; /* Stay in place */   
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    display: none;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    display: none;
}

.ProfileLabel {   
      font-weight: bold; font-family: Calibri; font-size:medium; margin-left: 10px;cursor: pointer;
}

     a:hover, a:active {
        color: #cd2026;	
    }

