/*------------------------------------------------------------------------
# AA Tiktok Embed
# ------------------------------------------------------------------------
# author    AA Extensions https://aaextensions.com/
# Copyright (C) 2018 AA Extensions. All Rights Reserved.
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Websites: https://aaextensions.com/
-------------------------------------------------------------------------*/

#tiktok_embed_main blockquote{
    border: none;
}

/********* Alert Messages  *****************/

.aa-tiktok-alert a:hover {
    background: none;
    color:#333;
}


.aa-tiktok-alert.info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.aa-tiktok-alert.error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.aa-tiktok-alert {
    padding: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: white;
    opacity: 0.83;
    transition: opacity 0.6s;
    margin-bottom: 15px;
    font-family: Verdana,sans-serif;
    font-size: 15px;
    line-height: 26px;
}
