.product tr:first-child {
    font-family: sans-serif;
    font-size: xx-large;
    font-weight: bold;
}

.product tr td:first-child {
    vertical-align: top;
    font-size: small;
    font-weight: bold;
}

.product td:first-child + td {
    padding-bottom: 20px;
    border-bottom: 1px solid gray
}
        
tr#description {
    font-size: small;
}

tr#changes {
    font-size: small;
}

tr#download {
    font-size: small;
}

tr#purchase {
    font-size: small;
}

tr#source {
    font-size: small;
}

tr#osi {
    font-size: small;
}

tr#copyright {
    font-size: xx-small;
}

fieldset {
    border-style: none;
}

p.downloadlink
{
    font-size:x-large;
    text-align:center;
}

img.productbadge
{
    border:0px 0px 0px 0px;
    width:100px;
    height:100px;
    padding: 10px 40px 10px 40px
}

img.appstorebadge
{
    border:0;
    width:180px;
    height:80px;
    padding: 0px 0px 0px 0px
}

img.pythonbadge
{
    border:0;
    width:110px;
    height:44px;
    padding: 0px 35px 0px 35px
}
