﻿
}#repeat
{
    border-radius: 10px/30px;
    height:300px;
    width:200px;
    border: 3px double #E7907E;
    float:left;
    margin-right:15px;
    margin-bottom:15px;
        
}
#repeat2
{
    border-radius: 10px/10px;
    height:200px;
    width:200px;
    border: 5px double #1362A2;
    float:left;
    margin-right:15px;
    margin-bottom:15px;
        
}
#repeat2.hover
{
    border-radius: 10px/10px;
    height:350px;
    width:250px;
    border: 1px solid #E7907E;
    float:left;
    margin-right:15px;
    margin-bottom:15px;
        
}
.lab_disp
{
    font-family:'Times New Roman';
    font-weight:700;    
    font-size:15px;
    text-align:center;
    margin-left:20px;
     position: absolute;
    top: 8px;
    left: 26px;
}

#repeat1
{
    border-radius: 10px/30px;
    height:300px;
    width:200px;
    border: 3px double #E7907E;
    float:left;
    margin-right:10px;
    margin-left:10px;
    padding:5px;
}

.lab_disp1
{
    font-family:'Times New Roman';
    font-weight:700;    
    font-size:15px;
    text-align:center;
    margin-left:20px;
}
