/*
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 : 2019-04-26, 08:15:36
    Author     : smaranda
*/

.teluqsearchresultstitles
{
    /*font-size: larger;*/
    font-weight: bold;
}

.keywords
{
    font-style: italic;
    font-weight: bold;
    color:orange;
}

#teluqSearchBox
{
    text-align: right;
}

#loadingContainer
{
    margin-top: 20px;
}
#loadingContainer img
{
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#loadingContainer p
{
    margin-top: 30px;
    margin-left: auto;
  margin-right: auto;  
  text-align: center;
}

p.divResult
{
    border-bottom: 1px solid #ccc;
}

#teluqSearchContainer a
{
    font-weight: bold;
}
