/* Contenedor principal del módulo */
#ps-customtext4-footer {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    background: transparent;
    text-align: center;
    box-sizing: border-box;
	padding: 30px 20px;
    border-bottom: 1px solid #c7c7c7;
}

/* Enlaces */
#ps-customtext4-footer a {
    color: inherit;
    text-decoration: none;
    margin: 0 8px;
}

#ps-customtext4-footer a:hover {
    text-decoration: underline;
}

/* Párrafos */
#ps-customtext4-footer p {
    margin: 0;
}

/* Listas */
#ps-customtext4-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#ps-customtext4-footer li {
    display: inline-block;
    margin: 0 10px;
}