﻿.trial-footer {
    position: fixed;
    bottom: 0;
    height: 50px;
    width: 100%;
    z-index: 1000;
    background-color: #fcb603;
    padding: 13px;
}

    .trial-footer p {
        display: inline-block;
    }
