<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Version: 105 */
#mamAdBar {
   width: 100%;
   text-align: center;
   margin-bottom: 30px;
}
#mamAd {
    border: 0px solid #ddd;
    background: white;
    margin: auto;
    padding: 0px;
    padding-bottom: 0px;
    margin-top: 30px;
    margin-bottom: 20px;
    max-width: 350px;   
    
}	   
#mamAd .adNote {
    text-align: right;
    margin-right: 1px;
    margin-top: 1px;
    color: #888888;
    font-size: 11px;
    font-family: Arial,sans-serif;
}

#mamAd a:hover, a:visited, a:link, a:active
{
   text-decoration: none;
}

/* adMob bannder */
#mamAd .adMob {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    padding: 0px 0px;
    margin-top: -15px;
    justify-content: center;
}	

#mamAd .adBottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-bottom: 10px;
}	


#mamAd .adDemo{
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: space-between;
    flex-wrap: nowrap;
    justify-content: center;
}

#mamAd .adDemo img {
   margin-right: 20px;
   height:120px;
}


#mamAd .adText{     
   font-size: 20px;
   margin-top:5px;
   margin-bottom:10px;
   color: #808080;
}

#mamAd .adRight button {
    background-color: #1798C3;
    border: none;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    border-radius: 4px;
    width: 100px;
}

#mamAd .adRight button:hover{
   background-color: #20BFF6;
}

</pre></body></html>