﻿
.label-baby-names-finder
{
    margin-bottom:0px;
}

#center
{
    text-align:center;
}

.imageResize
{
    width: 100%;
    height: auto;
    max-width: 100%;
}

/*baby names finder box*/
.BabyNamesFinderBoxes
{
    margin-top: 10px;
    text-align: center;
    border: solid 1px #DCBCF5;
}


@media all and (min-width: 768px)
{
    
/*baby names finder box*/
.BabyNamesFinderBoxes
    {
        width: 48%;
        display: inline-block;
    }
    
}


.BabyNamesFinderBox .tabs
{
    background-color: #96679C;
    color: #77256c;
    font-weight: bold;
}

.BabyNamesFinderBox .tabs a
{
    color: #D4B7D8;
    padding: 2px 8px 2px 8px;
}

.BabyNamesFinderBox .tabs a:hover, .BabyNamesFinderBox .tabs a:focus
{
    color: white;
    text-decoration: none;
}

.BabyNamesFinderBox .tabs a.active
{
    background-color: white;
    color: #6C207F;
}

.BabyNamesFinderBox .tab-content
{
    background-color: white;
    padding: 20px;
    display: none;
    border-radius: 0px 0px 8px 8px;
}
     
.BabyNamesFinderBox .tab-content:nth-child(2)
{
    border-radius: 0px 0px 8px 8px;
}

.BabyNamesFinderBox .tab-content.active
{
    display: block;
}

.BabyNamesYearOfBirth li
{
    display: inline-block;
    margin: auto;
    padding: 6px;
}

/*baby names finder searched results*/
.BabyNamesSearchBoxes
{
    margin-top: 10px;
    border: solid 1px #DCBCF5;
    padding: 10px;
}


@media all and (min-width: 768px)
{

/*baby names finder searched results*/
.BabyNamesSearchBoxes
    {
        width: 48%;
        float: right;
        display: inline-block;
    }  
    
}


.BabyNamesSearchedResults
{
    margin-top: 20px;
    border: solid 1px #DCBCF5;
    clear:both;
    padding:20px;
}



.BabyNamesCopy
{
    clear: both;
    position: relative;
}

.gridviewPagerStyle
{
    position: absolute;
    padding-top: 20px;
    padding-left: 10px;
}

@media all and (min-width: 768px)
{
    
.gridviewPagerStyle
    {
        padding-top: 20px;
        padding-left: 280px;
    }
    
}
    
.gridviewPagerStyle a
{
    padding: 5px 10px 5px 10px;
    margin: 1px;
    text-align: center;
}
    
.gridviewPagerStyle a:hover
{
    background-color: #E6E6E6;
    color: #ffffff;
    padding: 5px 10px 5px 10px;
}

/*Styling pager active hyperlink  */
.gridviewPagerStyle span
{
    background-color: #ae2676;
    color: #ffffff;
    padding: 5px 10px 5px 10px;
}


 
   
 



