*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
a:-webkit-any-link {
    color: -webkit-link;
    text-decoration: underline;
    cursor: auto;
}
.branding-container {
    text-align: center;
    padding-right: 5px;
    padding-bottom: 5px;
    line-height: 20px;
    margin-top: 5px;
   display:none;
}
.pricing-column li {
    display: block;
    /* white-space: nowrap; */
    text-align: center;
    padding: 12px;
    /* background: rgba(0,0,0,0.01); */
    border-bottom: 0 px dotted rgba(0,0,0,0.1);
}