.chemElementCell .elemenetCode {
    font-size: 20px;
    font-weight: bold;
}

.chemElementCell .elemenetNumber span {
    font-family: Arial, Verdana, sans-serif;
    font-size: 10px;
    color: black;
    background-color: white;
    border: 1px solid black;
    padding: 3px 7px 1px;
}

.chemElementCell .elemenetMass {
    font-family: Arial, Verdana, sans-serif;
    font-size: 10px;
}

.chemElementCell .elemenetName {
    font-family: Arial, Verdana, sans-serif;
    font-size: 10px;
}

.chemElementCellBig .elemenetCode {
    font-size: 60px;
    font-weight: bold;
}

.chemElementCellBig .elemenetNumber span {
    font-family: Arial, Verdana, sans-serif;
    font-size: 20px;
    color: black;
    background-color: white;
    border: 2px solid black;
    padding: 6px 14px 2px;
}

.chemElementCellBig .elemenetMass {
    font-family: Arial, Verdana, sans-serif;
    font-size: 20px;
}

.chemElementCellBig .elemenetName {
    font-family: Arial, Verdana, sans-serif;
    font-size: 20px;
}


.chemElementCell {
    cursor: pointer;
}

.orbitalCell {
    font-size: 20px;
    display: inline-block;
    background-color: greenyellow;
    color: black;
    padding: 3px;
    margin: 3px;
}

.orbitalInformer {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 40px;
    display: inline-block;
    background-color: greenyellow;
    color: black;
    padding: 10px;
    margin: 3px;
}

.orbitalCell {
    cursor: pointer;
}