﻿.LastTravellerQuestionsTitoli
{
    /*width:620px;*/
    padding: 0px 8px 0px 8px;
    color: #0083c9;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}
.LastTravellerQuestionsTitoli div#nome
{
    display: inline;
    float: left;
    width: 20%;
    padding-bottom: 8px;
}
.LastTravellerQuestionsTitoli div#domanda
{
    display: inline;
    float: left;
    width: 58%;
    padding-left: 2%;
}
.LastTravellerQuestionsTitoli div#keywords
{
    display: inline;
    float: left;
    padding-left: 2%;
    width: 18%;
}

.LastTravellerQuestions
{
    width: 100%;
    padding: 0;
    display: inline;
    float: left;
}
.LastTravellerQuestions div#UserAndQuestionInfo
{
    display: inline;
    float: left;
    width: 20%;
    color: #444444;
    font-weight: normal;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}
.LastTravellerQuestions div#QuestionBodyAndArgument
{
    display: inline;
    float: left;
    width: 58%;
    padding-left: 2%;
}
.LastTravellerQuestions div#AccomodationORTravelAndLocation
{
    color: #444444;
    font-weight: normal;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    display: inline;
    float: left;
    width: 18%;
    padding-left: 2%;
}

.LastTravellerQuestionsLinks
{
    width: 100%;
}

.LastTravellerQuestionsLinks div#PreviousQuestion
{
    display: inline;
    float: left;
    width: 43%;
    text-align: left;
}

.LastTravellerQuestionsLinks div#QuestionsList
{
    display: inline;
    width: 23%;
    float: right;
    clear: left;
    text-align: left;
}
.LastTravellerQuestionsLinks div#NextQuestion
{
    display: inline;
    float: right;
    width: 33%;
    text-align: right;
}

