.button {cursor: pointer;}

.news-block  .text,
.news-container  p ,
.countries p,
.questions {text-align: justify}

#programQuestionForm input.text, #programQuestionForm textarea, 
#orderProgramForm input.text, #orderProgramForm textarea{
    width: 550px;
}

#orderProgramForm label {
  width: 70px;
}

#program-communication
{
    border-collapse: collapse;
    margin-top: 3px;
    margin: 0 auto;
    
}
#program-communication td
{
    border-right: 1px solid black;
    vertical-align: bottom;
    padding: 0 10px;
}

#program-communication td.last
{   
    border-right: none;
}

#program-media .row
{
    margin: 10px 0;
}
