.browser{
    margin:50px auto;
    padding-bottom: 30px;
    width: 400px;
    height: 400px;
    display: none;
}
.browser p {
    text-indent: 2em;
    line-height: 1.5;
}
.browser .fix:after{
    content: "";
    clear: both;
    display: block;
}
.browser .fix{
    margin: 0 40px;
}
.browser .fix a{
    float: left;
    margin-right: 40px;
}
