/* 
    Document   : seriesstyles
    Created on : 2013-jan-05, 23:06:06
    Author     : anderscb
    Description:
        Purpose of the stylesheet follows.
*/

div.links{
   
    position: absolute;
    height: 70px;
    top:0px;
    left: 0px; 
    width: 100%;
    background: url(../pics/green_background.png) repeat-x;
}


div.center{
      
    position: absolute;
    top: 70px;
    left: 100px;
    height: 700px;
    width: 650px;
       
}
div.center_logged_in{
    position: absolute;
    top: 50px;
    left: 20px;
    height: 700px;
    width: 350px;
    padding-left: 2mm;
    border-right: 1px #cac9c9 solid;    
}



div.right{
    position: absolute;
    top: 110px;
    left: 780px;
    height: 700px;
    width: 530px;
   
}
div.right_logged_in{
    position: absolute;
    top: 50px;
    left: 380px;
    height: 700px;
    width: 530px;
    padding-left: 2mm;
    border-right: 1px #cac9c9 solid;  
    overflow:auto;
    
}

div.right_most_logged_in{
    position: absolute;
    top: 50px;
    left: 930px;
    height: 700px;
    width: 530px;
    padding-left: 2mm;
    border-right: 1px #cac9c9 solid;    
    overflow:auto;
    
}

div.error_text{
    color: red;
}

div.info_text{
    color: red;
    
}

a{
 text-decoration: none;
 color: green;
 
}
a:hover{
    
    text-decoration: underline;
    
}
a.logged_in_links{
    color:white;
    
}
a.table_links{
    text-decoration: none;
    color: red;
    font-size:12px;
    font-weight: bold;
    
}
#pagination a, #pagination strong{
    background: #e3e3e3;
    padding: 4px 7px;
    border: 1px solid #cac9c9;
    font-size: 13px;
    
}
#pagination strong, pagination a:hover{
    font-weight: normal;
    background: #cac9c9;
    
}

.store-links {
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-width: 420px;
}

.store-link {
    display: block;
    padding: 14px 18px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.15s ease, transform 0.15s ease;
}

.store-link:hover {
    transform: translateY(-1px);
}

/* App Store */
.appstore {
    background-color: #000;
    color: #fff;
}

.appstore:hover {
    background-color: #222;
}

/* Google Play */
.googleplay {
    background-color: #1a73e8;
    color: #fff;
}

.googleplay:hover {
    background-color: #1558b0;
}




