#p-pdf-wrapper
{

}

.p-pdf-row
{

  	float: left;
		clear: both;

		border: black solid 1px;
		border-radius: 15px;

		width: 100%;
  
    margin-top: 10px;    
    margin-bottom: 10px;
    
    padding: 15px;
    
}




.p-pdf-item-middle-left
{
    float: left;
		clear: none;

		border: red solid 0px;

		width: 45%;
    margin-left: 5px;

    margin-right: 1%;
}

.p-pdf-item-middle-right
{
  	float: left;
		clear: none;

		border: #e8e8e8 solid 0px;
  	border-radius: 10px;
    

		width: 40%;

    margin-right: 1%;
}





.p-pdf-item-weight
{
		float: left;
		clear: both;

		border: black solid 0px;

		min-width: 3%;
    
    margin-right: 1%;

    font-size: 1.0em;
    font-weight: bold;
}




.p-pdf-item-title
{
		float: left;
		clear: both;

		border: black solid 0px;

		width: 100%;
    
    font-size: 1.0em;
    font-weight: bold;
}


.p-pdf-item-body
{
    float: left;
		clear: both;

		border: black solid 0px;

		width: 100%;

    margin-top: 10px;
    
    font-size: 0.8em;
    font-weight: normal;
}


.p-pdf-item-nothing-1
{
  	float: left;
		clear: both;

		border: black solid 0px;

		width: 100%;

    font-size: 1.0em;
    font-weight: bold;
}


.p-pdf-item-tags
{
    float: left;
		clear: both;

		border: black solid 0px;

		width: 100%;
    
    margin-top: 10px;
    
    font-size: 0.8em;
    font-weight: normal;
    font-style: italic;
}





.p-pdf-item-nothing
{
		float: right;
		clear: none;

		border: black solid 0px;


		width: 5%;

    margin-right: 1%;


    font-size: 1.0em;
    font-weight: bold;
}


/********************************************/

#pdf-comment-form
{
    float: left;
    clear: both;
    
    border: #aaaaaa 2px solid;
    border-radius: 15px;
    
    width: 100%;
    
    padding: 10px;
    padding-top: 0px;
    
    margin-top: 90px;
}


/********************************************/

#pdf-comments
{
    float: left;
    clear: both;
    
    border: #e8e8e8 5px solid;
    border-radius: 15px;
    
    width: 98%;
    
    padding: 10px;

    
    margin: 10px;
}



/********************************************/

#p-pdf-comments-wrapper
{

}

.p-pdf-comments-row
{
		float: left;
		clear: both;

		border: #e8e8e8 solid 1px;
		border-radius: 15px;

		width: 100%;
    
    padding: 10px;
    
    margin-bottom: 10px;
}


.p-pdf-comments-item-comment-type
{
		float: left;
		clear: both;

		border: black solid 0px;

		font-size: 1.0em;
		font-weight: bold;
}

.p-pdf-comments-item-subject
{
		float: left;
		clear: both;

		border: black solid 0px;
 
		font-size: 1.5em;
		font-weight: bold;
}

.p-pdf-comments-item-comment-body
{
		float: left;
		clear: both;

		border: #f0f0f0 solid 2px;


		width: 98%;
    
    padding: 5px;
    
    margin-top: 5px;
    margin-left: 10px;
    margin-bottom: 5px;
    
}

.p-pdf-comments-item-name
{
		float: left;
		clear: both;

		border: black solid 0px;
    
    margin-right: 10px;


}

.p-pdf-comments-item-changed
{
		float: left;
		clear: none;

		border: black solid 0px;

}


.p-pdf-comments-item-delete-comment
{
  	float: right;
		clear: none;

		border: black solid 0px;

}


.p-pdf-comments-item-edit-comment
{
    float: right;
		clear: none;

		border: black solid 0px;
    
    margin-right: 10px;

}










