@charset "utf-8";

.selected {
     border: 4px solid red;
               
     }
     img {
                
}

#send2 {
    margin: 60px 0;
}
            
#thumbnails_2 {
    width: 900px;
    height: 150px;
    margin: 0 auto;
    text-align: left;
    
}
            
.thumbnail_2 {
            width: 26px;
            height: 39px;
            margin: 3px 3px;
            box-shadow: 1px 1px 3px rgba(0,0,0,0.7);
            opacity: 0.5;
            cursor:pointer;
        }
        .current {
            opacity: 1.0;
        }
        
input {
    font-size: 20px;
    
}

#thumbnails_3 {
    font-size: 20px;
}

.thumbnail_3 {
            width: 150px;
            
            margin: 3px 3px;
            box-shadow: 1px 1px 3px rgba(0,0,0,0.7);
            
            cursor:pointer;
            
            
        } 
        
        .current2 {
            border: 1px solid red;
        } 
        
        .photo_C {
            
        }
        
         #result {
            
        }
        
        #result2 {
            
        }
        
        .photo_D {
            
        }
        
        .photo_E {
            
        }
        
        .photo_A {
            
            box-shadow: 1px 1px 3px rgba(0,0,0,0.7);
        }
        
        #tab {
            margin: 5px;
        }
        
        #vot {
            font-size: 20px;
            color: pink;
            background: yellow;
            margin:5px;
            box-shadow: 1px 1px 3px rgba(0,0,0,0.7);
            cursor:pointer;
        }
        #vot_result {
            font-size: 20px;
            
            background: #4F4A89;
            margin:5px;
            padding: 3px;
            box-shadow: 1px 1px 3px rgba(0,0,0,0.7);
            cursor:pointer;
            position: absolute;
            top: -60px;
            left: 366px;
        }
        
        #vot_result a {
            color: white;
            text-decoration: none;
        }
        
        #result2 {
            display: none;
        }
        
                #howto {
        position: absolute;
        top: -55px;
        left: 545px;
        width: 335px;
        hight: 105px;
        padding: 5px;
        border-radius: 4px;
        text-align: left;
        background: rgba(0,0,0,0.4);
        box-shadow: 1px 1px 3px rgba(0,0,0,0.7);
        Z-index: 10;
        }
        
        #howto {
            color: white;
        }
        
        #vot_show {
            color: #C1282B;
            font-size: 23px;
            font-weight: bold;
            text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
            position: absolute;
            top: -195px;
            left: 0px;
        }
        
        #vot_showtext {
            width: auto;
            height: auto;
            position: absolute;
            top: -190px;
            left: 170px;
            font-size: 18px;
            display: none;
        }
        
        
       