/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 13 2018 | 16:55:44 */
/*Estilo formularios vTiger: pie + Exit */
#custom_html-2 label  {font-size: 14px; vertical-align: text-top;}
#custom_html-2 a { text-decoration: underline; }
#custom_html-2 table { width: 100%; }
#custom_html-2 table tr td { vertical-align: top; }

#custom_html-2 table tr td label { padding-right:10px; }

#custom_html-2 table tr td:first-child { padding-top: 7px; }
#custom_html-2 table tr td input[type="text"]
,#custom_html-2 table tr td input[type="email"]
,#custom_html-2 table tr td textarea { border-radius: 2px; width: 100%; resize: none; }
#custom_html-2 table tr td input[type="submit"] { margin-top: 20px; }

#custom_html-2 table tr td input[type="text"]
,#custom_html-2 table tr td textarea
,#custom_html-2 table tr td input[type="email"]
,#custom_html-2 table tr td input[type="password"]
,#custom_html-2 table tr td input[type="tel"]
,#custom_html-2 table tr td input[type="url"]
,#custom_html-2 table tr td input[type="search"]
,#custom_html-2 table tr td input[type="date"] {
    padding: 5px 10px !important;
    margin: 5px !important;
}

@media only screen and (max-width: 1000px) and (min-width: 1px){
  #custom_html-2 table tr td:first-child { display: none; }
}