<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.weatherclass
{
    width:100%;
    font-family:'B Nazanin';
    font-size:16px;
    direction:rtl;
}

.weathericon
{
    display: block;
    font-size: 65px;
    color: orange;
    text-align:left; 
    padding-top:21px;   
}
.tomorrow_icon
{
    text-align:center;
    display: block;
    font-size: 35px;
    color: orange;
}
.w-text
{
    text-align:left;
    white-space:nowrap;
}
.w-value {
  text-align:right;
  float: left;
  white-space:nowrap;
}

#wi_summary
{
    font-size:20px;
}
#summary
{
    font-size: 27px;
    margin-top: -10px;
    text-align: right;
}
#temperature
{
    font-size:35px;
    left:-6px;
}
#wi_temperature
{
    font-size:20px;
}
#tomorrow_summary
{
    font-size: 18px;
    padding-top: 8px !important;
    text-align: center;
    white-space:normal;
}
.coldegrees{
    float: left;
    margin-left: -12px;
    margin-top: 5px;
}
.coldegreestemperature
{
    float: left;
    margin-left: -18px;
    margin-top: 5px;
    font-size:40px;
}

.aptext
{
    font-size:11px;
    padding-right:4px;
}

.tomorrowtitle {
    border: 1px dotted #ccc;
    margin: 10px 0px;
    text-align: center;
}

.form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 3px 6px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 90%;
  margin-right:10px;
}</pre></body></html>