﻿body 
{
    font-family: Arial;
}

#pageContainer
{
    width: 940px;
    margin-left: auto;
    margin-right: auto;
}

#topPart
{
    border-bottom-color: Black;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    position: relative;
}

#topPart h1
{
    display: inline;
}

#topPart h2
{
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    right: 0px;
    top: 10px;
}

#facebookLike
{
    position: absolute;
    left: 90px;
    top: 13px;
}

.floatingContainers
{
    float: left;
    text-align: right;
    direction: rtl;
    margin-top: 10px;
}

#leftSide
{
    width: 280px;
    margin-right: 20px;
}

#leftSide h3, #rightSideTools h3
{
    font-size: 14px;
    display: inline;
}

#leftSide p, #leftSide span, #rightSideTools p, #rightSideTools span
{
    font-size: 12px;
    display: inline;
}

#rightSideTools
{
    direction: rtl;
    border-top: dotted 1px black;
    padding-top: 15px;
}

#rightSide
{
    width: 640px;
}

#ipContainer
{
    border: solid 1px red;
    background-color: lightyellow;
    text-align: center;
    padding: 10px 10px 10px 10px;
}

#ipContainer h2
{
    display: inline;
}

#ipAddress
{
    font-size: 32px;
    font-weight: bold;
    color: Blue;
}

#internetComputerName
{
    font-size: 14px;
    color: Blue;
}

#ipExplained
{
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom-color: Black;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
}

#ipExplained h3
{
    display: inline;
    font-size: 14px;
}

#ipExplained p
{
    display: inline;
    font-size: 12px;
}

.yes
{
    color: Green;
}

.no
{
    color: Red;
}

.openPortsTable
{
    direction: rtl;
    width: 97%;
}

.openPortsTable thead tr th
{
    font-size: 14px;
    border-bottom: solid 1px black;
}

.openPortsTable tbody tr td
{
    font-size: 12px;
    border-bottom: dotted 1px black;
}

.pageTable tr td
{
    font-size: 12px;
}

#pingHostName
{
    width: 120px;
    height: 14px;
    color: Gray;
    padding-top: 0px;
}

#pingLoops
{
    height: 19px;
    font-size: 12px;
}

.widgetButton
{
    width: 266px;
}

#whoisDomain, #domain2gis
{
    color: Gray;
}

.userInformationTable td
{
    font-size: 15px;
    line-height: 20px;
}

#internetSpeedTest, #traceRoute
{
    padding-top: 4px;
}

#traceRtHostName
{
    color: Gray;
}

.traceRouteTable
{
    width: 97%;
}

.traceRouteTable tr td
{
    font-size: 12px;
    border-bottom: dotted 1px black;
}

#favorites
{
    text-align: center;
    font-size: 20px;
}

.border
{
    border: solid 1px gray;
    font-size: 14px;
}

.ipFragmentTxt
{
    width: 50px;
    text-align: center;
}

.ipBinaryRep
{
    border: solid 1px gray;
    width: 10px;
    height: 14px;
    display: inline-block;
    font-size: 10px;
    text-align: center;
    padding-top: 1px;
}

.dialogText
{
    font-size: 14px;
}


.ipCalculatorTable
{
    font-size: 12px;
}

.grayText
{
    color: Gray;
}
