diff --git a/style.css b/style.css index cc85166..b9be397 100644 --- a/style.css +++ b/style.css @@ -221,3 +221,17 @@ a.mytoplink:active { background-color: #F5F5F5 !important; } } + +/* TML registration terms fixes */ +div.mfp-bg { + opacity:0.4 !important; +} +div#ag-terms { + background-color:#ffffff !important; + width:70%; + margin-left:auto; + margin-right:auto; + padding:15px; + margin-top:10px; + margin-bottom:10px; +}