/* @override http://founditlower.local/shared/css/fildtd.css */

body {
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 12pt;
  color: #666666;
  }

.title {
  font-weight: bold;
  font-size: 14px;
  color: #333333;
  }

.contact {
  font-weight: bold;
  font-size: 11px;
  }

.label {
  font-weight: bold;
  font-size: 10px;
  }

input {
	background-color: #f4f4f4;
	}

.narrowField {
  width: 140px;
  }
  
.wideField {
  width: 320px;
  }

.fineprint {
  font-size: 10px;
  line-height: 11px;
  color: #555;
  }

.product {
  font-weight: bold;
  font-size: 11px;
  line-height: 12px;
  }

.size {
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  }

.price {
  font-weight: bold;
  font-size: 11px;
  line-height: 12px;
  color: #d24141;
  }
  
ul {
  margin: 0;
  padding: 15px;
  }

.error {
  color: #d24141;
  font-weight: bold;
  }
 
.clarifyheader {
	color: #d24141;
	font-weight: bold;
	background-color: #ffe7e7;
	font-size: 14px;
	padding: 10px;
	}
 
.clarify input{
	background-color: #ffe7e7;
	border: 1px solid #ad0101;
	font-weight: bold;
	padding: 3pt;
	}

.error ul {
	padding: 5px 0 5px 15px;
	}

.error li {
	margin: 0;
	padding: 0;
	}

.error li a {
	color: #444;
	}

.error p {
	margin-bottom: 0px;
	}

li {
  line-height: 12px;
  margin-bottom: 10px;
  }
  
.textTight {
  font-weight: normal;
  font-size: 10px;
  }

  @media only screen and (max-width: 419px) {
    
    .commitment {
      padding-right: 20px;
    }

    .filcontainer label {
      width: 100%;
    }

    .filcontainer .linkNugget label input {
      width: 90%;
    }

    #filwrap {
      padding-left: 10px;
    }

    .rider {
      width: 94%;
    }

  }