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;
    width: 100%;
    /*display: inline-flex; to fix vertical align issue in safari browser..*/ 
}
#output li
{
    display:inline;
    width: 100%;
}

ul#output li a {
    text-decoration: none;
    width: 100%;
    border: solid 1px #e3e3e3;
    margin: 0;
}

#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;
}



.justify-between {
  justify-content: space-between;
  margin-bottom: 10px;
}
.items-center {
  align-items: center;
}
.flex {
  display: flex;
}
*, ::before, ::after {
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
}
.border-0 {
  border-width: 0px;
    border-bottom-width: 0px;
}
.border-border {
  border-color: rgba(10, 10, 102, .2) !important;
}
.border-solid {
  border-style: solid !important;
}
.border-b {
  border-bottom-width: 1px !important;
}

.flex-grow, .grow {
  flex-grow: 1;
}

.text-text-subtler {
  color: var(--color-text-subtler);
}
.text-expanded-body-small {
  font-size: .75rem;
  line-height: 1.25rem;
  font-weight: 400;
}


@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;
	
    }
}



