.ps-relative {
        position:relative;
}

.ps-tel {
        z-index: 99;
        position:absolute;
        padding-right:80px;
        padding-top: 70px;
        width:100%;
        text-alignment:right;
}

.ps-tel a {
        font-size:26px;
        color:#F00;
        font-weight: bold;
        text-shadow: 4px 2px silver;
}

.ps-tel a:hover {
        text-decoration: none !important;
}

