﻿/*this css file use in  set fruitname game under educational game*/

.grid {
    max-width: 100%;
    text-align: center;
}

.alpha {
    font-size: 0.8em;
    float: none;
    display: inline-block;
}

.dropitem {
    width: 3.5em;
    height: 3.5em;
    font-size: 1.3em;
    /*float:none;
    display:inline-block;*/
}

.divsize {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.fruit {
    float: none;
    margin: 0 auto;
    color: #000;
    font-size: 2em;
}

@media screen and (max-width: 60em) {
    .alpha {
        font-size: 0.7em;
    }

    .dropitem {
        font-size: 1em;
    }

    .fruit {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 40em) {
    .alpha {
        font-size: 0.5em;
    }

    .dropitem {
        font-size: 0.8em;
    }
    .fruit {
        font-size: 1em;
    }
}
