.icon, .iconaction {
    width: 80px;
    text-align: center;
    color: white;
    cursor: pointer;
    position: absolute;
}

.icon img, .iconaction img {
    width: 50px;
    height: 50px;
}

.smallicon, .smalliconaction {
    width: 40px;
    text-align: center;
    color: #00B8CC;
    cursor: pointer;
    position: relative;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 10px;
}

.smallicon img, .smalliconaction img {
    width: 40px;
    height: 40px;
}

.verysmallicon, .verysmalliconaction {
    width: 20px;
    text-align: center;
    color: white;
    cursor: pointer;
    position: relative;
    float: left;
    padding-left: 2px;
}

.verysmallicon img, .verysmalliconaction img {
    width: 20px;
    height: 20px;
}