.grow{-webkit-animation-name:increase_height;animation-name:increase_height;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes increase_height{0%{height:0;opacity:0}70%{height:200px;opacity:.9}to{height:200px;opacity:1;overflow-y:auto}}@keyframes increase_height{0%{height:0;opacity:0}70%{height:200px;opacity:.9}to{height:200px;opacity:1;overflow-y:auto}}.evenRow,.headerRow,.oddRow{border-bottom:1px solid #e0e0e0;transition:border-bottom .5s ease-in-out,background-color 1s ease-in-out}.oddRow{background-color:#fafafa}.evenRow:hover,.oddRow:hover{transition:border-bottom 1s ease-in-out,background-color 6s ease-in-out;border-bottom:.5px solid #555;background-color:#ddf}.headerColumn{text-transform:none}body,html{margin:0;padding:0}#root,.app,body,html{height:100%}.load-animate{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}@-webkit-keyframes spin{0%{transform:scale(1) rotate(0deg)}to{transform:scale(1) rotate(1turn)}}@keyframes spin{0%{transform:scale(1) rotate(0deg)}to{transform:scale(1) rotate(1turn)}}.appear{-webkit-animation:appear 1s ease-in-out 1;animation:appear 1s ease-in-out 1;overflow-y:hidden}@-webkit-keyframes appear{0%{max-height:0}to{max-height:500px}}@keyframes appear{0%{max-height:0}to{max-height:500px}}