/* W3.CSS 4.10 February 2018 */
.w3-section,.w3-code{margin-top:16px!important;margin-bottom:16px!important}
.w3-content{max-width:980px;margin:auto}.w3-rest{overflow:hidden}
.w3-animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.w3-animate-fading{animation:fading 10s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}