DIV#dvPage.greetings > UL.ulValues { text-align: center }
DIV#dvPage.greetings > UL.ulValues > LI { display: inline-block; margin: 2em; position: relative }
DIV#dvPage.greetings > UL.ulValues > LI:after { color: #ccc; content: '+'; display: block; font-size: 2em; font-weight: 800; margin-top: -.5em; position: absolute; right: -1.34em; top: 50% }
DIV#dvPage.greetings > UL.ulValues > LI:last-child:after { display: none }
DIV#dvPage.greetings > UL.ulValues > LI > DIV { border: 5px solid #24b1b8; border-radius: 50%; height: 10em; overflow: hidden; position: relative; width: 10em }
DIV#dvPage.greetings > UL.ulValues > LI:nth-child(even) > DIV { border-color: #1f5dab }
DIV#dvPage.greetings > UL.ulValues > LI > DIV > .UIIcon { display: block; font-size: 7em; margin: .1em auto 0 }
DIV#dvPage.greetings > UL.ulValues > LI > DIV > SPAN { bottom: 1em; display: block; font-size: 1.2em; font-weight: 800; left: 0; position: absolute; width: 100% }