﻿.content-box-photo-text .desc ul {
list-style:none;
}
.content-box-photo-text .desc ul li {
    font-size: 13px;
    color: #7a7b7c;
    line-height: 20px;
    margin: 15px;
    text-align: justify
}
.content-box-photo-text .desc h3 {
    font-size: 18px;
    color: #f47421;
    line-height: 20px;
    border-bottom: 2px solid #f47421;
    margin-bottom: 20px;
    text-align: justify
}
p {
    margin:10px;
    line-height: 22px;
}

.img-thumbnail
{
    width:100px;
}

.submit {
    padding: 10px 15px;
    border: 0;
    background: #f47421;
    color: #1f272e;
    font-size: 14px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.new-date {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -20px;
    height: 30px;
    background: #f47421;
    display: inline-block;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 100;
    -moz-border-top-left-radius: 50px;
    -moz-border-bottom-left-radius: 50px;
    -webkit-border-top-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -o-border-top-left-radius: 50px;
    -o-border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px
}

.margin-2
{
    margin:2px !important;
}

dt{
    float:right;
    width:160px;
    text-align:right;
    clear:right;
    padding:5px 0px;
    /*margin-top:5px;*/
}
dd {
    clear: none;
    margin-right: 180px;
    padding: 5px 0px;
   
}

hr
{
    margin-bottom:20px;
}