.dutch-auction-price{color: red;}

.dutch-auction-price.pulse{
    color: red;
    text-shadow: 0 -1px rgba(255,0,0,.1);
    text-decoration: none;
    -webkit-animation: pulsate 1.2s linear infinite;
    animation: pulsate 1.2s linear infinite;
}
@keyframes pulsate{
    50%{
        text-shadow:    0 -1px rgba(255,0,0,.3),
                        0 0 2px rgba(255,0,0,.4),
                        0 0 4px rgba(255,0,0,.5);
    }
}

.dutch-auction-link a{
    text-decoration: none;
    color: #444;
}
.dutch-auction-link a:hover{
    text-decoration: underline;
}
.dutch-auction-link a{
    background-clip:          padding-box;
    background-color:         #FF0000;
    -webkit-background-image:  linear-gradient(#FF0700, #BE1914);
    -moz-background-image:  linear-gradient(#FF0700, #BE1914);
    -o-background-image:  linear-gradient(#FF0700, #BE1914);
    background-image:  linear-gradient(#FF0700, #BE1914);
    border:                   1px solid #B80000;
    border-radius:            0 0 0 0;
    box-shadow:               0 1px 0 0 #F85454 inset;
    color:                    #FFFFFF;
    display:                  inline-block;
    font-family:              Verdana,sans-serif;
    height:                   30px;
    line-height: 26px;
    text-decoration:          none;
    text-shadow:              none;
    width:                    100%;
}
.dutch-auction-link a:hover {
    -webkit-transition: all 1s ease-out 0.5s;
    -moz-transition: all 1s ease-out 0.5s;
    -o-transition: all 1s ease-out 0.5s;
    transition: all 1s ease-out 0.5s;
    -webkit-background-image: linear-gradient(#BE1914, #FF0700);
    -moz-background-image: linear-gradient(#BE1914, #FF0700);
    -o-background-image: linear-gradient(#BE1914, #FF0700);
    background-image: linear-gradient(#BE1914, #FF0700);
    text-decoration: none;
}


.dutch-auction-link{
    margin-bottom: 2px;
}

.dutch_auction_log p.h1{
    font-weight: bolder;
    font-size: 1.3em;
    margin: 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #D3D3D3;
}
.dutch_auction_log_list li{
    line-height: normal;
    padding: 10px;
    font-style: revert;
    border-bottom: 1px solid #D3D3D3;
}
.dutch_auction_log{
    position: relative;
    width: 350px;
    background: #FFFFFF;
    padding: 15px;
    margin: auto;
    border-radius: 3px;
    text-align: center;
}