﻿.pr
{}
.pr table
{
    width:100%;
}
.pr table th
{
    padding:3px 9px;
}
.pr table td a
{
    color:Blue;
    text-decoration:none;  
}
.pr table td a:hover
{
    text-decoration:underline;
}

#dv_gal
{
    background-color: white;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
    margin:3px;
}
.gal
{
    margin:11px;    
    border-radius:11px;
}
.gal:hover
{
    box-shadow: 5px 5px 3px grey;
}
.gal_txt
{
    font-weight:bold;
    font-size:15px;    
    max-width: 360px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.rf .txt
{
    width:100%;
    height:27px;
}
.msg
{
    color:Red;
    font-size:19px;
    font-weight:bold;
}
.tmq{
    position: relative;
    white-space: nowrap;
    animation: floatText 25s infinite alternate ease-in-out;
}

@-webkit-keyframes floatText{
  from {
    left: 00%;
  }

  to {
    /* left: auto; */
    left: 100%;
  }
}