﻿fieldset{
    border: solid; 
    border-width: thin; 
    height: 100%; 
    border-color: #a8a8a8; 
    display:block
}
fieldset legend {
    width: auto;
    font-weight: bold;
    color: #03344c;
}
hr {
    display: none;
}
#Comment textarea{
    max-width: 100%;
    width: 100%;
}

#commenterDetails_col1{
    width: 48%;
    float: left;
    
}

#commenterDetails_col2{
    width: 48%;
    float: right;
    
}

/*Changes in screen size*/
@media screen and (min-width: 1400px) {
    .container {
        width: 1370px;
    }
}

@media screen and (min-width: 1600px) {
    .container {
        width: 1570px;
    }
}

@media screen and (min-width: 1900px) {
    .container {
        width: 1870px;
    }
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
    .container {
        width: 3450px;
    }
}


/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
    .container {
        width: 384px;
    }
}

