/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 7, 2017, 4:54:03 PM
    Author     : charugupta
*/

.new-to-amcat{
        background-color: #ffffff;
        /*padding:16px;*/
        /*border:1px solid #000000;*/
        margin-bottom: 16px;
}


.new-to-amcat-header{
        padding: 12px 10px;
        border-bottom: 1px solid #C8C8C8;
}
.new-to-amcat-header>span:nth-child(1){
        padding: 0px 8px;	
        font-size: 18px;
}
.new-to-amcat-header>span:nth-child(2){
        font-weight: 600;
        font-size: 18px;
}

.new-to-amcat-body{
        padding: 10px 14px;
        padding-bottom: 20px;
        text-align: center;
}
.new-to-amcat-body{
        font-size: 12px;
}
.new-to-amcat-body>p:nth-child(1){
        margin-top: 12px;
        margin-bottom: 20px;
}
.new-to-amcat-body>p:nth-child(2){
        color: rgb(123, 123, 123);
}
.new-to-amcat-body a{
        color:#000000;
}
.new-to-amcat-body img{
        border-radius: 50%;
        width: 124px;
        height: 124px;
}
.new-to-amcat-body a:hover{
            color: #41A4F5;
        font-weight: bold;
}