body {
    background-color:#f0f0ff;
    font-family : Tahoma;
}
section.link a {
    text-decoration: none;
}
section.link div {
    padding:0px;
    display: inline-block;
}
section.link div.spacer {
    margin:5px 5px 5px 5px;
}
section.link div.linkbt {
    max-width: 300px;
    vertical-align: center; 
    text-align: center;
    border:solid rgba(0,0,0,0.5) 3px;
    color: rgba(0,0,0,0.6);
    font-weight:bold;
    border-radius: 12px;
    padding:8px 25px 7px 25px;
    margin:10px 0px 5px 0px;
}
section.link div.linkbt:not(.blue) {
    background-color:#ffdd66;
}
section.link div.linkbt.blue {
    background-color:#66ddff;
}
section.link div.linkbt:not(.disabled):not(.blue):hover {
    background-color:#ffff99;
}
section.link div.linkbt:not(.disabled).blue:hover {
    background-color:#99ffff;
}
section.link div.linkbt:not(.disabled):hover {
    border:solid rgba(0,0,0,0.6) 3px;
    color: rgba(0,0,0,0.7);
    cursor:pointer;
}
section {
    text-align: center;
    padding:0px;
    margin: 5px;
    background-color:#d0d0f9;
}
section.choice { 
    text-align: center;
    min-height:200px;
}
section.choice a {
    text-decoration: none;
}
section.choice div {
    padding:0px;
    display: inline-block;
}
section.choice div.appGroup { 
    max-width:80%;
    padding: 0px 10px;
    /*background-color:rgba(235,235,255,0.4);*/
}
div.squarebt p {
    display: block;
    margin:0px;
}
div.squarebt p.appname {
    margin-top:10px;
    font-weight:bold;
}
div.squarebt p.appver:before {
    content:"~";
}
div.squarebt p.appver:after {
    content:" mode~";
}
div.squarebt p.appver {
    margin-bottom:15px;
    font-style:italic;
    font-size:0.9em;
    color: rgba(0,0,0,0.5);
}
div.squarebt.disabled p.appver {
    color: rgba(0,0,0,0.25);
}
section.choice div.squarebt:not(.disabled):hover p.appver {
    color: rgba(30,0,30,0.6);
}
section.choice div.squarebt {
    display:inline-block;
    min-width: 150px;
    min-height: 150px;
    vertical-align: center; 
    text-align: center;
    background-color:#d0d0ff;
    border:solid rgba(0,0,0,0.5) 3px;
    color: rgba(0,0,0,0.6);
    border-radius: 12px;
    padding:8px 30px 7px 25px;
    margin:10px 8px 5px 8px;
}
section.choice div.squarebt:not(.disabled):hover {
    background-color:#ffffa5;
    border:solid rgba(30,0,30,0.6) 3px;
    color: rgba(30,0,30,0.7);
    cursor:pointer;
}
section.choice div.squarebt.disabled {
    background-color:#cfcfd2;
    border:solid rgba(0,0,0,0.2) 3px;
    color: rgba(0,0,0,0.3);
    cursor:default;
}
section.choice div.squarebt .imgbt img {
    margin:-5px;
}
section.choice div.squarebt:not(.disabled) .imgbt img {
    opacity:0.6;
}
section.choice div.squarebt.disabled .imgbt img {
    opacity:0.4;
}
section.choice div.squarebt:not(.disabled):hover .imgbt img {
    opacity:1;
}

section.choice div.squarebt .imgbt img {
    border:solid rgba(128,128,60,0.3) 5px;
}
section.choice div.squarebt .imgbt.horizontal img {
    max-width:300px;
    max-height:150px;
}
section.choice div.squarebt .imgbt.vertical img {
    max-width:150px;
    max-height:300px;
}
section.choice div.squarebt:not(.disabled):hover .imgbt img {
    border:solid rgba(128,128,60,0.7) 5px;
}
section.choice div.squarebt .imgbt.blue img {
    border:solid rgba(0,90,150,0.3) 5px;
}
section.choice div.squarebt:not(.disabled):hover .imgbt.blue img {
    border:solid rgba(0,90,150,0.7) 5px;
}
section.choice div.squarebt .imgbt.gold img {
    border:solid rgba(225,205,70,0.3) 5px;
}
section.choice div.squarebt:not(.disabled):hover .imgbt.gold img {
    border:solid rgba(225,205,70,0.7) 5px;
}

div.squarebt .imgbt {
    display: inline-block;
    background-color:#d5d5ff;
    border:solid rgba(0,0,0,0.2) 3px;
    margin-bottom:15px;
}
div.squarebt .imgbt.horizontal {
    max-width:300px;
    max-height:150px;
}
div.squarebt .imgbt.vertical {
    max-width:150px;
    max-height:300px;
}
div.squarebt.disabled .imgbt {
    opacity:0.4;
}
section.choice div.squarebt:not(.disabled):hover .imgbt {
    background-color:#ffff90;
    border:solid rgba(50,0,50,0.2) 3px;
}
section.choice div.squarebt.disabled .imgbt {
    background-color:#c5c5dd;
    border:solid rgba(0,0,0,0.2) 3px;
    color: rgba(0,0,0,0.3);
}
footer {
    vertical-align: center; 
    text-align: center;
    padding:5px 0px;
    margin: 5px;
    background-color:#c9c9f5;
    color:#204020;
    border-radius: 0px 0px 45px 45px;
}
footer p {
    text-align: right;
    font-style: italic;
    padding-right:30px;
    color: rgba(0,0,0,0.6);
}

@media screen and (max-width: 640px) {

    section.choice div.appGroup { 
        max-width:100%;
        padding: 0px 5px;
    }

}

@media screen and (min-width: 640px) {

    section.choice div.appGroup { 
        max-width:80%;
        padding: 0px 15px;
    }

}

@media screen and (min-width: 900px) {

    section.choice div.appGroup { 
        max-width:80%;
        padding: 0px 25px;
    }

}

@media screen and (min-width: 1200px) {

    section.choice div.appGroup { 
        max-width:70%;
        padding: 0px 50px;
    }

}





