table.ppd-admin-table input
{
	width:100%;
}

.ppd-modal {
    display:none;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.6);
    z-index:9999;
}
.ppd-modal-content {
    background:#ddd;
    width: 260px;
    padding: 15px;
    margin:10% auto;
    border-radius: 25px;
}
.ppd-modal .ppd-close
{
	display:inline-block;
	float:right;
	cursor:pointer;
}
.ppd-modal h4
{
	display:inline-block;
}
.ppd-modal-content input
{
	padding:4px !important;
}

.ppd-error {
    color:red;
    margin-top:10px;
}

.ppd-file-row
{
	line-height:auto;
}

a.ppd-file
{
	background: #5ba18e;
	padding:5px 11px 5px 7px;
    margin:2px;
	border-radius: 25px;
	color: white;
	display:inline-block;
}
a.ppd-file:hover
{
	text-decoration:none;
	color:#eeeeee;
}
a.ppd-file[data-mode="download"] {
  background-color: #707070;
}

a.ppd-file svg
{

	margin:0px 4px -4px 5px;

}
