body {
font-family: Helvetica, 'Times New Roman';
text-align: center;
}

.app-table {
width: 100%;
}

.app-faq {
width: 100%;
}

.newapps .div{
display: inline-block;
}

.oldapps .div{
display: block;
}

.app-table-fc {
display: inline-block;
width: 50%;
vertical-align: top;
margin: 2% auto;
border: none;
}

.app-table-fc .div{
display: block;
}


.old-app-table {
display:  inline-block;
width: 240px;
vertical-align: top;
text-align: left;
margin: 2% auto;
border: none;
}

.app-table-fc A:link{
font-weight: bold;
text-align: center;
}

.old-app-table .div{
display: inline-block;
}


.app-desc{
text-align: left;
}



