﻿@import "https://fonts.googleapis.com/css?family=Raleway";
/*-----------------------------------------------------------------
CSS settings for HTML Div form1 (Dynamically Created using jQuery)
------------------------------------------------------------------*/

table {
    font-family: 'Raleway',sans-serif;
    width:100%;
    border:none;
   
}
td{
    text-align:right;
}
img {
    width:100%;
}

h3 {
    text-align: center;
    color: red;
    margin: 10px 10px 0px 10px;
    font-size:1.5em;
    font-family:'Arial Rounded MT';
}

h4 {
    text-align: center;
    color: black;
    font-weight: bold;
    margin: 0;
    font-size: 3.5em;
    font-family: 'Arial Rounded MT';
}
.conditional{
    display:none;
   
}
    .conditional td {
        text-align: left;
      
    }
 
    
  #container{
      width:100%;
      margin:auto;
  }
.cleft {
   
    float: left;
    width:80px;
}
.cright {
    
    font-size: x-small;
    float:left;
   width:240px;
   
}
#clear {
    clear: both;
}
.title {
    font-weight: bold;
    vertical-align: top;
    padding-top: 10px;
    width: 200px;
    text-align:left;
}
.btitle {
    font-size: 1.1em;
    font-weight: bold;
    vertical-align: top;
    padding-top: 10px;
    width: 200px;
    text-align: left;
}
.radio{
    text-align:right;
}
.sub{
    color:gray;

}
.centered{
    text-align:center;
}
input[type=number], input[type="text"],#price,#PMIAnnualRate {
    margin: 5px;
    padding: 5px;
    height: 15px;
    box-shadow: 1px 1px 1px 1px gray;
    border-radius: 3px;
    text-align: right;
    font-size: 17px;
    width:150px;
}
    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
#PMIAnnualRate {
    width: 50px;
 }

.greid {
    background-color: #e4e7ed;
}
.bgcolorfordp {
    background-color: #f4f4f4;
   
}
.bt {
   
    border-top: 2px solid red;
    
   
}
.bb {
    border-bottom: 2px solid red;
}
.br {
    border-right: 2px solid red;
}
.bl {
    border-left: 2px solid red;
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
  table{
      width:350px;
  }
}
