body{

    background-color:#eceff1;

    text-align:center;

}

.container{

    width:80%;
    background-color:#fff;
    margin:0 auto;
    margin-top:25px;
    border-radius: 10px 10px 10px 10px;
    padding:20px;

}


.remove{
    margin-bottom:20px;
    color:#f00;
}

.title{
    color:#444;
    font-size:20px;
    font-weight:bold;
    margin-bottom:20px;
    word-break : break-all;
}



.url{
    margin-bottom:20px;
    word-break : break-all;
}
.ccom{
    font-size:12px;
    color:#999;
}

.footer{
    margin-top:30px;
    font-size:13px;
    text-align:center;
}
.footer a{
    color:#666;
    text-decoration: none;
}
