body {
    background-color: #fafafa;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #888888;
    padding-left: 0px;
}

a:link {
    text-decoration: none;
    color: #888888;
}

a:visited {
    text-decoration: none;
    color: #888888;
}

a:hover {
    text-decoration: underline;
    color: #888888;
}

a:active {
    text-decoration: underline;
    color: #888888;
}


#logo {position: absolute; top: 2px; left: 2px;}
#titleline {font-size: 24px;padding-left: 70px;padding-top: 10px;letter-spacing: 2px;}
#tagline {font-size: 14px;padding-left: 70px; top: 23px; position: absolute;letter-spacing: 1px;}
#cr {font-size: 13px; text-align:right; bottom: 0px; position: absolute;background-color: #fafafa; right: 20px;}

.wiki-text {font-size: 10px;width:257px; }
.wiki-title-text {font-size: 14px;width:257px; }

#texto {
    resize: none;
    font-family: Tahoma, Helvetica, Arial, sans-serif;
    font-size: 20px;
    width: calc(100% - 320px);
    height: 100%;
    border-color: #cccccc;
    color: #405050;
    padding-left: 80px;
    padding-right: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-width:0px;
    border-style: solid;
    background-color: #ffffff;
    outline: none;
    position:absolute;
    top: 0px;   
}

#main-container {
    position:absolute;
    top: 80px;
    left:0px;
    width: 100%;
    height: calc(100% - 118px);
    border-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-color: #cccccc;
    background-color:#ffffff;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#texto-container {
    float: left;
    width: calc(100% - 320px);
    top: 0px;
    left:0px;
    height: 100%;
    background-color:#ffffee;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#not-container {
    float: right;
    top: 0px;
    width: 320px;
    height: 100%;
    background-color:#ffffee;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 14px;
    letter-spacing: 1.8px;
    color: #ffffff;
    overflow: scroll;
}

.not-aux-item {
    visibility: hidden;
    display: none;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes not-intro {
    0%   {width: 0px; height: 20px;}
    100% {width: 300px; height: auto;}
}

/* Standard syntax */
@keyframes not-intro {
    0%   {width: 0px; height: 20px;}
    100% {width: 300px; height: auto;}
}

.not-image {
    float: right;
    top: 0px;
    right: 0px;
    
}

.not-item-wiki {
    position: relative;
    top: 0px;
    left:0px;
    width: 320px;
    min-height: 125px;
    overflow: hidden;
    background-color:#333333;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-color: #ffffee;
    border-style: solid;
    -webkit-animation: not-intro 0.2s; /* Chrome, Safari, Opera */
    animation: not-intro 0.2s;
}

.not-item-wiki-nodef {
    position: relative;
    top: 0px;
    left:0px;
    width: 320px;
    height: 50px;
    overflow: hidden;
    background-color:#333333;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-color: #ffffee;
    border-style: solid;
}

.not-item-math {
    position: relative;
    overflow: hidden;
    height: auto;
    top: 0px;
    left:0px;
    width: 320px;
    min-height: 30px;
    background-color: #333333; 
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-color: #ffffee;
    border-style: solid;
    -webkit-animation: not-intro 0.2s; /* Chrome, Safari, Opera */
    animation: not-intro 0.2s;
}

.not-wiki-img {
    opacity: 0.6;
    height:155px;
    width: 150px;
    float:right;
    object-fit: cover;
}


.not-wiki-img-border-div {
    position: absolute;top:0px; left:0px;
    background: linear-gradient(top,#FFFFFF 0%,transparent 100%);

    background: rgba(0,0,0,0.5);
    background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,1) 40%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(51,51,51,1) 0%, rgba(0,0,0,0) 30%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );

    line-height: 0;         /* ensure no space between bottom */
    display: inline-block;  /* don't go wider than image */
    height: 155px;
    width: 120px;
    float: right;
}