@charset "utf-8";

.ve-chyron { width: 100%; z-index: 100; height: 50px; position: absolute; bottom: 0px; left: 0px; padding-top: 5px; padding-bottom: 5px; display: none; background: linear-gradient(to right, rgb(0, 204, 255), rgb(0, 129, 242)); cursor: pointer; }

.ve-chyron-title { color: white; font-size: 20px; padding-left: 10px; }

.ve-chyron-subtitle { color: white; font-size: 95%; padding-left: 10px; }
