﻿.site-notifications-container {border:0; padding:0; width:100%; z-index:100000;}
.site-notification-block {background: #ffedda; border: solid 1px #987; padding: 2pt 8pt;}
.site-notification-block .tc-cc-text {color:#000; font-size: 7.5pt;}
.site-notification-block .tc-cc-text a:link, .site-notification-block .tc-cc-text a:visited {color:#630;}
.site-notification-block .tc-cc-btns {margin-top: 4pt; text-align: right;}
.site-notification-block .tc-cc-decline {color:#841; cursor: pointer; margin-right: 8pt; padding: 2pt 8pt;}
.site-notification-block .tc-cc-decline:hover {color: #b62; text-decoration: underline;}
.site-notification-block .tc-cc-ok {background: #03c; color: #fff; cursor: pointer; font-size:8pt; padding: 2pt 8pt;}
.site-notification-block .tc-cc-ok:hover, .site-notification-block .tc-cc-ok:active {background: #36f;}

.tc-cc-content {display:flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; 
  min-width: 150px; max-width:750px; margin: 0 auto;}
.tc-cc-content .tc-cc-text {margin:0; flex-grow: 1; min-width: 100px; max-width: 630px;}
.tc-cc-content .tc-cc-btns {flex-shrink: 0; width:45px; margin: 0; box-sizing: border-box;}
