#thirdTab{
    width: 100%;
}
#news p, #review p, #appIntro p{
    margin: 5px 0;
}
#news p:nth-child(1), #appIntro p:nth-child(1){
    margin: 15px 0 5px;
}
#news{
    width: 90%;
    padding: 0 5%;
    background-color: #f0f8ff;
}
#review{
    width: 90%;
    padding: 0 5%;
}
#review a{
    text-decoration: none;
    color: #fff;
    background-color: #000;
    border-radius: 5px;
    border: 1px solid #777;
    margin: 5px;
    padding: 2px 10px;
    font-weight: bold;
}
#appIntro{
    width: 90%;
    padding: 0 5%;
    background-color: #fff0f5;
}
#appIntroTable{
    width: 100%;
}
#appIntroTable tr td:nth-child(1){
    width: 30%;
}
#appIntroTable tr td{
    padding-bottom: 10px;
    border-bottom: 1px dotted #aaa;
}
#appIntroTable tr:last-child td{
    border-bottom: none;
}
#appIntroTable img.icon{
    width: 100%;
}
#appIntroTable img.iosLinkImg{
    width: 150px;
    height: auto;
}
#appIntroTable img.androidLinkImg{
    width: 150px;
    height: auto;
}
#appIntroTable tr td:nth-child(2){
    width: 70%;
    padding-left: 10px;
}