#fcr_alpha_widget { float: left; width: 100%; } #fcr_alpha_widget .header { min-height: 55px; background-color: #dc0000; padding: 5px 0px 0px 15px; color: #FFFFFF; box-sizing: border-box; margin-top: 20px; text-align: center; } #fcr_alpha_widget .header .title { font-weight: bold; font-size: 22px; font-family: "Times New Roman", Times, serif; font-weight: normal; text-transform: uppercase; text-shadow: 0px 0px 2px rgba(0,0,0,0.5); color: #fff; display: block; } #fcr_alpha_widget .header .title .letter { font-size: 28px; } #fcr_alpha_widget .header .summary { font-size: 13px; margin-top: -3px; } #fcr_alpha_widget .charts { border: 1px solid #EBEBEB; border-top: none; overflow: auto; padding-bottom: 10px; } #fcr_alpha_widget .view_more { border: 1px solid #EBEBEB; border-top: none; overflow: auto; padding: 10px; text-align: center; font-weight: bold; font-size: 14px; } #fcr_alpha_widget .view_more a { color: inherit; } #fcr_alpha_widget .fc-chart-wrapper { padding: 0 5px; margin-top: 5px; box-sizing: border-box; width: calc(100% / 3); float: left; } #fcr_alpha_widget .visual h3 { margin: 0 0 10px; text-align: center; background: #5d5d5d; color: #fff; padding: 3px 0; font-family: 'ROBOTO', sans-serif; font-size: 14px; } #fcr_alpha_widget .fact-checker-wrapper { width: 100%; margin: 0 auto; text-align: center; } #fcr_alpha_widget .fact-checker-bar { display: block; overflow: hidden; width: 100%; } #fcr_alpha_widget .fact-checker-bar::before, #fcr_alpha_widget .fact-checker-bar::after { content: " "; clear: both; display: block; } #fcr_alpha_widget .fact-checker-icon { width: 50px; /*margin-bottom: 10px;*/ text-align: center; float: left; height: 40px; line-height: 40px; } #fcr_alpha_widget .fact-checker-the-bar-graph-wrapper { height: 35px; background-color: #565656; position: relative; display: grid; grid-template-columns: repeat(1, 1fr); grid-template-rows: repeat(100, 1fr); grid-column-gap: 5px; float: right; width: calc(100% - 98px); } #fcr_alpha_widget .fact-checker-the-bar-graph-wrapper .out { display: none; } #fcr_alpha_widget .fact-checker-percent { background-color: #fff; border-right: .5px white solid; float: left; height: 40px; width: 45px; } #fcr_alpha_widget .fact-checker-icon img { width: 50px; vertical-align: middle; padding-bottom: 17px; } #fcr_alpha_widget .fact-checker-short-name { text-align: center; font-size: .74em; font-weight: 600; color: #668da2; margin-bottom: 5px; display: none; } #fcr_alpha_widget .fact-checker-bar-graph { grid-row-start: 1; grid-row-end: 100; border-radius: 0px 0px 0 0; background-color: #333; transition: .2s all ease-in; float: right; height: 100%; } #fcr_alpha_widget .in-bar-text { margin: 0px auto; text-align: center; color: #e0e0e0; width: 100%; font-size: .8em; position: absolute; top: 10px; text-shadow: -1px -1px 0px #ebecff; text-shadow: -1px 1px 0px #ebecff; text-shadow: 1px 1px 0px #ebecff; text-shadow: 1px -1px 0px #ebecff; text-shadow: 1px 1px rgba(0,0,0,0.4), -1px -1px rgba(0,0,0,0.4), -1px 1px rgba(0,0,0,0.4), 1px -1px rgba(0,0,0,0.4); } #fcr_alpha_widget .in-bar-text-color-above { color: #e0e0e0 !important; } #fcr_alpha_widget .fact-checker-percent-text { color: black; text-align: right; padding: 10px 8px 0; font-size: .8em; } @media only screen and (max-width: 550px){ #fcr_alpha_widget .fc-chart-wrapper { width: 100%; } }