
 .prev_next_buttons { line-height: 40px; margin: 0; color:white; } .prev_next_buttons a[rel="prev"], .prev_next_buttons a[rel="next"]  { display: block; padding:0 12px; color:white; background-color:#0066CC42; border-radius:40px; } .prev_next_buttons a:hover { filter:brightness(100%); background-color:#0066CC; } .prev_next_buttons a[rel="prev"] { position: fixed!important; bottom:180px; right:20px; z-index: 99; } .prev_next_buttons a[rel="next"] { position: fixed!important; bottom:180px; left:20px; z-index: 199; } .prev_next_buttons::after { content: ''; display: block; clear:both; } 