

/*
html, body {
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}
*/

h1, h2 , h3, /*h4, h5, h6*/ {
    font-weight: normal; 
    margin: 0;
    color: #6F6F6F; 
}

h1 a, h2 a , h3 a,/* h4 a, h5 a, h6 a*/ { 
    font-weight: inherit; 
    color: #6F6F6F; 
}

h1 { 
    font-size: 46px; 
    line-height: 50px; 
    margin-bottom: 14px; 
    color: #6F6F6F; 
}

h2 {
    font-size: 35px; 
    line-height: 40px; 
    margin-bottom: 10px; 
    color: #6F6F6F; 
}

h3 { 
    font-size: 28px; 
    line-height: 34px; 
    margin-bottom: 8px; 
    color: #6F6F6F; 
}


/*

h4 { 
    font-size: 21px; 
    line-height: 30px; 
    margin-bottom: 4px; 
    color: #6F6F6F;
}

h5 { 
    font-size: 17px; 
    line-height: 24px; 
    color: #6F6F6F; 
    / * background-color: #6F6F6F;  * /
    
}

h6 { 
    font-size: 14px; 
    line-height: 21px; 
    color: #6F6F6F;
}*/



.satName {
    font-size: 20px; 
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.rfloat {
    float: right;
}

.lfloat {
    float: left;
}

#cardholder {
    right: 0px;
    top: 90px;
    width: 205px;
    height: 250px;
    position: fixed;
    overflow-y: auto;
    
}

.card {
    position: relative;
    left: 1px;
    margin-bottom: 10px;
    padding: 2px 12px;
    width: 150px;
    background-color: #fcfcfc;
    color: #6F6F6F;
    box-shadow: 1px 1px 2px #888;
    transition: all 0.1s ease-out;
    cursor: pointer;
    border: 3px solid #fff;
}

.card:hover {
    border: 3px solid #505050 /*#00a3d3*/;
}

.card.follow {
    border: 3px solid #767676 /*#005BEB*/;
}

.card hr {
    border-color: #ddd;
    border-width: 1px 0 0;
    border-style: solid;
    clear: both;
    height: 0;
    margin: 2px 0;
    margin-bottom: 8px;
    
    /* background-color: #fcfcfc; */
}

.card span {
    display: block;
    width: 100%;
}

