#temp-info{border:3px rounded black;border-style:dotted;width:100%;height:30vh;text-align:center;margin:2px 2px;font-size:25px;padding:5vh 5vh}#bundles-wrapper{align-items:center;display:flex;justify-content:center};.table{display:table;margin:2px}.row{display:table-row;margin:2px}.cell{display:table-cell;padding:10px}#overlay,#overlay1{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;filter:alpha(opacity=50);-moz-opacity:.5;-khtml-opacity:.5;opacity:.5;z-index:10000;display:flex;justify-content:center;align-items:center}.switch{position:relative;display:inline-block;width:60px;height:34px;top:-5px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s}.slider:before{position:absolute;content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:white;-webkit-transition:.4s;transition:.4s}input:focus+.slider{box-shadow:0 0 1px #2196f3}input:checked+.slider:before{-webkit-transform:translateX(26px);-ms-transform:translateX(26px);transform:translateX(26px)}.slider.round{border-radius:34px;cursor:pointer}.slider.round:before{border-radius:50%}.switch-container{padding-bottom:3rem;display:flex;flex-wrap:nowrap;justify-content:center;align-items:center;flex:1}.label-wrapper{display:flex;flex:1;font-size:20px;margin:0 25px}.switch{flex-grow:0;flex-shrink:0}#year-label-wrapper.label-wrapper{flex-direction:row-reverse;text-align:right}#month-label-wrapper.label-wrapper{flex-direction:row;text-align:left}.bold-label{font-weight:500}.animate-opacity{animation:opac .8s}@keyframes opac{from{opacity:0}to{opacity:1}}.plan-heading.flex-shrink-1{min-height:6rem}@media only screen and (max-width:600px){.label-switch{padding:0rem 1rem 0rem 1rem}}