a.hover-link
{
    float: left;
    display: block;
    color: white;
    font-weight: bold;
    padding: 8px 10px 0px 10px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    line-height: 18px;
}

.velsof-sub-options{
    float: left;
    list-style:none;
    margin:0px;
    padding:0px;
    font-size: 11px;
}
#output
{
    margin-bottom:6px;
    /*display: inline-flex; to fix vertical align issue in safari browser..*/ 
}
#output li
{
    display:inline;
}

ul#output li a {
    text-decoration: none;
}

#output li a img
{
    margin-top:5px;
}

#head
{
    padding-right: 3px;
}
#head .sign-up-text:hover {
    text-decoration: none;
    color: #000 !important;
}

#social_loginizer_block_left .block_content{
    box-shadow: 2px 2px 11px 0 rgba(0,0,0,.1);
    background: #fff;
    padding: 1.5625rem 1.25rem;
    margin-bottom: 1.5625rem;
}

@media only screen and (max-width : 437px) {
    a.hover-link
    {
        float: right;
        display: block;
        color: white;
        font-weight: bold;
        padding: 8px 10px 0px 10px;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
        cursor: pointer;
        line-height: 18px;
        font-size: 11px;
    }

    .velsof-sub-options{
        float: right;
        list-style:none;
        margin:0px;
        padding:0px;
        font-size: 11px;
    }
    #output
    {
        display: inline;
	text-align:center;
	margin-bottom:10px;
    }
}

@media only screen and (min-width : 437px) and (max-width : 580px) {
    a.hover-link
    {
        float: right;
        display: block;
        color: white;
        font-weight: bold;
        padding: 8px 10px 0px 10px;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
        cursor: pointer;
        line-height: 18px;
        font-size: 12px;
    }

    .velsof-sub-options{
        float: right;
        list-style:none;
        margin:0px;
        padding:0px;
        font-size: 11px;
    }
    #output
    {
        display: inline;
	text-align:center;
	margin-bottom:10px;
	
    }
}



