/* AdSense Invalid Click Protector (AICP) * Author: Saumya Majumder * Author URI: https://www.isaumya.com * License: MIT **/ @media( min-width: 961px ) { #aicp-main { float: left; width: 69%; } #aicp-sidebar { float: right; width: 30%; display: block !important; } } @media( max-width: 960px ) { #aicp-main { width: 100%; } #aicp-sidebar { width: 0%; display: none !important; } } .highlight { color: inherit; padding: 5px; background: #faf3c4; } .content-center { margin-left: auto !important; margin-right: auto !important; display: table !important; } .no-bottom-margin { margin-bottom: 0px !important; } .aicp_show_buttons { margin: 15px 0 15px 0; } .aicp_btn { border-color: #658435 !important; color: #fff !important; background: #81a844 !important; box-shadow: inset 0 1px 0 #a5c672,0 1px 0 rgba(0,0,0,.15) !important; } .aicp_btn:hover { border-color: #57722e !important; color: #fff !important; background: #73963d !important; box-shadow: inset 0 1px 0 #9abf60 !important; } .donate_notice a { text-decoration: underline; } .aicp-head-text { text-align: center; font-weight: bold !important; } .aicp_total_blocked_user { text-align: center; font-weight: 700 !important; font-size: 45px !important; margin-bottom: 20px !important; } .aicp_blocked_user { text-align: center; font-weight: 700 !important; margin-bottom: 10px !important; } .aicp_mt { margin-top: 10px !important; } .embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }